Shades of Dark Slate Blue #4D4081
Tints of Dark Slate Blue #4D4081
RGB
CMYK
RGB Variations
Color information
#4D4081 (or 0x4D4081) is known color: Dark Slate Blue. HEX triplet: 4D, 40 and 81. RGB value is (77,64,129). Sum of RGB (Red+Green+Blue) = 77+64+129=270 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.52% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 129 (50.78% from 255 or 47.78% from 270); Max value from RGB is 129 - color contains mainly: blue. Hex color #4D4081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4081 is #B2BF7E. Grayscale: #4B4B4B. Windows color (decimal): -11714431 or 8470605. OLE color: 8470605.
HSL color Cylindrical-coordinate representation of color #4D4081: hue angle of 252º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D4081 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 77 | 64 | 129 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.49 |
| HSL | 252º | 0.34% | 0.38% | - |
| HSV(B) | 252º | 0.5% | 0.51% | - |
| XYZ | 8.86 | 6.83 | 21.62 | - |
| YUV | 75.3 | 158.31 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 129 | 0.40 | 0.50 | 0 | 0.49 | 252 | 0.34 | 0.38 |
| Hex | 4D | 40 | 81 | 28 | 32 | 0 | 31 | FC | 22 | 26 |
| Octal | 115 | 100 | 201 | 50 | 62 | 0 | 61 | 374 | 42 | 46 |
| Binary | 1001101 | 1000000 | 10000001 | 101000 | 110010 | 0 | 110001 | 11111100 | 100010 | 100110 |
Color Harmonies of #4D4081
Complementary color
Monochromatic Colors of #4D4081
Black with #4D4081
Text Example
Text Example
White with #4D4081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4081; }
p { color: rgb(77,64,129); }
H1.HeaderClassName
{
color: #4D4081;
}
.AnyTagClassName
{
color: #4D4081;
}
</style>
background-color css
<style>
a { background-color: #4D4081; }
a { background-color: rgb(77,64,129); }
div.DivClassName
{
background-color: #4D4081;
}
.BgClassName
{
background-color: #4D4081;
}
</style>
border-color css
<style>
span { border-color: #4D4081; }
span { border-color: rgb(77,64,129); }
td.TdClassName
{
border-color: #4D4081;
}
.TagClassName
{
border-color: #4D4081;
}
</style>