Shades of Dark Slate Blue #4D4588
Tints of Dark Slate Blue #4D4588
RGB
CMYK
RGB Variations
Color information
#4D4588 (or 0x4D4588) is known color: Dark Slate Blue. HEX triplet: 4D, 45 and 88. RGB value is (77,69,136). Sum of RGB (Red+Green+Blue) = 77+69+136=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D4588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4588 is #B2BA77. Grayscale: #4E4E4E. Windows color (decimal): -11713144 or 8930637. OLE color: 8930637.
HSL color Cylindrical-coordinate representation of color #4D4588: hue angle of 247.16º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D4588 is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 69 | 136 | - |
| CMYK | 0.43 | 0.49 | 0 | 0.47 |
| HSL | 247.16º | 0.33% | 0.4% | - |
| HSV(B) | 247.16º | 0.49% | 0.53% | - |
| XYZ | 9.63 | 7.61 | 24.25 | - |
| YUV | 79.03 | 160.15 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 69 | 136 | 0.43 | 0.49 | 0 | 0.47 | 247.16 | 0.33 | 0.4 |
| Hex | 4D | 45 | 88 | 2B | 31 | 0 | 2F | F7 | 21 | 28 |
| Octal | 115 | 105 | 210 | 53 | 61 | 0 | 57 | 367 | 41 | 50 |
| Binary | 1001101 | 1000101 | 10001000 | 101011 | 110001 | 0 | 101111 | 11110111 | 100001 | 101000 |
Color Harmonies of #4D4588
Complementary color
Monochromatic Colors of #4D4588
Black with #4D4588
Text Example
Text Example
White with #4D4588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4588; }
p { color: rgb(77,69,136); }
H1.HeaderClassName
{
color: #4D4588;
}
.AnyTagClassName
{
color: #4D4588;
}
</style>
background-color css
<style>
a { background-color: #4D4588; }
a { background-color: rgb(77,69,136); }
div.DivClassName
{
background-color: #4D4588;
}
.BgClassName
{
background-color: #4D4588;
}
</style>
border-color css
<style>
span { border-color: #4D4588; }
span { border-color: rgb(77,69,136); }
td.TdClassName
{
border-color: #4D4588;
}
.TagClassName
{
border-color: #4D4588;
}
</style>