Shades of Dark Slate Blue #4E4285
Tints of Dark Slate Blue #4E4285
RGB
CMYK
RGB Variations
Color information
#4E4285 (or 0x4E4285) is known color: Dark Slate Blue. HEX triplet: 4E, 42 and 85. RGB value is (78,66,133). Sum of RGB (Red+Green+Blue) = 78+66+133=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #4E4285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4285 is #B1BD7A. Grayscale: #4C4C4C. Windows color (decimal): -11648379 or 8733262. OLE color: 8733262.
HSL color Cylindrical-coordinate representation of color #4E4285: hue angle of 250.75º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E4285 is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 78 | 66 | 133 | - |
| CMYK | 0.41 | 0.50 | 0 | 0.48 |
| HSL | 250.75º | 0.34% | 0.39% | - |
| HSV(B) | 250.75º | 0.5% | 0.52% | - |
| XYZ | 9.32 | 7.21 | 23.09 | - |
| YUV | 77.23 | 159.48 | 128.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 66 | 133 | 0.41 | 0.50 | 0 | 0.48 | 250.75 | 0.34 | 0.39 |
| Hex | 4E | 42 | 85 | 29 | 32 | 0 | 30 | FB | 22 | 27 |
| Octal | 116 | 102 | 205 | 51 | 62 | 0 | 60 | 373 | 42 | 47 |
| Binary | 1001110 | 1000010 | 10000101 | 101001 | 110010 | 0 | 110000 | 11111011 | 100010 | 100111 |
Color Harmonies of #4E4285
Complementary color
Monochromatic Colors of #4E4285
Black with #4E4285
Text Example
Text Example
White with #4E4285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4285; }
p { color: rgb(78,66,133); }
H1.HeaderClassName
{
color: #4E4285;
}
.AnyTagClassName
{
color: #4E4285;
}
</style>
background-color css
<style>
a { background-color: #4E4285; }
a { background-color: rgb(78,66,133); }
div.DivClassName
{
background-color: #4E4285;
}
.BgClassName
{
background-color: #4E4285;
}
</style>
border-color css
<style>
span { border-color: #4E4285; }
span { border-color: rgb(78,66,133); }
td.TdClassName
{
border-color: #4E4285;
}
.TagClassName
{
border-color: #4E4285;
}
</style>