Shades of Grey-Asparagus #404A41
Tints of Grey-Asparagus #404A41
RGB
CMYK
RGB Variations
Color information
#404A41 (or 0x404A41) is known color: Grey-Asparagus. HEX triplet: 40, 4A and 41. RGB value is (64,74,65). Sum of RGB (Red+Green+Blue) = 64+74+65=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 74 (29.30% from 255 or 36.45% from 203); Blue value is 65 (25.78% from 255 or 32.02% from 203); Max value from RGB is 74 - color contains mainly: green. Hex color #404A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404A41 is #BFB5BE. Grayscale: #464646. Windows color (decimal): -12563903 or 4278848. OLE color: 4278848.
HSL color Cylindrical-coordinate representation of color #404A41: hue angle of 126º 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 #404A41 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 74 | 65 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.71 |
| HSL | 126º | 0.07% | 0.27% | - |
| HSV(B) | 126º | 0.14% | 0.29% | - |
| XYZ | 5.52 | 6.37 | 5.94 | - |
| YUV | 69.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 74 | 65 | 0.14 | 0 | 0.12 | 0.71 | 126 | 0.07 | 0.27 |
| Hex | 40 | 4A | 41 | E | 0 | C | 47 | 7E | 7 | 1B |
| Octal | 100 | 112 | 101 | 16 | 0 | 14 | 107 | 176 | 7 | 33 |
| Binary | 1000000 | 1001010 | 1000001 | 1110 | 0 | 1100 | 1000111 | 1111110 | 111 | 11011 |
Color Harmonies of #404A41
Complementary color
Monochromatic Colors of #404A41
Black with #404A41
Text Example
Text Example
White with #404A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404A41; }
p { color: rgb(64,74,65); }
H1.HeaderClassName
{
color: #404A41;
}
.AnyTagClassName
{
color: #404A41;
}
</style>
background-color css
<style>
a { background-color: #404A41; }
a { background-color: rgb(64,74,65); }
div.DivClassName
{
background-color: #404A41;
}
.BgClassName
{
background-color: #404A41;
}
</style>
border-color css
<style>
span { border-color: #404A41; }
span { border-color: rgb(64,74,65); }
td.TdClassName
{
border-color: #404A41;
}
.TagClassName
{
border-color: #404A41;
}
</style>