Shades of Dark Slate Blue #4D4288
Tints of Dark Slate Blue #4D4288
RGB
CMYK
RGB Variations
Color information
#4D4288 (or 0x4D4288) is known color: Dark Slate Blue. HEX triplet: 4D, 42 and 88. RGB value is (77,66,136). Sum of RGB (Red+Green+Blue) = 77+66+136=279 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.60% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 136 (53.52% from 255 or 48.75% from 279); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D4288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4288 is #B2BD77. Grayscale: #4D4D4D. Windows color (decimal): -11713912 or 8929869. OLE color: 8929869.
HSL color Cylindrical-coordinate representation of color #4D4288: hue angle of 249.43º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4288 is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 66 | 136 | - |
| CMYK | 0.43 | 0.51 | 0 | 0.47 |
| HSL | 249.43º | 0.35% | 0.4% | - |
| HSV(B) | 249.43º | 0.51% | 0.53% | - |
| XYZ | 9.45 | 7.25 | 24.19 | - |
| YUV | 77.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 66 | 136 | 0.43 | 0.51 | 0 | 0.47 | 249.43 | 0.35 | 0.4 |
| Hex | 4D | 42 | 88 | 2B | 33 | 0 | 2F | F9 | 23 | 28 |
| Octal | 115 | 102 | 210 | 53 | 63 | 0 | 57 | 371 | 43 | 50 |
| Binary | 1001101 | 1000010 | 10001000 | 101011 | 110011 | 0 | 101111 | 11111001 | 100011 | 101000 |
Color Harmonies of #4D4288
Complementary color
Monochromatic Colors of #4D4288
Black with #4D4288
Text Example
Text Example
White with #4D4288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4288; }
p { color: rgb(77,66,136); }
H1.HeaderClassName
{
color: #4D4288;
}
.AnyTagClassName
{
color: #4D4288;
}
</style>
background-color css
<style>
a { background-color: #4D4288; }
a { background-color: rgb(77,66,136); }
div.DivClassName
{
background-color: #4D4288;
}
.BgClassName
{
background-color: #4D4288;
}
</style>
border-color css
<style>
span { border-color: #4D4288; }
span { border-color: rgb(77,66,136); }
td.TdClassName
{
border-color: #4D4288;
}
.TagClassName
{
border-color: #4D4288;
}
</style>