Shades of Grey-Asparagus #495448
Tints of Grey-Asparagus #495448
RGB
CMYK
RGB Variations
Color information
#495448 (or 0x495448) is known color: Grey-Asparagus. HEX triplet: 49, 54 and 48. RGB value is (73,84,72). Sum of RGB (Red+Green+Blue) = 73+84+72=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 84 - color contains mainly: green. Hex color #495448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #495448 is #B6ABB7. Grayscale: #4F4F4F. Windows color (decimal): -11971512 or 4740169. OLE color: 4740169.
HSL color Cylindrical-coordinate representation of color #495448: hue angle of 115º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #495448 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 84 | 72 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.67 |
| HSL | 115º | 0.08% | 0.31% | - |
| HSV(B) | 115º | 0.14% | 0.33% | - |
| XYZ | 7.09 | 8.22 | 7.34 | - |
| YUV | 79.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 72 | 0.13 | 0 | 0.14 | 0.67 | 115 | 0.08 | 0.31 |
| Hex | 49 | 54 | 48 | D | 0 | E | 43 | 73 | 8 | 1F |
| Octal | 111 | 124 | 110 | 15 | 0 | 16 | 103 | 163 | 10 | 37 |
| Binary | 1001001 | 1010100 | 1001000 | 1101 | 0 | 1110 | 1000011 | 1110011 | 1000 | 11111 |
Color Harmonies of #495448
Complementary color
Monochromatic Colors of #495448
Black with #495448
Text Example
Text Example
White with #495448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495448; }
p { color: rgb(73,84,72); }
H1.HeaderClassName
{
color: #495448;
}
.AnyTagClassName
{
color: #495448;
}
</style>
background-color css
<style>
a { background-color: #495448; }
a { background-color: rgb(73,84,72); }
div.DivClassName
{
background-color: #495448;
}
.BgClassName
{
background-color: #495448;
}
</style>
border-color css
<style>
span { border-color: #495448; }
span { border-color: rgb(73,84,72); }
td.TdClassName
{
border-color: #495448;
}
.TagClassName
{
border-color: #495448;
}
</style>