Shades of Feldgrau #476151
Tints of Feldgrau #476151
RGB
CMYK
RGB Variations
Color information
#476151 (or 0x476151) is known color: Feldgrau. HEX triplet: 47, 61 and 51. RGB value is (71,97,81). Sum of RGB (Red+Green+Blue) = 71+97+81=249 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.51% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 81 (32.03% from 255 or 32.53% from 249); Max value from RGB is 97 - color contains mainly: green. Hex color #476151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476151 is #B89EAE. Grayscale: #575757. Windows color (decimal): -12099247 or 5333319. OLE color: 5333319.
HSL color Cylindrical-coordinate representation of color #476151: hue angle of 143.08º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #476151 is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 97 | 81 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.62 |
| HSL | 143.08º | 0.15% | 0.33% | - |
| HSV(B) | 143.08º | 0.27% | 0.38% | - |
| XYZ | 8.36 | 10.48 | 9.37 | - |
| YUV | 87.4 | 124.39 | 116.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 97 | 81 | 0.27 | 0 | 0.16 | 0.62 | 143.08 | 0.15 | 0.33 |
| Hex | 47 | 61 | 51 | 1B | 0 | 10 | 3E | 8F | F | 21 |
| Octal | 107 | 141 | 121 | 33 | 0 | 20 | 76 | 217 | 17 | 41 |
| Binary | 1000111 | 1100001 | 1010001 | 11011 | 0 | 10000 | 111110 | 10001111 | 1111 | 100001 |
Color Harmonies of #476151
Complementary color
Monochromatic Colors of #476151
Black with #476151
Text Example
Text Example
White with #476151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476151; }
p { color: rgb(71,97,81); }
H1.HeaderClassName
{
color: #476151;
}
.AnyTagClassName
{
color: #476151;
}
</style>
background-color css
<style>
a { background-color: #476151; }
a { background-color: rgb(71,97,81); }
div.DivClassName
{
background-color: #476151;
}
.BgClassName
{
background-color: #476151;
}
</style>
border-color css
<style>
span { border-color: #476151; }
span { border-color: rgb(71,97,81); }
td.TdClassName
{
border-color: #476151;
}
.TagClassName
{
border-color: #476151;
}
</style>