Shades of Grey-Asparagus #466644
Tints of Grey-Asparagus #466644
RGB
CMYK
RGB Variations
Color information
#466644 (or 0x466644) is known color: Grey-Asparagus. HEX triplet: 46, 66 and 44. RGB value is (70,102,68). Sum of RGB (Red+Green+Blue) = 70+102+68=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #466644 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466644 is #B999BB. Grayscale: #585858. Windows color (decimal): -12163516 or 4482630. OLE color: 4482630.
HSL color Cylindrical-coordinate representation of color #466644: hue angle of 116.47º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #466644 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 102 | 68 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.6 |
| HSL | 116.47º | 0.2% | 0.33% | - |
| HSV(B) | 116.47º | 0.33% | 0.4% | - |
| XYZ | 8.32 | 11.22 | 7.2 | - |
| YUV | 88.56 | 116.4 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 102 | 68 | 0.31 | 0 | 0.33 | 0.6 | 116.47 | 0.2 | 0.33 |
| Hex | 46 | 66 | 44 | 1F | 0 | 21 | 3C | 74 | 14 | 21 |
| Octal | 106 | 146 | 104 | 37 | 0 | 41 | 74 | 164 | 24 | 41 |
| Binary | 1000110 | 1100110 | 1000100 | 11111 | 0 | 100001 | 111100 | 1110100 | 10100 | 100001 |
Color Harmonies of #466644
Complementary color
Monochromatic Colors of #466644
Black with #466644
Text Example
Text Example
White with #466644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466644; }
p { color: rgb(70,102,68); }
H1.HeaderClassName
{
color: #466644;
}
.AnyTagClassName
{
color: #466644;
}
</style>
background-color css
<style>
a { background-color: #466644; }
a { background-color: rgb(70,102,68); }
div.DivClassName
{
background-color: #466644;
}
.BgClassName
{
background-color: #466644;
}
</style>
border-color css
<style>
span { border-color: #466644; }
span { border-color: rgb(70,102,68); }
td.TdClassName
{
border-color: #466644;
}
.TagClassName
{
border-color: #466644;
}
</style>