Shades of Feldgrau #475F51
Tints of Feldgrau #475F51
RGB
CMYK
RGB Variations
Color information
#475F51 (or 0x475F51) is known color: Feldgrau. HEX triplet: 47, 5F and 51. RGB value is (71,95,81). Sum of RGB (Red+Green+Blue) = 71+95+81=247 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.74% from 247); Green value is 95 (37.5% from 255 or 38.46% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 95 - color contains mainly: green. Hex color #475F51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F51 is #B8A0AE. Grayscale: #565656. Windows color (decimal): -12099759 or 5332807. OLE color: 5332807.
HSL color Cylindrical-coordinate representation of color #475F51: hue angle of 145º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #475F51 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 71 | 95 | 81 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.63 |
| HSL | 145º | 0.14% | 0.33% | - |
| HSV(B) | 145º | 0.25% | 0.37% | - |
| XYZ | 8.18 | 10.12 | 9.31 | - |
| YUV | 86.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 95 | 81 | 0.25 | 0 | 0.15 | 0.63 | 145 | 0.14 | 0.33 |
| Hex | 47 | 5F | 51 | 19 | 0 | F | 3F | 91 | E | 21 |
| Octal | 107 | 137 | 121 | 31 | 0 | 17 | 77 | 221 | 16 | 41 |
| Binary | 1000111 | 1011111 | 1010001 | 11001 | 0 | 1111 | 111111 | 10010001 | 1110 | 100001 |
Color Harmonies of #475F51
Complementary color
Monochromatic Colors of #475F51
Black with #475F51
Text Example
Text Example
White with #475F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475F51; }
p { color: rgb(71,95,81); }
H1.HeaderClassName
{
color: #475F51;
}
.AnyTagClassName
{
color: #475F51;
}
</style>
background-color css
<style>
a { background-color: #475F51; }
a { background-color: rgb(71,95,81); }
div.DivClassName
{
background-color: #475F51;
}
.BgClassName
{
background-color: #475F51;
}
</style>
border-color css
<style>
span { border-color: #475F51; }
span { border-color: rgb(71,95,81); }
td.TdClassName
{
border-color: #475F51;
}
.TagClassName
{
border-color: #475F51;
}
</style>