Shades of Dark Slate Blue #4C4591
Tints of Dark Slate Blue #4C4591
RGB
CMYK
RGB Variations
Color information
#4C4591 (or 0x4C4591) is known color: Dark Slate Blue. HEX triplet: 4C, 45 and 91. RGB value is (76,69,145). Sum of RGB (Red+Green+Blue) = 76+69+145=290 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.21% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C4591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4591 is #B3BA6E. Grayscale: #4F4F4F. Windows color (decimal): -11778671 or 9520460. OLE color: 9520460.
HSL color Cylindrical-coordinate representation of color #4C4591: hue angle of 245.53º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C4591 is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 69 | 145 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.43 |
| HSL | 245.53º | 0.36% | 0.42% | - |
| HSV(B) | 245.53º | 0.52% | 0.57% | - |
| XYZ | 10.22 | 7.84 | 27.76 | - |
| YUV | 79.76 | 164.82 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 145 | 0.48 | 0.52 | 0 | 0.43 | 245.53 | 0.36 | 0.42 |
| Hex | 4C | 45 | 91 | 30 | 34 | 0 | 2B | F6 | 24 | 2A |
| Octal | 114 | 105 | 221 | 60 | 64 | 0 | 53 | 366 | 44 | 52 |
| Binary | 1001100 | 1000101 | 10010001 | 110000 | 110100 | 0 | 101011 | 11110110 | 100100 | 101010 |
Color Harmonies of #4C4591
Complementary color
Monochromatic Colors of #4C4591
Black with #4C4591
Text Example
Text Example
White with #4C4591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4591; }
p { color: rgb(76,69,145); }
H1.HeaderClassName
{
color: #4C4591;
}
.AnyTagClassName
{
color: #4C4591;
}
</style>
background-color css
<style>
a { background-color: #4C4591; }
a { background-color: rgb(76,69,145); }
div.DivClassName
{
background-color: #4C4591;
}
.BgClassName
{
background-color: #4C4591;
}
</style>
border-color css
<style>
span { border-color: #4C4591; }
span { border-color: rgb(76,69,145); }
td.TdClassName
{
border-color: #4C4591;
}
.TagClassName
{
border-color: #4C4591;
}
</style>