Shades of Dark Slate #404A49
Tints of Dark Slate #404A49
RGB
CMYK
RGB Variations
Color information
#404A49 (or 0x404A49) is known color: Dark Slate. HEX triplet: 40, 4A and 49. RGB value is (64,74,73). Sum of RGB (Red+Green+Blue) = 64+74+73=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 73 (28.91% from 255 or 34.60% from 211); Max value from RGB is 74 - color contains mainly: green. Hex color #404A49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A49 is #BFB5B6. Grayscale: #464646. Windows color (decimal): -12563895 or 4803136. OLE color: 4803136.
HSL color Cylindrical-coordinate representation of color #404A49: hue angle of 174º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #404A49 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 73 | - |
| CMYK | 0.14 | 0 | 0.01 | 0.71 |
| HSL | 174º | 0.07% | 0.27% | - |
| HSV(B) | 174º | 0.14% | 0.29% | - |
| XYZ | 5.77 | 6.47 | 7.25 | - |
| YUV | 70.9 | 129.19 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 73 | 0.14 | 0 | 0.01 | 0.71 | 174 | 0.07 | 0.27 |
| Hex | 40 | 4A | 49 | E | 0 | 1 | 47 | AE | 7 | 1B |
| Octal | 100 | 112 | 111 | 16 | 0 | 1 | 107 | 256 | 7 | 33 |
| Binary | 1000000 | 1001010 | 1001001 | 1110 | 0 | 1 | 1000111 | 10101110 | 111 | 11011 |
Color Harmonies of #404A49
Complementary color
Monochromatic Colors of #404A49
Black with #404A49
Text Example
Text Example
White with #404A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A49; }
p { color: rgb(64,74,73); }
H1.HeaderClassName
{
color: #404A49;
}
.AnyTagClassName
{
color: #404A49;
}
</style>
background-color css
<style>
a { background-color: #404A49; }
a { background-color: rgb(64,74,73); }
div.DivClassName
{
background-color: #404A49;
}
.BgClassName
{
background-color: #404A49;
}
</style>
border-color css
<style>
span { border-color: #404A49; }
span { border-color: rgb(64,74,73); }
td.TdClassName
{
border-color: #404A49;
}
.TagClassName
{
border-color: #404A49;
}
</style>