Shades of Dark Slate Blue #4E458B
Tints of Dark Slate Blue #4E458B
RGB
CMYK
RGB Variations
Color information
#4E458B (or 0x4E458B) is known color: Dark Slate Blue. HEX triplet: 4E, 45 and 8B. RGB value is (78,69,139). Sum of RGB (Red+Green+Blue) = 78+69+139=286 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.27% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E458B is #B1BA74. Grayscale: #4F4F4F. Windows color (decimal): -11647605 or 9127246. OLE color: 9127246.
HSL color Cylindrical-coordinate representation of color #4E458B: hue angle of 247.71º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E458B is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 69 | 139 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.45 |
| HSL | 247.71º | 0.34% | 0.41% | - |
| HSV(B) | 247.71º | 0.5% | 0.55% | - |
| XYZ | 9.93 | 7.74 | 25.4 | - |
| YUV | 79.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 139 | 0.44 | 0.50 | 0 | 0.45 | 247.71 | 0.34 | 0.41 |
| Hex | 4E | 45 | 8B | 2C | 32 | 0 | 2D | F8 | 22 | 29 |
| Octal | 116 | 105 | 213 | 54 | 62 | 0 | 55 | 370 | 42 | 51 |
| Binary | 1001110 | 1000101 | 10001011 | 101100 | 110010 | 0 | 101101 | 11111000 | 100010 | 101001 |
Color Harmonies of #4E458B
Complementary color
Monochromatic Colors of #4E458B
Black with #4E458B
Text Example
Text Example
White with #4E458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E458B; }
p { color: rgb(78,69,139); }
H1.HeaderClassName
{
color: #4E458B;
}
.AnyTagClassName
{
color: #4E458B;
}
</style>
background-color css
<style>
a { background-color: #4E458B; }
a { background-color: rgb(78,69,139); }
div.DivClassName
{
background-color: #4E458B;
}
.BgClassName
{
background-color: #4E458B;
}
</style>
border-color css
<style>
span { border-color: #4E458B; }
span { border-color: rgb(78,69,139); }
td.TdClassName
{
border-color: #4E458B;
}
.TagClassName
{
border-color: #4E458B;
}
</style>