#4E4776

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

Shades of Victoria #4E4776

Tints of Victoria #4E4776

Color information

#4E4776 (or 0x4E4776) is unknown color: approx Victoria. HEX triplet: 4E, 47 and 76. RGB value is (78,71,118). Sum of RGB (Red+Green+Blue) = 78+71+118=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #4E4776 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E4776 is #B1B889. Grayscale: #4E4E4E. Windows color (decimal): -11647114 or 7751502. OLE color: 7751502.

HSL color Cylindrical-coordinate representation of color #4E4776: hue angle of 248.94º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E4776 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7871118-
CMYK0.340.4000.54
HSL248.94º24.87%37.06%-
HSV(B)248.94º39.83%46.27%-
XYZ8.677.4318.12-
YUV78.45150.32127.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.21%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=29.21%
G=26.59%
B=44.19%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal78711180.340.4000.54248.9424.8737.06
Hex4E47762228036f91925
Octal11610716642500663713145
Binary10011101000111111011010001010100001101101111100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,71,118); }

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

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

 a { background-color: rgb(78,71,118); }

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

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

 span { border-color: rgb(78,71,118); }

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