Shades of Dark Slate Blue #4E4387
Tints of Dark Slate Blue #4E4387
RGB
CMYK
RGB Variations
Color information
#4E4387 (or 0x4E4387) is known color: Dark Slate Blue. HEX triplet: 4E, 43 and 87. RGB value is (78,67,135). Sum of RGB (Red+Green+Blue) = 78+67+135=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 135 (53.12% from 255 or 48.21% from 280); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E4387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4387 is #B1BC78. Grayscale: #4D4D4D. Windows color (decimal): -11648121 or 8864590. OLE color: 8864590.
HSL color Cylindrical-coordinate representation of color #4E4387: hue angle of 249.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E4387 is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 67 | 135 | - |
| CMYK | 0.42 | 0.50 | 0 | 0.47 |
| HSL | 249.71º | 0.34% | 0.4% | - |
| HSV(B) | 249.71º | 0.5% | 0.53% | - |
| XYZ | 9.52 | 7.38 | 23.84 | - |
| YUV | 78.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 67 | 135 | 0.42 | 0.50 | 0 | 0.47 | 249.71 | 0.34 | 0.4 |
| Hex | 4E | 43 | 87 | 2A | 32 | 0 | 2F | FA | 22 | 28 |
| Octal | 116 | 103 | 207 | 52 | 62 | 0 | 57 | 372 | 42 | 50 |
| Binary | 1001110 | 1000011 | 10000111 | 101010 | 110010 | 0 | 101111 | 11111010 | 100010 | 101000 |
Color Harmonies of #4E4387
Complementary color
Monochromatic Colors of #4E4387
Black with #4E4387
Text Example
Text Example
White with #4E4387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4387; }
p { color: rgb(78,67,135); }
H1.HeaderClassName
{
color: #4E4387;
}
.AnyTagClassName
{
color: #4E4387;
}
</style>
background-color css
<style>
a { background-color: #4E4387; }
a { background-color: rgb(78,67,135); }
div.DivClassName
{
background-color: #4E4387;
}
.BgClassName
{
background-color: #4E4387;
}
</style>
border-color css
<style>
span { border-color: #4E4387; }
span { border-color: rgb(78,67,135); }
td.TdClassName
{
border-color: #4E4387;
}
.TagClassName
{
border-color: #4E4387;
}
</style>