Shades of Grey-Asparagus #466243
Tints of Grey-Asparagus #466243
RGB
CMYK
RGB Variations
Color information
#466243 (or 0x466243) is known color: Grey-Asparagus. HEX triplet: 46, 62 and 43. RGB value is (70,98,67). Sum of RGB (Red+Green+Blue) = 70+98+67=235 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.79% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 67 (26.56% from 255 or 28.51% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #466243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466243 is #B99DBC. Grayscale: #565656. Windows color (decimal): -12164541 or 4416070. OLE color: 4416070.
HSL color Cylindrical-coordinate representation of color #466243: hue angle of 114.19º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #466243 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 98 | 67 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.62 |
| HSL | 114.19º | 0.19% | 0.32% | - |
| HSV(B) | 114.19º | 0.32% | 0.38% | - |
| XYZ | 7.91 | 10.44 | 6.91 | - |
| YUV | 86.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 98 | 67 | 0.29 | 0 | 0.32 | 0.62 | 114.19 | 0.19 | 0.32 |
| Hex | 46 | 62 | 43 | 1D | 0 | 20 | 3E | 72 | 13 | 20 |
| Octal | 106 | 142 | 103 | 35 | 0 | 40 | 76 | 162 | 23 | 40 |
| Binary | 1000110 | 1100010 | 1000011 | 11101 | 0 | 100000 | 111110 | 1110010 | 10011 | 100000 |
Color Harmonies of #466243
Complementary color
Monochromatic Colors of #466243
Black with #466243
Text Example
Text Example
White with #466243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466243; }
p { color: rgb(70,98,67); }
H1.HeaderClassName
{
color: #466243;
}
.AnyTagClassName
{
color: #466243;
}
</style>
background-color css
<style>
a { background-color: #466243; }
a { background-color: rgb(70,98,67); }
div.DivClassName
{
background-color: #466243;
}
.BgClassName
{
background-color: #466243;
}
</style>
border-color css
<style>
span { border-color: #466243; }
span { border-color: rgb(70,98,67); }
td.TdClassName
{
border-color: #466243;
}
.TagClassName
{
border-color: #466243;
}
</style>