Shades of Dark Slate Blue #4E458D
Tints of Dark Slate Blue #4E458D
RGB
CMYK
RGB Variations
Color information
#4E458D (or 0x4E458D) is known color: Dark Slate Blue. HEX triplet: 4E, 45 and 8D. RGB value is (78,69,141). Sum of RGB (Red+Green+Blue) = 78+69+141=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 141 (55.47% from 255 or 48.96% from 288); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E458D is #B1BA72. Grayscale: #4F4F4F. Windows color (decimal): -11647603 or 9258318. OLE color: 9258318.
HSL color Cylindrical-coordinate representation of color #4E458D: hue angle of 247.5º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E458D is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 69 | 141 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.45 |
| HSL | 247.5º | 0.34% | 0.41% | - |
| HSV(B) | 247.5º | 0.51% | 0.55% | - |
| XYZ | 10.08 | 7.8 | 26.17 | - |
| YUV | 79.9 | 162.48 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 141 | 0.45 | 0.51 | 0 | 0.45 | 247.5 | 0.34 | 0.41 |
| Hex | 4E | 45 | 8D | 2D | 33 | 0 | 2D | F8 | 22 | 29 |
| Octal | 116 | 105 | 215 | 55 | 63 | 0 | 55 | 370 | 42 | 51 |
| Binary | 1001110 | 1000101 | 10001101 | 101101 | 110011 | 0 | 101101 | 11111000 | 100010 | 101001 |
Color Harmonies of #4E458D
Complementary color
Monochromatic Colors of #4E458D
Black with #4E458D
Text Example
Text Example
White with #4E458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E458D; }
p { color: rgb(78,69,141); }
H1.HeaderClassName
{
color: #4E458D;
}
.AnyTagClassName
{
color: #4E458D;
}
</style>
background-color css
<style>
a { background-color: #4E458D; }
a { background-color: rgb(78,69,141); }
div.DivClassName
{
background-color: #4E458D;
}
.BgClassName
{
background-color: #4E458D;
}
</style>
border-color css
<style>
span { border-color: #4E458D; }
span { border-color: rgb(78,69,141); }
td.TdClassName
{
border-color: #4E458D;
}
.TagClassName
{
border-color: #4E458D;
}
</style>