``` matlab NormalizedR = r/sqrt(R^2 + G^2 + B^2); NormalizedG = g/sqrt(R^2 + G^2 + B^2); NormalizedB = b/sqrt(R^2 + G^2 + B^2); ```