Shades of Dark Slate Blue #4E478B
Tints of Dark Slate Blue #4E478B
RGB
CMYK
RGB Variations
Color information
#4E478B (or 0x4E478B) is known color: Dark Slate Blue. HEX triplet: 4E, 47 and 8B. RGB value is (78,71,139). Sum of RGB (Red+Green+Blue) = 78+71+139=288 (38% of max value = 765). Red value is 78 (30.86% from 255 or 27.08% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E478B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E478B is #B1B874. Grayscale: #505050. Windows color (decimal): -11647093 or 9127758. OLE color: 9127758.
HSL color Cylindrical-coordinate representation of color #4E478B: hue angle of 246.18º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E478B is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 71 | 139 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.45 |
| HSL | 246.18º | 0.32% | 0.41% | - |
| HSV(B) | 246.18º | 0.49% | 0.55% | - |
| XYZ | 10.06 | 7.99 | 25.44 | - |
| YUV | 80.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 71 | 139 | 0.44 | 0.49 | 0 | 0.45 | 246.18 | 0.32 | 0.41 |
| Hex | 4E | 47 | 8B | 2C | 31 | 0 | 2D | F6 | 20 | 29 |
| Octal | 116 | 107 | 213 | 54 | 61 | 0 | 55 | 366 | 40 | 51 |
| Binary | 1001110 | 1000111 | 10001011 | 101100 | 110001 | 0 | 101101 | 11110110 | 100000 | 101001 |
Color Harmonies of #4E478B
Complementary color
Monochromatic Colors of #4E478B
Black with #4E478B
Text Example
Text Example
White with #4E478B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E478B; }
p { color: rgb(78,71,139); }
H1.HeaderClassName
{
color: #4E478B;
}
.AnyTagClassName
{
color: #4E478B;
}
</style>
background-color css
<style>
a { background-color: #4E478B; }
a { background-color: rgb(78,71,139); }
div.DivClassName
{
background-color: #4E478B;
}
.BgClassName
{
background-color: #4E478B;
}
</style>
border-color css
<style>
span { border-color: #4E478B; }
span { border-color: rgb(78,71,139); }
td.TdClassName
{
border-color: #4E478B;
}
.TagClassName
{
border-color: #4E478B;
}
</style>