Shades of Feldgrau #476853
Tints of Feldgrau #476853
RGB
CMYK
RGB Variations
Color information
#476853 (or 0x476853) is known color: Feldgrau. HEX triplet: 47, 68 and 53. RGB value is (71,104,83). Sum of RGB (Red+Green+Blue) = 71+104+83=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #476853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476853 is #B897AC. Grayscale: #5B5B5B. Windows color (decimal): -12097453 or 5466183. OLE color: 5466183.
HSL color Cylindrical-coordinate representation of color #476853: hue angle of 141.82º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #476853 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 83 | - |
| CMYK | 0.32 | 0 | 0.20 | 0.59 |
| HSL | 141.82º | 0.19% | 0.34% | - |
| HSV(B) | 141.82º | 0.32% | 0.41% | - |
| XYZ | 9.11 | 11.86 | 9.99 | - |
| YUV | 91.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 83 | 0.32 | 0 | 0.20 | 0.59 | 141.82 | 0.19 | 0.34 |
| Hex | 47 | 68 | 53 | 20 | 0 | 14 | 3B | 8E | 13 | 22 |
| Octal | 107 | 150 | 123 | 40 | 0 | 24 | 73 | 216 | 23 | 42 |
| Binary | 1000111 | 1101000 | 1010011 | 100000 | 0 | 10100 | 111011 | 10001110 | 10011 | 100010 |
Color Harmonies of #476853
Complementary color
Monochromatic Colors of #476853
Black with #476853
Text Example
Text Example
White with #476853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476853; }
p { color: rgb(71,104,83); }
H1.HeaderClassName
{
color: #476853;
}
.AnyTagClassName
{
color: #476853;
}
</style>
background-color css
<style>
a { background-color: #476853; }
a { background-color: rgb(71,104,83); }
div.DivClassName
{
background-color: #476853;
}
.BgClassName
{
background-color: #476853;
}
</style>
border-color css
<style>
span { border-color: #476853; }
span { border-color: rgb(71,104,83); }
td.TdClassName
{
border-color: #476853;
}
.TagClassName
{
border-color: #476853;
}
</style>