Shades of Dark Slate Blue #4C4589
Tints of Dark Slate Blue #4C4589
RGB
CMYK
RGB Variations
Color information
#4C4589 (or 0x4C4589) is known color: Dark Slate Blue. HEX triplet: 4C, 45 and 89. RGB value is (76,69,137). Sum of RGB (Red+Green+Blue) = 76+69+137=282 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.95% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 137 (53.91% from 255 or 48.58% from 282); Max value from RGB is 137 - color contains mainly: blue. Hex color #4C4589 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C4589 is #B3BA76. Grayscale: #4E4E4E. Windows color (decimal): -11778679 or 8996172. OLE color: 8996172.
HSL color Cylindrical-coordinate representation of color #4C4589: hue angle of 246.18º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C4589 is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 76 | 69 | 137 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.46 |
| HSL | 246.18º | 0.33% | 0.4% | - |
| HSV(B) | 246.18º | 0.5% | 0.54% | - |
| XYZ | 9.62 | 7.6 | 24.63 | - |
| YUV | 78.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 69 | 137 | 0.45 | 0.50 | 0 | 0.46 | 246.18 | 0.33 | 0.4 |
| Hex | 4C | 45 | 89 | 2D | 32 | 0 | 2E | F6 | 21 | 28 |
| Octal | 114 | 105 | 211 | 55 | 62 | 0 | 56 | 366 | 41 | 50 |
| Binary | 1001100 | 1000101 | 10001001 | 101101 | 110010 | 0 | 101110 | 11110110 | 100001 | 101000 |
Color Harmonies of #4C4589
Complementary color
Monochromatic Colors of #4C4589
Black with #4C4589
Text Example
Text Example
White with #4C4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4589; }
p { color: rgb(76,69,137); }
H1.HeaderClassName
{
color: #4C4589;
}
.AnyTagClassName
{
color: #4C4589;
}
</style>
background-color css
<style>
a { background-color: #4C4589; }
a { background-color: rgb(76,69,137); }
div.DivClassName
{
background-color: #4C4589;
}
.BgClassName
{
background-color: #4C4589;
}
</style>
border-color css
<style>
span { border-color: #4C4589; }
span { border-color: rgb(76,69,137); }
td.TdClassName
{
border-color: #4C4589;
}
.TagClassName
{
border-color: #4C4589;
}
</style>