Shades of Dark Slate Blue #4D4B87
Tints of Dark Slate Blue #4D4B87
RGB
CMYK
RGB Variations
Color information
#4D4B87 (or 0x4D4B87) is known color: Dark Slate Blue. HEX triplet: 4D, 4B and 87. RGB value is (77,75,135). Sum of RGB (Red+Green+Blue) = 77+75+135=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 75 (29.69% from 255 or 26.13% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D4B87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4B87 is #B2B478. Grayscale: #525252. Windows color (decimal): -11711609 or 8866637. OLE color: 8866637.
HSL color Cylindrical-coordinate representation of color #4D4B87: hue angle of 242º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D4B87 is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 75 | 135 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.47 |
| HSL | 242º | 0.29% | 0.41% | - |
| HSV(B) | 242º | 0.44% | 0.53% | - |
| XYZ | 9.95 | 8.36 | 24.01 | - |
| YUV | 82.44 | 157.66 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 135 | 0.43 | 0.44 | 0 | 0.47 | 242 | 0.29 | 0.41 |
| Hex | 4D | 4B | 87 | 2B | 2C | 0 | 2F | F2 | 1D | 29 |
| Octal | 115 | 113 | 207 | 53 | 54 | 0 | 57 | 362 | 35 | 51 |
| Binary | 1001101 | 1001011 | 10000111 | 101011 | 101100 | 0 | 101111 | 11110010 | 11101 | 101001 |
Color Harmonies of #4D4B87
Complementary color
Monochromatic Colors of #4D4B87
Black with #4D4B87
Text Example
Text Example
White with #4D4B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B87; }
p { color: rgb(77,75,135); }
H1.HeaderClassName
{
color: #4D4B87;
}
.AnyTagClassName
{
color: #4D4B87;
}
</style>
background-color css
<style>
a { background-color: #4D4B87; }
a { background-color: rgb(77,75,135); }
div.DivClassName
{
background-color: #4D4B87;
}
.BgClassName
{
background-color: #4D4B87;
}
</style>
border-color css
<style>
span { border-color: #4D4B87; }
span { border-color: rgb(77,75,135); }
td.TdClassName
{
border-color: #4D4B87;
}
.TagClassName
{
border-color: #4D4B87;
}
</style>