Shades of Feldgrau #47594F
Tints of Feldgrau #47594F
RGB
CMYK
RGB Variations
Color information
#47594F (or 0x47594F) is known color: Feldgrau. HEX triplet: 47, 59 and 4F. RGB value is (71,89,79). Sum of RGB (Red+Green+Blue) = 71+89+79=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 89 - color contains mainly: green. Hex color #47594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47594F is #B8A6B0. Grayscale: #525252. Windows color (decimal): -12101297 or 5200199. OLE color: 5200199.
HSL color Cylindrical-coordinate representation of color #47594F: hue angle of 146.67º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #47594F is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 89 | 79 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.65 |
| HSL | 146.67º | 0.11% | 0.31% | - |
| HSV(B) | 146.67º | 0.2% | 0.35% | - |
| XYZ | 7.58 | 9.05 | 8.74 | - |
| YUV | 82.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 79 | 0.20 | 0 | 0.11 | 0.65 | 146.67 | 0.11 | 0.31 |
| Hex | 47 | 59 | 4F | 14 | 0 | B | 41 | 93 | B | 1F |
| Octal | 107 | 131 | 117 | 24 | 0 | 13 | 101 | 223 | 13 | 37 |
| Binary | 1000111 | 1011001 | 1001111 | 10100 | 0 | 1011 | 1000001 | 10010011 | 1011 | 11111 |
Color Harmonies of #47594F
Complementary color
Monochromatic Colors of #47594F
Black with #47594F
Text Example
Text Example
White with #47594F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47594F; }
p { color: rgb(71,89,79); }
H1.HeaderClassName
{
color: #47594F;
}
.AnyTagClassName
{
color: #47594F;
}
</style>
background-color css
<style>
a { background-color: #47594F; }
a { background-color: rgb(71,89,79); }
div.DivClassName
{
background-color: #47594F;
}
.BgClassName
{
background-color: #47594F;
}
</style>
border-color css
<style>
span { border-color: #47594F; }
span { border-color: rgb(71,89,79); }
td.TdClassName
{
border-color: #47594F;
}
.TagClassName
{
border-color: #47594F;
}
</style>