Shades of Grey-Asparagus #474F47
Tints of Grey-Asparagus #474F47
RGB
CMYK
RGB Variations
Color information
#474F47 (or 0x474F47) is known color: Grey-Asparagus. HEX triplet: 47, 4F and 47. RGB value is (71,79,71). Sum of RGB (Red+Green+Blue) = 71+79+71=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 79 (31.25% from 255 or 35.75% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 79 - color contains mainly: green. Hex color #474F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #474F47 is #B8B0B8. Grayscale: #4B4B4B. Windows color (decimal): -12103865 or 4673351. OLE color: 4673351.
HSL color Cylindrical-coordinate representation of color #474F47: 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.1%. Process color model (Four color, CMYK) of #474F47 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 79 | 71 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.69 |
| HSL | 120º | 0.05% | 0.29% | - |
| HSV(B) | 120º | 0.1% | 0.31% | - |
| XYZ | 6.53 | 7.39 | 7.04 | - |
| YUV | 75.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 79 | 71 | 0.10 | 0 | 0.10 | 0.69 | 120 | 0.05 | 0.29 |
| Hex | 47 | 4F | 47 | A | 0 | A | 45 | 78 | 5 | 1D |
| Octal | 107 | 117 | 107 | 12 | 0 | 12 | 105 | 170 | 5 | 35 |
| Binary | 1000111 | 1001111 | 1000111 | 1010 | 0 | 1010 | 1000101 | 1111000 | 101 | 11101 |
Color Harmonies of #474F47
Complementary color
Monochromatic Colors of #474F47
Black with #474F47
Text Example
Text Example
White with #474F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474F47; }
p { color: rgb(71,79,71); }
H1.HeaderClassName
{
color: #474F47;
}
.AnyTagClassName
{
color: #474F47;
}
</style>
background-color css
<style>
a { background-color: #474F47; }
a { background-color: rgb(71,79,71); }
div.DivClassName
{
background-color: #474F47;
}
.BgClassName
{
background-color: #474F47;
}
</style>
border-color css
<style>
span { border-color: #474F47; }
span { border-color: rgb(71,79,71); }
td.TdClassName
{
border-color: #474F47;
}
.TagClassName
{
border-color: #474F47;
}
</style>