Shades of Feldgrau #47574E
Tints of Feldgrau #47574E
RGB
CMYK
RGB Variations
Color information
#47574E (or 0x47574E) is known color: Feldgrau. HEX triplet: 47, 57 and 4E. RGB value is (71,87,78). Sum of RGB (Red+Green+Blue) = 71+87+78=236 (31% of max value = 765). Red value is 71 (28.12% from 255 or 30.08% from 236); Green value is 87 (34.38% from 255 or 36.86% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 87 - color contains mainly: green. Hex color #47574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47574E is #B8A8B1. Grayscale: #515151. Windows color (decimal): -12101810 or 5134151. OLE color: 5134151.
HSL color Cylindrical-coordinate representation of color #47574E: hue angle of 146.25º 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 #47574E is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 87 | 78 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.66 |
| HSL | 146.25º | 0.1% | 0.31% | - |
| HSV(B) | 146.25º | 0.18% | 0.34% | - |
| XYZ | 7.38 | 8.71 | 8.5 | - |
| YUV | 81.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 87 | 78 | 0.18 | 0 | 0.10 | 0.66 | 146.25 | 0.1 | 0.31 |
| Hex | 47 | 57 | 4E | 12 | 0 | A | 42 | 92 | A | 1F |
| Octal | 107 | 127 | 116 | 22 | 0 | 12 | 102 | 222 | 12 | 37 |
| Binary | 1000111 | 1010111 | 1001110 | 10010 | 0 | 1010 | 1000010 | 10010010 | 1010 | 11111 |
Color Harmonies of #47574E
Complementary color
Monochromatic Colors of #47574E
Black with #47574E
Text Example
Text Example
White with #47574E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47574E; }
p { color: rgb(71,87,78); }
H1.HeaderClassName
{
color: #47574E;
}
.AnyTagClassName
{
color: #47574E;
}
</style>
background-color css
<style>
a { background-color: #47574E; }
a { background-color: rgb(71,87,78); }
div.DivClassName
{
background-color: #47574E;
}
.BgClassName
{
background-color: #47574E;
}
</style>
border-color css
<style>
span { border-color: #47574E; }
span { border-color: rgb(71,87,78); }
td.TdClassName
{
border-color: #47574E;
}
.TagClassName
{
border-color: #47574E;
}
</style>