#4C427B

Color #4C427B Victoria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Victoria #4C427B

Tints of Victoria #4C427B

Color information

#4C427B (or 0x4C427B) is unknown color: approx Victoria. HEX triplet: 4C, 42 and 7B. RGB value is (76,66,123). Sum of RGB (Red+Green+Blue) = 76+66+123=265 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.68% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 123 (48.44% from 255 or 46.42% from 265); Max value from RGB is 123 - color contains mainly: blue. Hex color #4C427B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C427B is #B3BD84. Grayscale: #4B4B4B. Windows color (decimal): -11779461 or 8077900. OLE color: 8077900.

HSL color Cylindrical-coordinate representation of color #4C427B: hue angle of 250.53º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C427B is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7666123-
CMYK0.380.4600.52
HSL250.53º30.16%37.06%-
HSV(B)250.53º46.34%48.24%-
XYZ8.56.8619.62-
YUV75.49154.81128.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 28.68%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 123 (48.44% from 255) = 46.42%
R=28.68%
G=24.91%
B=46.42%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal76661230.380.4600.52250.5330.1637.06
Hex4C427B262E034fb1e25
Octal11410217346560643733645
Binary10011001000010111101110011010111001101001111101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C427B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4C427B; }

 p { color: rgb(76,66,123); }

 H1.HeaderClassName
 {
   color: #4C427B;
 }
 .AnyTagClassName
 {
   color: #4C427B;
 }
</style>
background-color css

<style>
 a { background-color: #4C427B; }

 a { background-color: rgb(76,66,123); }

 div.DivClassName
 {
   background-color: #4C427B;
 }
 .BgClassName
 {
   background-color: #4C427B;
 }
</style>
border-color css

<style>
 span { border-color: #4C427B; }

 span { border-color: rgb(76,66,123); }

 td.TdClassName
 {
   border-color: #4C427B;
 }
 .TagClassName
 {
   border-color: #4C427B;
 }
</style>