#4E4686

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

Shades of Victoria #4E4686

Tints of Victoria #4E4686

Color information

#4E4686 (or 0x4E4686) is unknown color: approx Victoria. HEX triplet: 4E, 46 and 86. RGB value is (78,70,134). Sum of RGB (Red+Green+Blue) = 78+70+134=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 134 (52.73% from 255 or 47.52% from 282); Max value from RGB is 134 - color contains mainly: blue. Hex color #4E4686 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4686 is #B1B979. Grayscale: #4F4F4F. Windows color (decimal): -11647354 or 8799822. OLE color: 8799822.

HSL color Cylindrical-coordinate representation of color #4E4686: hue angle of 247.5º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E4686 is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7870134-
CMYK0.420.4800.47
HSL247.5º31.37%40%-
HSV(B)247.5º47.76%52.55%-
XYZ9.647.7223.54-
YUV79.69158.65126.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.66%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 134 (52.73% from 255) = 47.52%
R=27.66%
G=24.82%
B=47.52%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78701340.420.4800.47247.531.3740
Hex4E46862A3002Ff81f28
Octal11610620652600573703750
Binary100111010001101000011010101011000001011111111100011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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