Shades of Feldgrau #47574B
Tints of Feldgrau #47574B
RGB
CMYK
RGB Variations
Color information
#47574B (or 0x47574B) is known color: Feldgrau. HEX triplet: 47, 57 and 4B. RGB value is (71,87,75). Sum of RGB (Red+Green+Blue) = 71+87+75=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 87 (34.38% from 255 or 37.34% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 87 - color contains mainly: green. Hex color #47574B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47574B is #B8A8B4. Grayscale: #505050. Windows color (decimal): -12101813 or 4937543. OLE color: 4937543.
HSL color Cylindrical-coordinate representation of color #47574B: hue angle of 135º 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 #47574B is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 71 | 87 | 75 | - |
| CMYK | 0.18 | 0 | 0.14 | 0.66 |
| HSL | 135º | 0.1% | 0.31% | - |
| HSV(B) | 135º | 0.18% | 0.34% | - |
| XYZ | 7.28 | 8.66 | 7.95 | - |
| YUV | 80.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 87 | 75 | 0.18 | 0 | 0.14 | 0.66 | 135 | 0.1 | 0.31 |
| Hex | 47 | 57 | 4B | 12 | 0 | E | 42 | 87 | A | 1F |
| Octal | 107 | 127 | 113 | 22 | 0 | 16 | 102 | 207 | 12 | 37 |
| Binary | 1000111 | 1010111 | 1001011 | 10010 | 0 | 1110 | 1000010 | 10000111 | 1010 | 11111 |
Color Harmonies of #47574B
Complementary color
Monochromatic Colors of #47574B
Black with #47574B
Text Example
Text Example
White with #47574B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47574B; }
p { color: rgb(71,87,75); }
H1.HeaderClassName
{
color: #47574B;
}
.AnyTagClassName
{
color: #47574B;
}
</style>
background-color css
<style>
a { background-color: #47574B; }
a { background-color: rgb(71,87,75); }
div.DivClassName
{
background-color: #47574B;
}
.BgClassName
{
background-color: #47574B;
}
</style>
border-color css
<style>
span { border-color: #47574B; }
span { border-color: rgb(71,87,75); }
td.TdClassName
{
border-color: #47574B;
}
.TagClassName
{
border-color: #47574B;
}
</style>