Shades of Dark Slate #404F4E
Tints of Dark Slate #404F4E
RGB
CMYK
RGB Variations
Color information
#404F4E (or 0x404F4E) is known color: Dark Slate. HEX triplet: 40, 4F and 4E. RGB value is (64,79,78). Sum of RGB (Red+Green+Blue) = 64+79+78=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 79 - color contains mainly: green. Hex color #404F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #404F4E is #BFB0B1. Grayscale: #4A4A4A. Windows color (decimal): -12562610 or 5132096. OLE color: 5132096.
HSL color Cylindrical-coordinate representation of color #404F4E: hue angle of 176º 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 #404F4E is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 79 | 78 | - |
| CMYK | 0.19 | 0 | 0.01 | 0.69 |
| HSL | 176º | 0.1% | 0.28% | - |
| HSV(B) | 176º | 0.19% | 0.31% | - |
| XYZ | 6.29 | 7.23 | 8.27 | - |
| YUV | 74.4 | 130.03 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 78 | 0.19 | 0 | 0.01 | 0.69 | 176 | 0.1 | 0.28 |
| Hex | 40 | 4F | 4E | 13 | 0 | 1 | 45 | B0 | A | 1C |
| Octal | 100 | 117 | 116 | 23 | 0 | 1 | 105 | 260 | 12 | 34 |
| Binary | 1000000 | 1001111 | 1001110 | 10011 | 0 | 1 | 1000101 | 10110000 | 1010 | 11100 |
Color Harmonies of #404F4E
Complementary color
Monochromatic Colors of #404F4E
Black with #404F4E
Text Example
Text Example
White with #404F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404F4E; }
p { color: rgb(64,79,78); }
H1.HeaderClassName
{
color: #404F4E;
}
.AnyTagClassName
{
color: #404F4E;
}
</style>
background-color css
<style>
a { background-color: #404F4E; }
a { background-color: rgb(64,79,78); }
div.DivClassName
{
background-color: #404F4E;
}
.BgClassName
{
background-color: #404F4E;
}
</style>
border-color css
<style>
span { border-color: #404F4E; }
span { border-color: rgb(64,79,78); }
td.TdClassName
{
border-color: #404F4E;
}
.TagClassName
{
border-color: #404F4E;
}
</style>