Shades of Dark Slate Blue #4E4991
Tints of Dark Slate Blue #4E4991
RGB
CMYK
RGB Variations
Color information
#4E4991 (or 0x4E4991) is known color: Dark Slate Blue. HEX triplet: 4E, 49 and 91. RGB value is (78,73,145). Sum of RGB (Red+Green+Blue) = 78+73+145=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E4991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4991 is #B1B66E. Grayscale: #525252. Windows color (decimal): -11646575 or 9521486. OLE color: 9521486.
HSL color Cylindrical-coordinate representation of color #4E4991: hue angle of 244.17º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E4991 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 73 | 145 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.43 |
| HSL | 244.17º | 0.33% | 0.43% | - |
| HSV(B) | 244.17º | 0.5% | 0.57% | - |
| XYZ | 10.64 | 8.43 | 27.85 | - |
| YUV | 82.7 | 163.16 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 73 | 145 | 0.46 | 0.50 | 0 | 0.43 | 244.17 | 0.33 | 0.43 |
| Hex | 4E | 49 | 91 | 2E | 32 | 0 | 2B | F4 | 21 | 2B |
| Octal | 116 | 111 | 221 | 56 | 62 | 0 | 53 | 364 | 41 | 53 |
| Binary | 1001110 | 1001001 | 10010001 | 101110 | 110010 | 0 | 101011 | 11110100 | 100001 | 101011 |
Color Harmonies of #4E4991
Complementary color
Monochromatic Colors of #4E4991
Black with #4E4991
Text Example
Text Example
White with #4E4991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4991; }
p { color: rgb(78,73,145); }
H1.HeaderClassName
{
color: #4E4991;
}
.AnyTagClassName
{
color: #4E4991;
}
</style>
background-color css
<style>
a { background-color: #4E4991; }
a { background-color: rgb(78,73,145); }
div.DivClassName
{
background-color: #4E4991;
}
.BgClassName
{
background-color: #4E4991;
}
</style>
border-color css
<style>
span { border-color: #4E4991; }
span { border-color: rgb(78,73,145); }
td.TdClassName
{
border-color: #4E4991;
}
.TagClassName
{
border-color: #4E4991;
}
</style>