#4E4791

Color #4E4791 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #4E4791

Tints of Dark Slate Blue #4E4791

Color information

#4E4791 (or 0x4E4791) is unknown color: approx Dark Slate Blue. HEX triplet: 4E, 47 and 91. RGB value is (78,71,145). Sum of RGB (Red+Green+Blue) = 78+71+145=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 71 (28.12% from 255 or 24.15% from 294); Blue value is 145 (57.03% from 255 or 49.32% from 294); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E4791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4791 is #B1B86E. Grayscale: #515151. Windows color (decimal): -11647087 or 9520974. OLE color: 9520974.

HSL color Cylindrical-coordinate representation of color #4E4791: hue angle of 245.68º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E4791 is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB7871145-
CMYK0.460.5100.43
HSL245.68º34.26%42.35%-
HSV(B)245.68º51.03%56.86%-
XYZ10.518.1727.81-
YUV81.53163.82125.48-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 26.53%
GREEN value IS 71 (28.12% from 255) = 24.15%
BLUE value IS 145 (57.03% from 255) = 49.32%
R=26.53%
G=24.15%
B=49.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal78711450.460.5100.43245.6834.2642.35
Hex4E47912E3302Bf6222a
Octal11610722156630533664252
Binary1001110100011110010001101110110011010101111110110100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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