Shades of Grey-Asparagus #485149
Tints of Grey-Asparagus #485149
RGB
CMYK
RGB Variations
Color information
#485149 (or 0x485149) is known color: Grey-Asparagus. HEX triplet: 48, 51 and 49. RGB value is (72,81,73). Sum of RGB (Red+Green+Blue) = 72+81+73=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 81 (32.03% from 255 or 35.84% from 226); Blue value is 73 (28.91% from 255 or 32.30% from 226); Max value from RGB is 81 - color contains mainly: green. Hex color #485149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485149 is #B7AEB6. Grayscale: #4D4D4D. Windows color (decimal): -12037815 or 4804936. OLE color: 4804936.
HSL color Cylindrical-coordinate representation of color #485149: hue angle of 126.67º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #485149 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 81 | 73 | - |
| CMYK | 0.11 | 0 | 0.10 | 0.68 |
| HSL | 126.67º | 0.06% | 0.3% | - |
| HSV(B) | 126.67º | 0.11% | 0.32% | - |
| XYZ | 6.82 | 7.74 | 7.44 | - |
| YUV | 77.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 81 | 73 | 0.11 | 0 | 0.10 | 0.68 | 126.67 | 0.06 | 0.3 |
| Hex | 48 | 51 | 49 | B | 0 | A | 44 | 7F | 6 | 1E |
| Octal | 110 | 121 | 111 | 13 | 0 | 12 | 104 | 177 | 6 | 36 |
| Binary | 1001000 | 1010001 | 1001001 | 1011 | 0 | 1010 | 1000100 | 1111111 | 110 | 11110 |
Color Harmonies of #485149
Complementary color
Monochromatic Colors of #485149
Black with #485149
Text Example
Text Example
White with #485149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485149; }
p { color: rgb(72,81,73); }
H1.HeaderClassName
{
color: #485149;
}
.AnyTagClassName
{
color: #485149;
}
</style>
background-color css
<style>
a { background-color: #485149; }
a { background-color: rgb(72,81,73); }
div.DivClassName
{
background-color: #485149;
}
.BgClassName
{
background-color: #485149;
}
</style>
border-color css
<style>
span { border-color: #485149; }
span { border-color: rgb(72,81,73); }
td.TdClassName
{
border-color: #485149;
}
.TagClassName
{
border-color: #485149;
}
</style>