Shades of Grey-Asparagus #485247
Tints of Grey-Asparagus #485247
RGB
CMYK
RGB Variations
Color information
#485247 (or 0x485247) is known color: Grey-Asparagus. HEX triplet: 48, 52 and 47. RGB value is (72,82,71). Sum of RGB (Red+Green+Blue) = 72+82+71=225 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32% from 225); Green value is 82 (32.42% from 255 or 36.44% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 82 - color contains mainly: green. Hex color #485247 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485247 is #B7ADB8. Grayscale: #4D4D4D. Windows color (decimal): -12037561 or 4674120. OLE color: 4674120.
HSL color Cylindrical-coordinate representation of color #485247: hue angle of 114.55º degrees, saturation: 0.07, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #485247 is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 72 | 82 | 71 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.68 |
| HSL | 114.55º | 0.07% | 0.3% | - |
| HSV(B) | 114.55º | 0.13% | 0.32% | - |
| XYZ | 6.83 | 7.87 | 7.12 | - |
| YUV | 77.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 82 | 71 | 0.12 | 0 | 0.13 | 0.68 | 114.55 | 0.07 | 0.3 |
| Hex | 48 | 52 | 47 | C | 0 | D | 44 | 73 | 7 | 1E |
| Octal | 110 | 122 | 107 | 14 | 0 | 15 | 104 | 163 | 7 | 36 |
| Binary | 1001000 | 1010010 | 1000111 | 1100 | 0 | 1101 | 1000100 | 1110011 | 111 | 11110 |
Color Harmonies of #485247
Complementary color
Monochromatic Colors of #485247
Black with #485247
Text Example
Text Example
White with #485247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #485247; }
p { color: rgb(72,82,71); }
H1.HeaderClassName
{
color: #485247;
}
.AnyTagClassName
{
color: #485247;
}
</style>
background-color css
<style>
a { background-color: #485247; }
a { background-color: rgb(72,82,71); }
div.DivClassName
{
background-color: #485247;
}
.BgClassName
{
background-color: #485247;
}
</style>
border-color css
<style>
span { border-color: #485247; }
span { border-color: rgb(72,82,71); }
td.TdClassName
{
border-color: #485247;
}
.TagClassName
{
border-color: #485247;
}
</style>