Shades of Grey-Asparagus #464E47
Tints of Grey-Asparagus #464E47
RGB
CMYK
RGB Variations
Color information
#464E47 (or 0x464E47) is known color: Grey-Asparagus. HEX triplet: 46, 4E and 47. RGB value is (70,78,71). Sum of RGB (Red+Green+Blue) = 70+78+71=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 71 (28.12% from 255 or 32.42% from 219); Max value from RGB is 78 - color contains mainly: green. Hex color #464E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #464E47 is #B9B1B8. Grayscale: #4A4A4A. Windows color (decimal): -12169657 or 4673094. OLE color: 4673094.
HSL color Cylindrical-coordinate representation of color #464E47: hue angle of 127.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #464E47 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 70 | 78 | 71 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.69 |
| HSL | 127.5º | 0.05% | 0.29% | - |
| HSV(B) | 127.5º | 0.1% | 0.31% | - |
| XYZ | 6.39 | 7.21 | 7.02 | - |
| YUV | 74.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 71 | 0.10 | 0 | 0.09 | 0.69 | 127.5 | 0.05 | 0.29 |
| Hex | 46 | 4E | 47 | A | 0 | 9 | 45 | 80 | 5 | 1D |
| Octal | 106 | 116 | 107 | 12 | 0 | 11 | 105 | 200 | 5 | 35 |
| Binary | 1000110 | 1001110 | 1000111 | 1010 | 0 | 1001 | 1000101 | 10000000 | 101 | 11101 |
Color Harmonies of #464E47
Complementary color
Monochromatic Colors of #464E47
Black with #464E47
Text Example
Text Example
White with #464E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E47; }
p { color: rgb(70,78,71); }
H1.HeaderClassName
{
color: #464E47;
}
.AnyTagClassName
{
color: #464E47;
}
</style>
background-color css
<style>
a { background-color: #464E47; }
a { background-color: rgb(70,78,71); }
div.DivClassName
{
background-color: #464E47;
}
.BgClassName
{
background-color: #464E47;
}
</style>
border-color css
<style>
span { border-color: #464E47; }
span { border-color: rgb(70,78,71); }
td.TdClassName
{
border-color: #464E47;
}
.TagClassName
{
border-color: #464E47;
}
</style>