Shades of Dark Slate #404E4D
Tints of Dark Slate #404E4D
RGB
CMYK
RGB Variations
Color information
#404E4D (or 0x404E4D) is known color: Dark Slate. HEX triplet: 40, 4E and 4D. RGB value is (64,78,77). Sum of RGB (Red+Green+Blue) = 64+78+77=219 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.22% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 77 (30.47% from 255 or 35.16% from 219); Max value from RGB is 78 - color contains mainly: green. Hex color #404E4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404E4D is #BFB1B2. Grayscale: #494949. Windows color (decimal): -12562867 or 5066304. OLE color: 5066304.
HSL color Cylindrical-coordinate representation of color #404E4D: hue angle of 175.71º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #404E4D is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 78 | 77 | - |
| CMYK | 0.18 | 0 | 0.01 | 0.69 |
| HSL | 175.71º | 0.1% | 0.28% | - |
| HSV(B) | 175.71º | 0.18% | 0.31% | - |
| XYZ | 6.18 | 7.07 | 8.06 | - |
| YUV | 73.7 | 129.86 | 121.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 77 | 0.18 | 0 | 0.01 | 0.69 | 175.71 | 0.1 | 0.28 |
| Hex | 40 | 4E | 4D | 12 | 0 | 1 | 45 | B0 | A | 1C |
| Octal | 100 | 116 | 115 | 22 | 0 | 1 | 105 | 260 | 12 | 34 |
| Binary | 1000000 | 1001110 | 1001101 | 10010 | 0 | 1 | 1000101 | 10110000 | 1010 | 11100 |
Color Harmonies of #404E4D
Complementary color
Monochromatic Colors of #404E4D
Black with #404E4D
Text Example
Text Example
White with #404E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404E4D; }
p { color: rgb(64,78,77); }
H1.HeaderClassName
{
color: #404E4D;
}
.AnyTagClassName
{
color: #404E4D;
}
</style>
background-color css
<style>
a { background-color: #404E4D; }
a { background-color: rgb(64,78,77); }
div.DivClassName
{
background-color: #404E4D;
}
.BgClassName
{
background-color: #404E4D;
}
</style>
border-color css
<style>
span { border-color: #404E4D; }
span { border-color: rgb(64,78,77); }
td.TdClassName
{
border-color: #404E4D;
}
.TagClassName
{
border-color: #404E4D;
}
</style>