Shades of Dark Slate Blue #4D4889
Tints of Dark Slate Blue #4D4889
RGB
CMYK
RGB Variations
Color information
#4D4889 (or 0x4D4889) is known color: Dark Slate Blue. HEX triplet: 4D, 48 and 89. RGB value is (77,72,137). Sum of RGB (Red+Green+Blue) = 77+72+137=286 (37% of max value = 765). Red value is 77 (30.47% from 255 or 26.92% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 137 (53.91% from 255 or 47.90% from 286); Max value from RGB is 137 - color contains mainly: blue. Hex color #4D4889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4889 is #B2B776. Grayscale: #505050. Windows color (decimal): -11712375 or 8996941. OLE color: 8996941.
HSL color Cylindrical-coordinate representation of color #4D4889: hue angle of 244.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D4889 is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 72 | 137 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.46 |
| HSL | 244.62º | 0.31% | 0.41% | - |
| HSV(B) | 244.62º | 0.47% | 0.54% | - |
| XYZ | 9.89 | 8.02 | 24.69 | - |
| YUV | 80.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 137 | 0.44 | 0.47 | 0 | 0.46 | 244.62 | 0.31 | 0.41 |
| Hex | 4D | 48 | 89 | 2C | 2F | 0 | 2E | F5 | 1F | 29 |
| Octal | 115 | 110 | 211 | 54 | 57 | 0 | 56 | 365 | 37 | 51 |
| Binary | 1001101 | 1001000 | 10001001 | 101100 | 101111 | 0 | 101110 | 11110101 | 11111 | 101001 |
Color Harmonies of #4D4889
Complementary color
Monochromatic Colors of #4D4889
Black with #4D4889
Text Example
Text Example
White with #4D4889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4889; }
p { color: rgb(77,72,137); }
H1.HeaderClassName
{
color: #4D4889;
}
.AnyTagClassName
{
color: #4D4889;
}
</style>
background-color css
<style>
a { background-color: #4D4889; }
a { background-color: rgb(77,72,137); }
div.DivClassName
{
background-color: #4D4889;
}
.BgClassName
{
background-color: #4D4889;
}
</style>
border-color css
<style>
span { border-color: #4D4889; }
span { border-color: rgb(77,72,137); }
td.TdClassName
{
border-color: #4D4889;
}
.TagClassName
{
border-color: #4D4889;
}
</style>