Shades of Dark Slate Blue #4E4588
Tints of Dark Slate Blue #4E4588
RGB
CMYK
RGB Variations
Color information
#4E4588 (or 0x4E4588) is known color: Dark Slate Blue. HEX triplet: 4E, 45 and 88. RGB value is (78,69,136). Sum of RGB (Red+Green+Blue) = 78+69+136=283 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.56% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 136 (53.52% from 255 or 48.06% from 283); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E4588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4588 is #B1BA77. Grayscale: #4F4F4F. Windows color (decimal): -11647608 or 8930638. OLE color: 8930638.
HSL color Cylindrical-coordinate representation of color #4E4588: hue angle of 248.06º degrees, saturation: 0.33, 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 #4E4588 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 69 | 136 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.47 |
| HSL | 248.06º | 0.33% | 0.4% | - |
| HSV(B) | 248.06º | 0.49% | 0.53% | - |
| XYZ | 9.71 | 7.65 | 24.26 | - |
| YUV | 79.33 | 159.98 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 136 | 0.43 | 0.49 | 0 | 0.47 | 248.06 | 0.33 | 0.4 |
| Hex | 4E | 45 | 88 | 2B | 31 | 0 | 2F | F8 | 21 | 28 |
| Octal | 116 | 105 | 210 | 53 | 61 | 0 | 57 | 370 | 41 | 50 |
| Binary | 1001110 | 1000101 | 10001000 | 101011 | 110001 | 0 | 101111 | 11111000 | 100001 | 101000 |
Color Harmonies of #4E4588
Complementary color
Monochromatic Colors of #4E4588
Black with #4E4588
Text Example
Text Example
White with #4E4588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4588; }
p { color: rgb(78,69,136); }
H1.HeaderClassName
{
color: #4E4588;
}
.AnyTagClassName
{
color: #4E4588;
}
</style>
background-color css
<style>
a { background-color: #4E4588; }
a { background-color: rgb(78,69,136); }
div.DivClassName
{
background-color: #4E4588;
}
.BgClassName
{
background-color: #4E4588;
}
</style>
border-color css
<style>
span { border-color: #4E4588; }
span { border-color: rgb(78,69,136); }
td.TdClassName
{
border-color: #4E4588;
}
.TagClassName
{
border-color: #4E4588;
}
</style>