Shades of Feldgrau #475B4D
Tints of Feldgrau #475B4D
RGB
CMYK
RGB Variations
Color information
#475B4D (or 0x475B4D) is known color: Feldgrau. HEX triplet: 47, 5B and 4D. RGB value is (71,91,77). Sum of RGB (Red+Green+Blue) = 71+91+77=239 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.71% from 239); Green value is 91 (35.94% from 255 or 38.08% from 239); Blue value is 77 (30.47% from 255 or 32.22% from 239); Max value from RGB is 91 - color contains mainly: green. Hex color #475B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B4D is #B8A4B2. Grayscale: #535353. Windows color (decimal): -12100787 or 5069639. OLE color: 5069639.
HSL color Cylindrical-coordinate representation of color #475B4D: hue angle of 138º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #475B4D is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 91 | 77 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.64 |
| HSL | 138º | 0.12% | 0.32% | - |
| HSV(B) | 138º | 0.22% | 0.36% | - |
| XYZ | 7.68 | 9.36 | 8.42 | - |
| YUV | 83.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 77 | 0.22 | 0 | 0.15 | 0.64 | 138 | 0.12 | 0.32 |
| Hex | 47 | 5B | 4D | 16 | 0 | F | 40 | 8A | C | 20 |
| Octal | 107 | 133 | 115 | 26 | 0 | 17 | 100 | 212 | 14 | 40 |
| Binary | 1000111 | 1011011 | 1001101 | 10110 | 0 | 1111 | 1000000 | 10001010 | 1100 | 100000 |
Color Harmonies of #475B4D
Complementary color
Monochromatic Colors of #475B4D
Black with #475B4D
Text Example
Text Example
White with #475B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B4D; }
p { color: rgb(71,91,77); }
H1.HeaderClassName
{
color: #475B4D;
}
.AnyTagClassName
{
color: #475B4D;
}
</style>
background-color css
<style>
a { background-color: #475B4D; }
a { background-color: rgb(71,91,77); }
div.DivClassName
{
background-color: #475B4D;
}
.BgClassName
{
background-color: #475B4D;
}
</style>
border-color css
<style>
span { border-color: #475B4D; }
span { border-color: rgb(71,91,77); }
td.TdClassName
{
border-color: #475B4D;
}
.TagClassName
{
border-color: #475B4D;
}
</style>