Shades of Dark Slate Blue #4D4589
Tints of Dark Slate Blue #4D4589
RGB
CMYK
RGB Variations
Color information
#4D4589 (or 0x4D4589) is known color: Dark Slate Blue. HEX triplet: 4D, 45 and 89. RGB value is (77,69,137). Sum of RGB (Red+Green+Blue) = 77+69+137=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 69 (27.34% from 255 or 24.38% from 283); Blue value is 137 (53.91% from 255 or 48.41% from 283); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D4589 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4589 is #B2BA76. Grayscale: #4E4E4E. Windows color (decimal): -11713143 or 8996173. OLE color: 8996173.
HSL color Cylindrical-coordinate representation of color #4D4589: hue angle of 247.06º 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 #4D4589 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 69 | 137 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.46 |
| HSL | 247.06º | 0.33% | 0.4% | - |
| HSV(B) | 247.06º | 0.5% | 0.54% | - |
| XYZ | 9.7 | 7.64 | 24.63 | - |
| YUV | 79.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 137 | 0.44 | 0.50 | 0 | 0.46 | 247.06 | 0.33 | 0.4 |
| Hex | 4D | 45 | 89 | 2C | 32 | 0 | 2E | F7 | 21 | 28 |
| Octal | 115 | 105 | 211 | 54 | 62 | 0 | 56 | 367 | 41 | 50 |
| Binary | 1001101 | 1000101 | 10001001 | 101100 | 110010 | 0 | 101110 | 11110111 | 100001 | 101000 |
Color Harmonies of #4D4589
Complementary color
Monochromatic Colors of #4D4589
Black with #4D4589
Text Example
Text Example
White with #4D4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4589; }
p { color: rgb(77,69,137); }
H1.HeaderClassName
{
color: #4D4589;
}
.AnyTagClassName
{
color: #4D4589;
}
</style>
background-color css
<style>
a { background-color: #4D4589; }
a { background-color: rgb(77,69,137); }
div.DivClassName
{
background-color: #4D4589;
}
.BgClassName
{
background-color: #4D4589;
}
</style>
border-color css
<style>
span { border-color: #4D4589; }
span { border-color: rgb(77,69,137); }
td.TdClassName
{
border-color: #4D4589;
}
.TagClassName
{
border-color: #4D4589;
}
</style>