Shades of Dark Slate #404D4D
Tints of Dark Slate #404D4D
RGB
CMYK
RGB Variations
Color information
#404D4D (or 0x404D4D) is known color: Dark Slate. HEX triplet: 40, 4D and 4D. RGB value is (64,77,77). Sum of RGB (Red+Green+Blue) = 64+77+77=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 77 (30.47% from 255 or 35.32% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 77 - color contains mainly: green, blue. Hex color #404D4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404D4D is #BFB2B2. Grayscale: #494949. Windows color (decimal): -12563123 or 5066048. OLE color: 5066048.
HSL color Cylindrical-coordinate representation of color #404D4D: hue angle of 180º degrees, saturation: 0.09, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #404D4D is Cyan = 0.17, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
RGB | 64 | 77 | 77 | - |
CMYK | 0.17 | 0 | 0 | 0.70 |
HSL | 180º | 0.09% | 0.28% | - |
HSV(B) | 180º | 0.17% | 0.3% | - |
XYZ | 6.11 | 6.93 | 8.04 | - |
YUV | 73.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 64 | 77 | 77 | 0.17 | 0 | 0 | 0.70 | 180 | 0.09 | 0.28 |
Hex | 40 | 4D | 4D | 11 | 0 | 0 | 46 | B4 | 9 | 1C |
Octal | 100 | 115 | 115 | 21 | 0 | 0 | 106 | 264 | 11 | 34 |
Binary | 1000000 | 1001101 | 1001101 | 10001 | 0 | 0 | 1000110 | 10110100 | 1001 | 11100 |
Color Harmonies of #404D4D
Complementary color
Monochromatic Colors of #404D4D
Black with #404D4D
Text Example
Text Example
White with #404D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404D4D; }
p { color: rgb(64,77,77); }
H1.HeaderClassName
{
color: #404D4D;
}
.AnyTagClassName
{
color: #404D4D;
}
</style>
background-color css
<style>
a { background-color: #404D4D; }
a { background-color: rgb(64,77,77); }
div.DivClassName
{
background-color: #404D4D;
}
.BgClassName
{
background-color: #404D4D;
}
</style>
border-color css
<style>
span { border-color: #404D4D; }
span { border-color: rgb(64,77,77); }
td.TdClassName
{
border-color: #404D4D;
}
.TagClassName
{
border-color: #404D4D;
}
</style>