Shades of Dark Slate Blue #4D4187
Tints of Dark Slate Blue #4D4187
RGB
CMYK
RGB Variations
Color information
#4D4187 (or 0x4D4187) is known color: Dark Slate Blue. HEX triplet: 4D, 41 and 87. RGB value is (77,65,135). Sum of RGB (Red+Green+Blue) = 77+65+135=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 65 (25.78% from 255 or 23.47% from 277); Blue value is 135 (53.12% from 255 or 48.74% from 277); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D4187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4187 is #B2BE78. Grayscale: #4C4C4C. Windows color (decimal): -11714169 or 8864077. OLE color: 8864077.
HSL color Cylindrical-coordinate representation of color #4D4187: hue angle of 250.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D4187 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 65 | 135 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.47 |
| HSL | 250.29º | 0.35% | 0.39% | - |
| HSV(B) | 250.29º | 0.52% | 0.53% | - |
| XYZ | 9.32 | 7.11 | 23.8 | - |
| YUV | 76.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 135 | 0.43 | 0.52 | 0 | 0.47 | 250.29 | 0.35 | 0.39 |
| Hex | 4D | 41 | 87 | 2B | 34 | 0 | 2F | FA | 23 | 27 |
| Octal | 115 | 101 | 207 | 53 | 64 | 0 | 57 | 372 | 43 | 47 |
| Binary | 1001101 | 1000001 | 10000111 | 101011 | 110100 | 0 | 101111 | 11111010 | 100011 | 100111 |
Color Harmonies of #4D4187
Complementary color
Monochromatic Colors of #4D4187
Black with #4D4187
Text Example
Text Example
White with #4D4187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4187; }
p { color: rgb(77,65,135); }
H1.HeaderClassName
{
color: #4D4187;
}
.AnyTagClassName
{
color: #4D4187;
}
</style>
background-color css
<style>
a { background-color: #4D4187; }
a { background-color: rgb(77,65,135); }
div.DivClassName
{
background-color: #4D4187;
}
.BgClassName
{
background-color: #4D4187;
}
</style>
border-color css
<style>
span { border-color: #4D4187; }
span { border-color: rgb(77,65,135); }
td.TdClassName
{
border-color: #4D4187;
}
.TagClassName
{
border-color: #4D4187;
}
</style>