Shades of Grey-Asparagus #495447
Tints of Grey-Asparagus #495447
RGB
CMYK
RGB Variations
Color information
#495447 (or 0x495447) is known color: Grey-Asparagus. HEX triplet: 49, 54 and 47. RGB value is (73,84,71). Sum of RGB (Red+Green+Blue) = 73+84+71=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 71 (28.12% from 255 or 31.14% from 228); Max value from RGB is 84 - color contains mainly: green. Hex color #495447 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495447 is #B6ABB8. Grayscale: #4F4F4F. Windows color (decimal): -11971513 or 4674633. OLE color: 4674633.
HSL color Cylindrical-coordinate representation of color #495447: hue angle of 110.77º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #495447 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 71 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.67 |
| HSL | 110.77º | 0.08% | 0.3% | - |
| HSV(B) | 110.77º | 0.15% | 0.33% | - |
| XYZ | 7.06 | 8.21 | 7.17 | - |
| YUV | 79.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 71 | 0.13 | 0 | 0.15 | 0.67 | 110.77 | 0.08 | 0.3 |
| Hex | 49 | 54 | 47 | D | 0 | F | 43 | 6F | 8 | 1E |
| Octal | 111 | 124 | 107 | 15 | 0 | 17 | 103 | 157 | 10 | 36 |
| Binary | 1001001 | 1010100 | 1000111 | 1101 | 0 | 1111 | 1000011 | 1101111 | 1000 | 11110 |
Color Harmonies of #495447
Complementary color
Monochromatic Colors of #495447
Black with #495447
Text Example
Text Example
White with #495447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495447; }
p { color: rgb(73,84,71); }
H1.HeaderClassName
{
color: #495447;
}
.AnyTagClassName
{
color: #495447;
}
</style>
background-color css
<style>
a { background-color: #495447; }
a { background-color: rgb(73,84,71); }
div.DivClassName
{
background-color: #495447;
}
.BgClassName
{
background-color: #495447;
}
</style>
border-color css
<style>
span { border-color: #495447; }
span { border-color: rgb(73,84,71); }
td.TdClassName
{
border-color: #495447;
}
.TagClassName
{
border-color: #495447;
}
</style>