Shades of Dark Slate Blue #4D4389
Tints of Dark Slate Blue #4D4389
RGB
CMYK
RGB Variations
Color information
#4D4389 (or 0x4D4389) is known color: Dark Slate Blue. HEX triplet: 4D, 43 and 89. RGB value is (77,67,137). Sum of RGB (Red+Green+Blue) = 77+67+137=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D4389 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4389 is #B2BC76. Grayscale: #4D4D4D. Windows color (decimal): -11713655 or 8995661. OLE color: 8995661.
HSL color Cylindrical-coordinate representation of color #4D4389: hue angle of 248.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4389 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 67 | 137 | - |
| CMYK | 0.44 | 0.51 | 0 | 0.46 |
| HSL | 248.57º | 0.34% | 0.4% | - |
| HSV(B) | 248.57º | 0.51% | 0.54% | - |
| XYZ | 9.58 | 7.4 | 24.59 | - |
| YUV | 77.97 | 161.31 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 67 | 137 | 0.44 | 0.51 | 0 | 0.46 | 248.57 | 0.34 | 0.4 |
| Hex | 4D | 43 | 89 | 2C | 33 | 0 | 2E | F9 | 22 | 28 |
| Octal | 115 | 103 | 211 | 54 | 63 | 0 | 56 | 371 | 42 | 50 |
| Binary | 1001101 | 1000011 | 10001001 | 101100 | 110011 | 0 | 101110 | 11111001 | 100010 | 101000 |
Color Harmonies of #4D4389
Complementary color
Monochromatic Colors of #4D4389
Black with #4D4389
Text Example
Text Example
White with #4D4389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4389; }
p { color: rgb(77,67,137); }
H1.HeaderClassName
{
color: #4D4389;
}
.AnyTagClassName
{
color: #4D4389;
}
</style>
background-color css
<style>
a { background-color: #4D4389; }
a { background-color: rgb(77,67,137); }
div.DivClassName
{
background-color: #4D4389;
}
.BgClassName
{
background-color: #4D4389;
}
</style>
border-color css
<style>
span { border-color: #4D4389; }
span { border-color: rgb(77,67,137); }
td.TdClassName
{
border-color: #4D4389;
}
.TagClassName
{
border-color: #4D4389;
}
</style>