Shades of Feldgrau #475D4F
Tints of Feldgrau #475D4F
RGB
CMYK
RGB Variations
Color information
#475D4F (or 0x475D4F) is known color: Feldgrau. HEX triplet: 47, 5D and 4F. RGB value is (71,93,79). Sum of RGB (Red+Green+Blue) = 71+93+79=243 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.22% from 243); Green value is 93 (36.72% from 255 or 38.27% from 243); Blue value is 79 (31.25% from 255 or 32.51% from 243); Max value from RGB is 93 - color contains mainly: green. Hex color #475D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D4F is #B8A2B0. Grayscale: #545454. Windows color (decimal): -12100273 or 5201223. OLE color: 5201223.
HSL color Cylindrical-coordinate representation of color #475D4F: hue angle of 141.82º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #475D4F is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 93 | 79 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.64 |
| HSL | 141.82º | 0.13% | 0.32% | - |
| HSV(B) | 141.82º | 0.24% | 0.36% | - |
| XYZ | 7.92 | 9.73 | 8.86 | - |
| YUV | 84.83 | 124.71 | 118.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 93 | 79 | 0.24 | 0 | 0.15 | 0.64 | 141.82 | 0.13 | 0.32 |
| Hex | 47 | 5D | 4F | 18 | 0 | F | 40 | 8E | D | 20 |
| Octal | 107 | 135 | 117 | 30 | 0 | 17 | 100 | 216 | 15 | 40 |
| Binary | 1000111 | 1011101 | 1001111 | 11000 | 0 | 1111 | 1000000 | 10001110 | 1101 | 100000 |
Color Harmonies of #475D4F
Complementary color
Monochromatic Colors of #475D4F
Black with #475D4F
Text Example
Text Example
White with #475D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475D4F; }
p { color: rgb(71,93,79); }
H1.HeaderClassName
{
color: #475D4F;
}
.AnyTagClassName
{
color: #475D4F;
}
</style>
background-color css
<style>
a { background-color: #475D4F; }
a { background-color: rgb(71,93,79); }
div.DivClassName
{
background-color: #475D4F;
}
.BgClassName
{
background-color: #475D4F;
}
</style>
border-color css
<style>
span { border-color: #475D4F; }
span { border-color: rgb(71,93,79); }
td.TdClassName
{
border-color: #475D4F;
}
.TagClassName
{
border-color: #475D4F;
}
</style>