Shades of Grey-Asparagus #465A47
Tints of Grey-Asparagus #465A47
RGB
CMYK
RGB Variations
Color information
#465A47 (or 0x465A47) is known color: Grey-Asparagus. HEX triplet: 46, 5A and 47. RGB value is (70,90,71). Sum of RGB (Red+Green+Blue) = 70+90+71=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 71 (28.12% from 255 or 30.74% from 231); Max value from RGB is 90 - color contains mainly: green. Hex color #465A47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #465A47 is #B9A5B8. Grayscale: #515151. Windows color (decimal): -12166585 or 4676166. OLE color: 4676166.
HSL color Cylindrical-coordinate representation of color #465A47: hue angle of 123º degrees, saturation: 0.12, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #465A47 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 90 | 71 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.65 |
| HSL | 123º | 0.13% | 0.31% | - |
| HSV(B) | 123º | 0.22% | 0.35% | - |
| XYZ | 7.32 | 9.07 | 7.33 | - |
| YUV | 81.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 90 | 71 | 0.22 | 0 | 0.21 | 0.65 | 123 | 0.13 | 0.31 |
| Hex | 46 | 5A | 47 | 16 | 0 | 15 | 41 | 7B | C | 1F |
| Octal | 106 | 132 | 107 | 26 | 0 | 25 | 101 | 173 | 14 | 37 |
| Binary | 1000110 | 1011010 | 1000111 | 10110 | 0 | 10101 | 1000001 | 1111011 | 1100 | 11111 |
Color Harmonies of #465A47
Complementary color
Monochromatic Colors of #465A47
Black with #465A47
Text Example
Text Example
White with #465A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #465A47; }
p { color: rgb(70,90,71); }
H1.HeaderClassName
{
color: #465A47;
}
.AnyTagClassName
{
color: #465A47;
}
</style>
background-color css
<style>
a { background-color: #465A47; }
a { background-color: rgb(70,90,71); }
div.DivClassName
{
background-color: #465A47;
}
.BgClassName
{
background-color: #465A47;
}
</style>
border-color css
<style>
span { border-color: #465A47; }
span { border-color: rgb(70,90,71); }
td.TdClassName
{
border-color: #465A47;
}
.TagClassName
{
border-color: #465A47;
}
</style>