Shades of Grey-Asparagus #4A6147
Tints of Grey-Asparagus #4A6147
RGB
CMYK
RGB Variations
Color information
#4A6147 (or 0x4A6147) is known color: Grey-Asparagus. HEX triplet: 4A, 61 and 47. RGB value is (74,97,71). Sum of RGB (Red+Green+Blue) = 74+97+71=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6147 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6147 is #B59EB8. Grayscale: #575757. Windows color (decimal): -11902649 or 4677962. OLE color: 4677962.
HSL color Cylindrical-coordinate representation of color #4A6147: hue angle of 113.08º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #4A6147 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 74 | 97 | 71 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.62 |
| HSL | 113.08º | 0.15% | 0.33% | - |
| HSV(B) | 113.08º | 0.27% | 0.38% | - |
| XYZ | 8.24 | 10.46 | 7.55 | - |
| YUV | 87.16 | 118.88 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 97 | 71 | 0.24 | 0 | 0.27 | 0.62 | 113.08 | 0.15 | 0.33 |
| Hex | 4A | 61 | 47 | 18 | 0 | 1B | 3E | 71 | F | 21 |
| Octal | 112 | 141 | 107 | 30 | 0 | 33 | 76 | 161 | 17 | 41 |
| Binary | 1001010 | 1100001 | 1000111 | 11000 | 0 | 11011 | 111110 | 1110001 | 1111 | 100001 |
Color Harmonies of #4A6147
Complementary color
Monochromatic Colors of #4A6147
Black with #4A6147
Text Example
Text Example
White with #4A6147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A6147; }
p { color: rgb(74,97,71); }
H1.HeaderClassName
{
color: #4A6147;
}
.AnyTagClassName
{
color: #4A6147;
}
</style>
background-color css
<style>
a { background-color: #4A6147; }
a { background-color: rgb(74,97,71); }
div.DivClassName
{
background-color: #4A6147;
}
.BgClassName
{
background-color: #4A6147;
}
</style>
border-color css
<style>
span { border-color: #4A6147; }
span { border-color: rgb(74,97,71); }
td.TdClassName
{
border-color: #4A6147;
}
.TagClassName
{
border-color: #4A6147;
}
</style>