Shades of Grey-Asparagus #474E47
Tints of Grey-Asparagus #474E47
RGB
CMYK
RGB Variations
Color information
#474E47 (or 0x474E47) is known color: Grey-Asparagus. HEX triplet: 47, 4E and 47. RGB value is (71,78,71). Sum of RGB (Red+Green+Blue) = 71+78+71=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 78 - color contains mainly: green. Hex color #474E47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474E47 is #B8B1B8. Grayscale: #4B4B4B. Windows color (decimal): -12104121 or 4673095. OLE color: 4673095.
HSL color Cylindrical-coordinate representation of color #474E47: hue angle of 120º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #474E47 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 78 | 71 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.69 |
| HSL | 120º | 0.05% | 0.29% | - |
| HSV(B) | 120º | 0.09% | 0.31% | - |
| XYZ | 6.46 | 7.24 | 7.02 | - |
| YUV | 75.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 78 | 71 | 0.09 | 0 | 0.09 | 0.69 | 120 | 0.05 | 0.29 |
| Hex | 47 | 4E | 47 | 9 | 0 | 9 | 45 | 78 | 5 | 1D |
| Octal | 107 | 116 | 107 | 11 | 0 | 11 | 105 | 170 | 5 | 35 |
| Binary | 1000111 | 1001110 | 1000111 | 1001 | 0 | 1001 | 1000101 | 1111000 | 101 | 11101 |
Color Harmonies of #474E47
Complementary color
Monochromatic Colors of #474E47
Black with #474E47
Text Example
Text Example
White with #474E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474E47; }
p { color: rgb(71,78,71); }
H1.HeaderClassName
{
color: #474E47;
}
.AnyTagClassName
{
color: #474E47;
}
</style>
background-color css
<style>
a { background-color: #474E47; }
a { background-color: rgb(71,78,71); }
div.DivClassName
{
background-color: #474E47;
}
.BgClassName
{
background-color: #474E47;
}
</style>
border-color css
<style>
span { border-color: #474E47; }
span { border-color: rgb(71,78,71); }
td.TdClassName
{
border-color: #474E47;
}
.TagClassName
{
border-color: #474E47;
}
</style>