Shades of Grey-Asparagus #466343
Tints of Grey-Asparagus #466343
RGB
CMYK
RGB Variations
Color information
#466343 (or 0x466343) is known color: Grey-Asparagus. HEX triplet: 46, 63 and 43. RGB value is (70,99,67). Sum of RGB (Red+Green+Blue) = 70+99+67=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 67 (26.56% from 255 or 28.39% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #466343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #466343 is #B99CBC. Grayscale: #565656. Windows color (decimal): -12164285 or 4416326. OLE color: 4416326.
HSL color Cylindrical-coordinate representation of color #466343: hue angle of 114.38º 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 #466343 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 99 | 67 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.61 |
| HSL | 114.38º | 0.19% | 0.33% | - |
| HSV(B) | 114.38º | 0.32% | 0.39% | - |
| XYZ | 8 | 10.63 | 6.94 | - |
| YUV | 86.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 99 | 67 | 0.29 | 0 | 0.32 | 0.61 | 114.38 | 0.19 | 0.33 |
| Hex | 46 | 63 | 43 | 1D | 0 | 20 | 3D | 72 | 13 | 21 |
| Octal | 106 | 143 | 103 | 35 | 0 | 40 | 75 | 162 | 23 | 41 |
| Binary | 1000110 | 1100011 | 1000011 | 11101 | 0 | 100000 | 111101 | 1110010 | 10011 | 100001 |
Color Harmonies of #466343
Complementary color
Monochromatic Colors of #466343
Black with #466343
Text Example
Text Example
White with #466343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #466343; }
p { color: rgb(70,99,67); }
H1.HeaderClassName
{
color: #466343;
}
.AnyTagClassName
{
color: #466343;
}
</style>
background-color css
<style>
a { background-color: #466343; }
a { background-color: rgb(70,99,67); }
div.DivClassName
{
background-color: #466343;
}
.BgClassName
{
background-color: #466343;
}
</style>
border-color css
<style>
span { border-color: #466343; }
span { border-color: rgb(70,99,67); }
td.TdClassName
{
border-color: #466343;
}
.TagClassName
{
border-color: #466343;
}
</style>