Shades of Dark Slate #404A4A
Tints of Dark Slate #404A4A
RGB
CMYK
RGB Variations
Color information
#404A4A (or 0x404A4A) is known color: Dark Slate. HEX triplet: 40, 4A and 4A. RGB value is (64,74,74). Sum of RGB (Red+Green+Blue) = 64+74+74=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 74 (29.30% from 255 or 34.91% from 212); Blue value is 74 (29.30% from 255 or 34.91% from 212); Max value from RGB is 74 - color contains mainly: green, blue. Hex color #404A4A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A4A is #BFB5B5. Grayscale: #474747. Windows color (decimal): -12563894 or 4868672. OLE color: 4868672.
HSL color Cylindrical-coordinate representation of color #404A4A: hue angle of 180º 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 #404A4A is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 74 | - |
| CMYK | 0.14 | 0 | 0 | 0.71 |
| HSL | 180º | 0.07% | 0.27% | - |
| HSV(B) | 180º | 0.14% | 0.29% | - |
| XYZ | 5.8 | 6.48 | 7.42 | - |
| YUV | 71.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 74 | 0.14 | 0 | 0 | 0.71 | 180 | 0.07 | 0.27 |
| Hex | 40 | 4A | 4A | E | 0 | 0 | 47 | B4 | 7 | 1B |
| Octal | 100 | 112 | 112 | 16 | 0 | 0 | 107 | 264 | 7 | 33 |
| Binary | 1000000 | 1001010 | 1001010 | 1110 | 0 | 0 | 1000111 | 10110100 | 111 | 11011 |
Color Harmonies of #404A4A
Complementary color
Monochromatic Colors of #404A4A
Black with #404A4A
Text Example
Text Example
White with #404A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A4A; }
p { color: rgb(64,74,74); }
H1.HeaderClassName
{
color: #404A4A;
}
.AnyTagClassName
{
color: #404A4A;
}
</style>
background-color css
<style>
a { background-color: #404A4A; }
a { background-color: rgb(64,74,74); }
div.DivClassName
{
background-color: #404A4A;
}
.BgClassName
{
background-color: #404A4A;
}
</style>
border-color css
<style>
span { border-color: #404A4A; }
span { border-color: rgb(64,74,74); }
td.TdClassName
{
border-color: #404A4A;
}
.TagClassName
{
border-color: #404A4A;
}
</style>