Shades of Dark Slate #404F4D
Tints of Dark Slate #404F4D
RGB
CMYK
RGB Variations
Color information
#404F4D (or 0x404F4D) is known color: Dark Slate. HEX triplet: 40, 4F and 4D. RGB value is (64,79,77). Sum of RGB (Red+Green+Blue) = 64+79+77=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 77 (30.47% from 255 or 35% from 220); Max value from RGB is 79 - color contains mainly: green. Hex color #404F4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F4D is #BFB0B2. Grayscale: #4A4A4A. Windows color (decimal): -12562611 or 5066560. OLE color: 5066560.
HSL color Cylindrical-coordinate representation of color #404F4D: hue angle of 172º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #404F4D is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 77 | - |
| CMYK | 0.19 | 0 | 0.03 | 0.69 |
| HSL | 172º | 0.1% | 0.28% | - |
| HSV(B) | 172º | 0.19% | 0.31% | - |
| XYZ | 6.25 | 7.22 | 8.08 | - |
| YUV | 74.29 | 129.53 | 120.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 77 | 0.19 | 0 | 0.03 | 0.69 | 172 | 0.1 | 0.28 |
| Hex | 40 | 4F | 4D | 13 | 0 | 3 | 45 | AC | A | 1C |
| Octal | 100 | 117 | 115 | 23 | 0 | 3 | 105 | 254 | 12 | 34 |
| Binary | 1000000 | 1001111 | 1001101 | 10011 | 0 | 11 | 1000101 | 10101100 | 1010 | 11100 |
Color Harmonies of #404F4D
Complementary color
Monochromatic Colors of #404F4D
Black with #404F4D
Text Example
Text Example
White with #404F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F4D; }
p { color: rgb(64,79,77); }
H1.HeaderClassName
{
color: #404F4D;
}
.AnyTagClassName
{
color: #404F4D;
}
</style>
background-color css
<style>
a { background-color: #404F4D; }
a { background-color: rgb(64,79,77); }
div.DivClassName
{
background-color: #404F4D;
}
.BgClassName
{
background-color: #404F4D;
}
</style>
border-color css
<style>
span { border-color: #404F4D; }
span { border-color: rgb(64,79,77); }
td.TdClassName
{
border-color: #404F4D;
}
.TagClassName
{
border-color: #404F4D;
}
</style>