Shades of Grey-Asparagus #465C47
Tints of Grey-Asparagus #465C47
RGB
CMYK
RGB Variations
Color information
#465C47 (or 0x465C47) is known color: Grey-Asparagus. HEX triplet: 46, 5C and 47. RGB value is (70,92,71). Sum of RGB (Red+Green+Blue) = 70+92+71=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 71 (28.12% from 255 or 30.47% from 233); Max value from RGB is 92 - color contains mainly: green. Hex color #465C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465C47 is #B9A3B8. Grayscale: #535353. Windows color (decimal): -12166073 or 4676678. OLE color: 4676678.
HSL color Cylindrical-coordinate representation of color #465C47: hue angle of 122.73º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #465C47 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 92 | 71 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.64 |
| HSL | 122.73º | 0.14% | 0.32% | - |
| HSV(B) | 122.73º | 0.24% | 0.36% | - |
| XYZ | 7.49 | 9.41 | 7.38 | - |
| YUV | 83.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 92 | 71 | 0.24 | 0 | 0.23 | 0.64 | 122.73 | 0.14 | 0.32 |
| Hex | 46 | 5C | 47 | 18 | 0 | 17 | 40 | 7B | E | 20 |
| Octal | 106 | 134 | 107 | 30 | 0 | 27 | 100 | 173 | 16 | 40 |
| Binary | 1000110 | 1011100 | 1000111 | 11000 | 0 | 10111 | 1000000 | 1111011 | 1110 | 100000 |
Color Harmonies of #465C47
Complementary color
Monochromatic Colors of #465C47
Black with #465C47
Text Example
Text Example
White with #465C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465C47; }
p { color: rgb(70,92,71); }
H1.HeaderClassName
{
color: #465C47;
}
.AnyTagClassName
{
color: #465C47;
}
</style>
background-color css
<style>
a { background-color: #465C47; }
a { background-color: rgb(70,92,71); }
div.DivClassName
{
background-color: #465C47;
}
.BgClassName
{
background-color: #465C47;
}
</style>
border-color css
<style>
span { border-color: #465C47; }
span { border-color: rgb(70,92,71); }
td.TdClassName
{
border-color: #465C47;
}
.TagClassName
{
border-color: #465C47;
}
</style>