#4E4787

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

Shades of Victoria #4E4787

Tints of Victoria #4E4787

Color information

#4E4787 (or 0x4E4787) is unknown color: approx Victoria. HEX triplet: 4E, 47 and 87. RGB value is (78,71,135). Sum of RGB (Red+Green+Blue) = 78+71+135=284 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.46% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E4787 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4787 is #B1B878. Grayscale: #505050. Windows color (decimal): -11647097 or 8865614. OLE color: 8865614.

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

Color convert

RGB7871135-
CMYK0.420.4700.47
HSL246.56º31.07%40.39%-
HSV(B)246.56º47.41%52.94%-
XYZ9.777.8823.93-
YUV80.39158.82126.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.46%
GREEN value IS 71 (28.12% from 255) = 25%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=27.46%
G=25%
B=47.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78711350.420.4700.47246.5631.0740.39
Hex4E47872A2F02Ff71f28
Octal11610720752570573673750
Binary100111010001111000011110101010111101011111111011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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