Shades of Grey-Asparagus #475748
Tints of Grey-Asparagus #475748
RGB
CMYK
RGB Variations
Color information
#475748 (or 0x475748) is known color: Grey-Asparagus. HEX triplet: 47, 57 and 48. RGB value is (71,87,72). Sum of RGB (Red+Green+Blue) = 71+87+72=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 87 (34.38% from 255 or 37.83% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 87 - color contains mainly: green. Hex color #475748 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #475748 is #B8A8B7. Grayscale: #505050. Windows color (decimal): -12101816 or 4740935. OLE color: 4740935.
HSL color Cylindrical-coordinate representation of color #475748: hue angle of 123.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #475748 is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 87 | 72 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.66 |
| HSL | 123.75º | 0.1% | 0.31% | - |
| HSV(B) | 123.75º | 0.18% | 0.34% | - |
| XYZ | 7.18 | 8.62 | 7.42 | - |
| YUV | 80.51 | 123.2 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 87 | 72 | 0.18 | 0 | 0.17 | 0.66 | 123.75 | 0.1 | 0.31 |
| Hex | 47 | 57 | 48 | 12 | 0 | 11 | 42 | 7C | A | 1F |
| Octal | 107 | 127 | 110 | 22 | 0 | 21 | 102 | 174 | 12 | 37 |
| Binary | 1000111 | 1010111 | 1001000 | 10010 | 0 | 10001 | 1000010 | 1111100 | 1010 | 11111 |
Color Harmonies of #475748
Complementary color
Monochromatic Colors of #475748
Black with #475748
Text Example
Text Example
White with #475748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475748; }
p { color: rgb(71,87,72); }
H1.HeaderClassName
{
color: #475748;
}
.AnyTagClassName
{
color: #475748;
}
</style>
background-color css
<style>
a { background-color: #475748; }
a { background-color: rgb(71,87,72); }
div.DivClassName
{
background-color: #475748;
}
.BgClassName
{
background-color: #475748;
}
</style>
border-color css
<style>
span { border-color: #475748; }
span { border-color: rgb(71,87,72); }
td.TdClassName
{
border-color: #475748;
}
.TagClassName
{
border-color: #475748;
}
</style>