#4E4986

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

Shades of Victoria #4E4986

Tints of Victoria #4E4986

Color information

#4E4986 (or 0x4E4986) is unknown color: approx Victoria. HEX triplet: 4E, 49 and 86. RGB value is (78,73,134). Sum of RGB (Red+Green+Blue) = 78+73+134=285 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.37% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #4E4986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4986 is #B1B679. Grayscale: #515151. Windows color (decimal): -11646586 or 8800590. OLE color: 8800590.

HSL color Cylindrical-coordinate representation of color #4E4986: hue angle of 244.92º degrees, saturation: 0.29, 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 #4E4986 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7873134-
CMYK0.420.4600.47
HSL244.92º29.47%40.59%-
HSV(B)244.92º45.52%52.55%-
XYZ9.838.1123.6-
YUV81.45157.66125.54-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.37%
GREEN value IS 73 (28.91% from 255) = 25.61%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=27.37%
G=25.61%
B=47.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78731340.420.4600.47244.9229.4740.59
Hex4E49862A2E02Ff51d29
Octal11611120652560573653551
Binary100111010010011000011010101010111001011111111010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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