Shades of Dark Slate Blue #4D4188
Tints of Dark Slate Blue #4D4188
RGB
CMYK
RGB Variations
Color information
#4D4188 (or 0x4D4188) is known color: Dark Slate Blue. HEX triplet: 4D, 41 and 88. RGB value is (77,65,136). Sum of RGB (Red+Green+Blue) = 77+65+136=278 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.70% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D4188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4188 is #B2BE77. Grayscale: #4C4C4C. Windows color (decimal): -11714168 or 8929613. OLE color: 8929613.
HSL color Cylindrical-coordinate representation of color #4D4188: hue angle of 250.14º 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 #4D4188 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 65 | 136 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.47 |
| HSL | 250.14º | 0.35% | 0.39% | - |
| HSV(B) | 250.14º | 0.52% | 0.53% | - |
| XYZ | 9.39 | 7.14 | 24.17 | - |
| YUV | 76.68 | 161.48 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 65 | 136 | 0.43 | 0.52 | 0 | 0.47 | 250.14 | 0.35 | 0.39 |
| Hex | 4D | 41 | 88 | 2B | 34 | 0 | 2F | FA | 23 | 27 |
| Octal | 115 | 101 | 210 | 53 | 64 | 0 | 57 | 372 | 43 | 47 |
| Binary | 1001101 | 1000001 | 10001000 | 101011 | 110100 | 0 | 101111 | 11111010 | 100011 | 100111 |
Color Harmonies of #4D4188
Complementary color
Monochromatic Colors of #4D4188
Black with #4D4188
Text Example
Text Example
White with #4D4188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4188; }
p { color: rgb(77,65,136); }
H1.HeaderClassName
{
color: #4D4188;
}
.AnyTagClassName
{
color: #4D4188;
}
</style>
background-color css
<style>
a { background-color: #4D4188; }
a { background-color: rgb(77,65,136); }
div.DivClassName
{
background-color: #4D4188;
}
.BgClassName
{
background-color: #4D4188;
}
</style>
border-color css
<style>
span { border-color: #4D4188; }
span { border-color: rgb(77,65,136); }
td.TdClassName
{
border-color: #4D4188;
}
.TagClassName
{
border-color: #4D4188;
}
</style>