Shades of Grey-Asparagus #466944
Tints of Grey-Asparagus #466944
RGB
CMYK
RGB Variations
Color information
#466944 (or 0x466944) is known color: Grey-Asparagus. HEX triplet: 46, 69 and 44. RGB value is (70,105,68). Sum of RGB (Red+Green+Blue) = 70+105+68=243 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.81% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 68 (26.95% from 255 or 27.98% from 243); Max value from RGB is 105 - color contains mainly: green. Hex color #466944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466944 is #B996BB. Grayscale: #5A5A5A. Windows color (decimal): -12162748 or 4483398. OLE color: 4483398.
HSL color Cylindrical-coordinate representation of color #466944: hue angle of 116.76º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #466944 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 105 | 68 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.59 |
| HSL | 116.76º | 0.21% | 0.34% | - |
| HSV(B) | 116.76º | 0.35% | 0.41% | - |
| XYZ | 8.62 | 11.82 | 7.3 | - |
| YUV | 90.32 | 115.4 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 105 | 68 | 0.33 | 0 | 0.35 | 0.59 | 116.76 | 0.21 | 0.34 |
| Hex | 46 | 69 | 44 | 21 | 0 | 23 | 3B | 75 | 15 | 22 |
| Octal | 106 | 151 | 104 | 41 | 0 | 43 | 73 | 165 | 25 | 42 |
| Binary | 1000110 | 1101001 | 1000100 | 100001 | 0 | 100011 | 111011 | 1110101 | 10101 | 100010 |
Color Harmonies of #466944
Complementary color
Monochromatic Colors of #466944
Black with #466944
Text Example
Text Example
White with #466944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466944; }
p { color: rgb(70,105,68); }
H1.HeaderClassName
{
color: #466944;
}
.AnyTagClassName
{
color: #466944;
}
</style>
background-color css
<style>
a { background-color: #466944; }
a { background-color: rgb(70,105,68); }
div.DivClassName
{
background-color: #466944;
}
.BgClassName
{
background-color: #466944;
}
</style>
border-color css
<style>
span { border-color: #466944; }
span { border-color: rgb(70,105,68); }
td.TdClassName
{
border-color: #466944;
}
.TagClassName
{
border-color: #466944;
}
</style>