Shades of Grey-Asparagus #464D46
Tints of Grey-Asparagus #464D46
RGB
CMYK
RGB Variations
Color information
#464D46 (or 0x464D46) is known color: Grey-Asparagus. HEX triplet: 46, 4D and 46. RGB value is (70,77,70). Sum of RGB (Red+Green+Blue) = 70+77+70=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 77 (30.47% from 255 or 35.48% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 77 - color contains mainly: green. Hex color #464D46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464D46 is #B9B2B9. Grayscale: #4A4A4A. Windows color (decimal): -12169914 or 4607302. OLE color: 4607302.
HSL color Cylindrical-coordinate representation of color #464D46: hue angle of 120º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #464D46 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 77 | 70 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.70 |
| HSL | 120º | 0.05% | 0.29% | - |
| HSV(B) | 120º | 0.09% | 0.3% | - |
| XYZ | 6.29 | 7.05 | 6.82 | - |
| YUV | 74.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 70 | 0.09 | 0 | 0.09 | 0.70 | 120 | 0.05 | 0.29 |
| Hex | 46 | 4D | 46 | 9 | 0 | 9 | 46 | 78 | 5 | 1D |
| Octal | 106 | 115 | 106 | 11 | 0 | 11 | 106 | 170 | 5 | 35 |
| Binary | 1000110 | 1001101 | 1000110 | 1001 | 0 | 1001 | 1000110 | 1111000 | 101 | 11101 |
Color Harmonies of #464D46
Complementary color
Monochromatic Colors of #464D46
Black with #464D46
Text Example
Text Example
White with #464D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D46; }
p { color: rgb(70,77,70); }
H1.HeaderClassName
{
color: #464D46;
}
.AnyTagClassName
{
color: #464D46;
}
</style>
background-color css
<style>
a { background-color: #464D46; }
a { background-color: rgb(70,77,70); }
div.DivClassName
{
background-color: #464D46;
}
.BgClassName
{
background-color: #464D46;
}
</style>
border-color css
<style>
span { border-color: #464D46; }
span { border-color: rgb(70,77,70); }
td.TdClassName
{
border-color: #464D46;
}
.TagClassName
{
border-color: #464D46;
}
</style>