Shades of Grey-Asparagus #466444
Tints of Grey-Asparagus #466444
RGB
CMYK
RGB Variations
Color information
#466444 (or 0x466444) is known color: Grey-Asparagus. HEX triplet: 46, 64 and 44. RGB value is (70,100,68). Sum of RGB (Red+Green+Blue) = 70+100+68=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #466444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466444 is #B99BBB. Grayscale: #575757. Windows color (decimal): -12164028 or 4482118. OLE color: 4482118.
HSL color Cylindrical-coordinate representation of color #466444: hue angle of 116.25º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466444 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 100 | 68 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.61 |
| HSL | 116.25º | 0.19% | 0.33% | - |
| HSV(B) | 116.25º | 0.32% | 0.39% | - |
| XYZ | 8.13 | 10.83 | 7.13 | - |
| YUV | 87.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 100 | 68 | 0.30 | 0 | 0.32 | 0.61 | 116.25 | 0.19 | 0.33 |
| Hex | 46 | 64 | 44 | 1E | 0 | 20 | 3D | 74 | 13 | 21 |
| Octal | 106 | 144 | 104 | 36 | 0 | 40 | 75 | 164 | 23 | 41 |
| Binary | 1000110 | 1100100 | 1000100 | 11110 | 0 | 100000 | 111101 | 1110100 | 10011 | 100001 |
Color Harmonies of #466444
Complementary color
Monochromatic Colors of #466444
Black with #466444
Text Example
Text Example
White with #466444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466444; }
p { color: rgb(70,100,68); }
H1.HeaderClassName
{
color: #466444;
}
.AnyTagClassName
{
color: #466444;
}
</style>
background-color css
<style>
a { background-color: #466444; }
a { background-color: rgb(70,100,68); }
div.DivClassName
{
background-color: #466444;
}
.BgClassName
{
background-color: #466444;
}
</style>
border-color css
<style>
span { border-color: #466444; }
span { border-color: rgb(70,100,68); }
td.TdClassName
{
border-color: #466444;
}
.TagClassName
{
border-color: #466444;
}
</style>