#4E4988

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

Shades of Victoria #4E4988

Tints of Victoria #4E4988

Color information

#4E4988 (or 0x4E4988) is unknown color: approx Victoria. HEX triplet: 4E, 49 and 88. RGB value is (78,73,136). Sum of RGB (Red+Green+Blue) = 78+73+136=287 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.18% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E4988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4988 is #B1B677. Grayscale: #515151. Windows color (decimal): -11646584 or 8931662. OLE color: 8931662.

HSL color Cylindrical-coordinate representation of color #4E4988: hue angle of 244.76º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E4988 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7873136-
CMYK0.430.4600.47
HSL244.76º30.14%40.98%-
HSV(B)244.76º46.32%53.33%-
XYZ9.978.1624.34-
YUV81.68158.66125.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.18%
GREEN value IS 73 (28.91% from 255) = 25.44%
BLUE value IS 136 (53.52% from 255) = 47.39%
R=27.18%
G=25.44%
B=47.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78731360.430.4600.47244.7630.1440.98
Hex4E49882B2E02Ff51e29
Octal11611121053560573653651
Binary100111010010011000100010101110111001011111111010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,73,136); }

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

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

 a { background-color: rgb(78,73,136); }

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

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

 span { border-color: rgb(78,73,136); }

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