Shades of Dark Slate Blue #4D4088
Tints of Dark Slate Blue #4D4088
RGB
CMYK
RGB Variations
Color information
#4D4088 (or 0x4D4088) is known color: Dark Slate Blue. HEX triplet: 4D, 40 and 88. RGB value is (77,64,136). Sum of RGB (Red+Green+Blue) = 77+64+136=277 (36% of max value = 765). Red value is 77 (30.47% from 255 or 27.80% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D4088 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4088 is #B2BF77. Grayscale: #4B4B4B. Windows color (decimal): -11714424 or 8929357. OLE color: 8929357.
HSL color Cylindrical-coordinate representation of color #4D4088: hue angle of 250.83º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D4088 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 64 | 136 | - |
| CMYK | 0.43 | 0.53 | 0 | 0.47 |
| HSL | 250.83º | 0.36% | 0.39% | - |
| HSV(B) | 250.83º | 0.53% | 0.53% | - |
| XYZ | 9.34 | 7.02 | 24.16 | - |
| YUV | 76.1 | 161.81 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 136 | 0.43 | 0.53 | 0 | 0.47 | 250.83 | 0.36 | 0.39 |
| Hex | 4D | 40 | 88 | 2B | 35 | 0 | 2F | FB | 24 | 27 |
| Octal | 115 | 100 | 210 | 53 | 65 | 0 | 57 | 373 | 44 | 47 |
| Binary | 1001101 | 1000000 | 10001000 | 101011 | 110101 | 0 | 101111 | 11111011 | 100100 | 100111 |
Color Harmonies of #4D4088
Complementary color
Monochromatic Colors of #4D4088
Black with #4D4088
Text Example
Text Example
White with #4D4088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4088; }
p { color: rgb(77,64,136); }
H1.HeaderClassName
{
color: #4D4088;
}
.AnyTagClassName
{
color: #4D4088;
}
</style>
background-color css
<style>
a { background-color: #4D4088; }
a { background-color: rgb(77,64,136); }
div.DivClassName
{
background-color: #4D4088;
}
.BgClassName
{
background-color: #4D4088;
}
</style>
border-color css
<style>
span { border-color: #4D4088; }
span { border-color: rgb(77,64,136); }
td.TdClassName
{
border-color: #4D4088;
}
.TagClassName
{
border-color: #4D4088;
}
</style>