Shades of Dark Slate Blue #4D4084
Tints of Dark Slate Blue #4D4084
RGB
CMYK
RGB Variations
Color information
#4D4084 (or 0x4D4084) is known color: Dark Slate Blue. HEX triplet: 4D, 40 and 84. RGB value is (77,64,132). Sum of RGB (Red+Green+Blue) = 77+64+132=273 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28.21% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 132 (51.95% from 255 or 48.35% from 273); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D4084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4084 is #B2BF7B. Grayscale: #4B4B4B. Windows color (decimal): -11714428 or 8667213. OLE color: 8667213.
HSL color Cylindrical-coordinate representation of color #4D4084: hue angle of 251.47º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D4084 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 64 | 132 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.48 |
| HSL | 251.47º | 0.35% | 0.38% | - |
| HSV(B) | 251.47º | 0.52% | 0.52% | - |
| XYZ | 9.06 | 6.91 | 22.69 | - |
| YUV | 75.64 | 159.81 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 64 | 132 | 0.42 | 0.52 | 0 | 0.48 | 251.47 | 0.35 | 0.38 |
| Hex | 4D | 40 | 84 | 2A | 34 | 0 | 30 | FB | 23 | 26 |
| Octal | 115 | 100 | 204 | 52 | 64 | 0 | 60 | 373 | 43 | 46 |
| Binary | 1001101 | 1000000 | 10000100 | 101010 | 110100 | 0 | 110000 | 11111011 | 100011 | 100110 |
Color Harmonies of #4D4084
Complementary color
Monochromatic Colors of #4D4084
Black with #4D4084
Text Example
Text Example
White with #4D4084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4084; }
p { color: rgb(77,64,132); }
H1.HeaderClassName
{
color: #4D4084;
}
.AnyTagClassName
{
color: #4D4084;
}
</style>
background-color css
<style>
a { background-color: #4D4084; }
a { background-color: rgb(77,64,132); }
div.DivClassName
{
background-color: #4D4084;
}
.BgClassName
{
background-color: #4D4084;
}
</style>
border-color css
<style>
span { border-color: #4D4084; }
span { border-color: rgb(77,64,132); }
td.TdClassName
{
border-color: #4D4084;
}
.TagClassName
{
border-color: #4D4084;
}
</style>