#4E4587

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

Shades of Dark Slate Blue #4E4587

Tints of Dark Slate Blue #4E4587

Color information

#4E4587 (or 0x4E4587) is unknown color: approx Dark Slate Blue. HEX triplet: 4E, 45 and 87. RGB value is (78,69,135). Sum of RGB (Red+Green+Blue) = 78+69+135=282 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.66% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 135 (53.12% from 255 or 47.87% from 282); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E4587 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4587 is #B1BA78. Grayscale: #4E4E4E. Windows color (decimal): -11647609 or 8865102. OLE color: 8865102.

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

Color convert

RGB7869135-
CMYK0.420.4900.47
HSL248.18º32.35%40%-
HSV(B)248.18º48.89%52.94%-
XYZ9.647.6323.89-
YUV79.22159.48127.13-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.66%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 135 (53.12% from 255) = 47.87%
R=27.66%
G=24.47%
B=47.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal78691350.420.4900.47248.1832.3540
Hex4E45872A3102Ff82028
Octal11610520752610573704050
Binary1001110100010110000111101010110001010111111111000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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