Shades of Grey-Asparagus #474C46
Tints of Grey-Asparagus #474C46
RGB
CMYK
RGB Variations
Color information
#474C46 (or 0x474C46) is known color: Grey-Asparagus. HEX triplet: 47, 4C and 46. RGB value is (71,76,70). Sum of RGB (Red+Green+Blue) = 71+76+70=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 76 - color contains mainly: green. Hex color #474C46 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #474C46 is #B8B3B9. Grayscale: #494949. Windows color (decimal): -12104634 or 4607047. OLE color: 4607047.
HSL color Cylindrical-coordinate representation of color #474C46: hue angle of 110º degrees, saturation: 0.04, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #474C46 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 71 | 76 | 70 | - |
| CMYK | 0.07 | 0 | 0.08 | 0.70 |
| HSL | 110º | 0.04% | 0.29% | - |
| HSV(B) | 110º | 0.08% | 0.3% | - |
| XYZ | 6.29 | 6.95 | 6.8 | - |
| YUV | 73.82 | 125.84 | 125.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 76 | 70 | 0.07 | 0 | 0.08 | 0.70 | 110 | 0.04 | 0.29 |
| Hex | 47 | 4C | 46 | 7 | 0 | 8 | 46 | 6E | 4 | 1D |
| Octal | 107 | 114 | 106 | 7 | 0 | 10 | 106 | 156 | 4 | 35 |
| Binary | 1000111 | 1001100 | 1000110 | 111 | 0 | 1000 | 1000110 | 1101110 | 100 | 11101 |
Color Harmonies of #474C46
Complementary color
Monochromatic Colors of #474C46
Black with #474C46
Text Example
Text Example
White with #474C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #474C46; }
p { color: rgb(71,76,70); }
H1.HeaderClassName
{
color: #474C46;
}
.AnyTagClassName
{
color: #474C46;
}
</style>
background-color css
<style>
a { background-color: #474C46; }
a { background-color: rgb(71,76,70); }
div.DivClassName
{
background-color: #474C46;
}
.BgClassName
{
background-color: #474C46;
}
</style>
border-color css
<style>
span { border-color: #474C46; }
span { border-color: rgb(71,76,70); }
td.TdClassName
{
border-color: #474C46;
}
.TagClassName
{
border-color: #474C46;
}
</style>