Shades of Grey-Asparagus #464F44
Tints of Grey-Asparagus #464F44
RGB
CMYK
RGB Variations
Color information
#464F44 (or 0x464F44) is known color: Grey-Asparagus. HEX triplet: 46, 4F and 44. RGB value is (70,79,68). Sum of RGB (Red+Green+Blue) = 70+79+68=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 79 (31.25% from 255 or 36.41% from 217); Blue value is 68 (26.95% from 255 or 31.34% from 217); Max value from RGB is 79 - color contains mainly: green. Hex color #464F44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464F44 is #B9B0BB. Grayscale: #4B4B4B. Windows color (decimal): -12169404 or 4476742. OLE color: 4476742.
HSL color Cylindrical-coordinate representation of color #464F44: hue angle of 109.09º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #464F44 is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 79 | 68 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.69 |
| HSL | 109.09º | 0.07% | 0.29% | - |
| HSV(B) | 109.09º | 0.14% | 0.31% | - |
| XYZ | 6.37 | 7.31 | 6.54 | - |
| YUV | 75.06 | 124.02 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 68 | 0.11 | 0 | 0.14 | 0.69 | 109.09 | 0.07 | 0.29 |
| Hex | 46 | 4F | 44 | B | 0 | E | 45 | 6D | 7 | 1D |
| Octal | 106 | 117 | 104 | 13 | 0 | 16 | 105 | 155 | 7 | 35 |
| Binary | 1000110 | 1001111 | 1000100 | 1011 | 0 | 1110 | 1000101 | 1101101 | 111 | 11101 |
Color Harmonies of #464F44
Complementary color
Monochromatic Colors of #464F44
Black with #464F44
Text Example
Text Example
White with #464F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F44; }
p { color: rgb(70,79,68); }
H1.HeaderClassName
{
color: #464F44;
}
.AnyTagClassName
{
color: #464F44;
}
</style>
background-color css
<style>
a { background-color: #464F44; }
a { background-color: rgb(70,79,68); }
div.DivClassName
{
background-color: #464F44;
}
.BgClassName
{
background-color: #464F44;
}
</style>
border-color css
<style>
span { border-color: #464F44; }
span { border-color: rgb(70,79,68); }
td.TdClassName
{
border-color: #464F44;
}
.TagClassName
{
border-color: #464F44;
}
</style>