Shades of Grey-Asparagus #404B41
Tints of Grey-Asparagus #404B41
RGB
CMYK
RGB Variations
Color information
#404B41 (or 0x404B41) is known color: Grey-Asparagus. HEX triplet: 40, 4B and 41. RGB value is (64,75,65). Sum of RGB (Red+Green+Blue) = 64+75+65=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 75 (29.69% from 255 or 36.76% from 204); Blue value is 65 (25.78% from 255 or 31.86% from 204); Max value from RGB is 75 - color contains mainly: green. Hex color #404B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404B41 is #BFB4BE. Grayscale: #464646. Windows color (decimal): -12563647 or 4279104. OLE color: 4279104.
HSL color Cylindrical-coordinate representation of color #404B41: hue angle of 125.45º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #404B41 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 75 | 65 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.71 |
| HSL | 125.45º | 0.08% | 0.27% | - |
| HSV(B) | 125.45º | 0.15% | 0.29% | - |
| XYZ | 5.58 | 6.5 | 5.96 | - |
| YUV | 70.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 65 | 0.15 | 0 | 0.13 | 0.71 | 125.45 | 0.08 | 0.27 |
| Hex | 40 | 4B | 41 | F | 0 | D | 47 | 7D | 8 | 1B |
| Octal | 100 | 113 | 101 | 17 | 0 | 15 | 107 | 175 | 10 | 33 |
| Binary | 1000000 | 1001011 | 1000001 | 1111 | 0 | 1101 | 1000111 | 1111101 | 1000 | 11011 |
Color Harmonies of #404B41
Complementary color
Monochromatic Colors of #404B41
Black with #404B41
Text Example
Text Example
White with #404B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404B41; }
p { color: rgb(64,75,65); }
H1.HeaderClassName
{
color: #404B41;
}
.AnyTagClassName
{
color: #404B41;
}
</style>
background-color css
<style>
a { background-color: #404B41; }
a { background-color: rgb(64,75,65); }
div.DivClassName
{
background-color: #404B41;
}
.BgClassName
{
background-color: #404B41;
}
</style>
border-color css
<style>
span { border-color: #404B41; }
span { border-color: rgb(64,75,65); }
td.TdClassName
{
border-color: #404B41;
}
.TagClassName
{
border-color: #404B41;
}
</style>