Shades of Feldgrau #475B4E
Tints of Feldgrau #475B4E
RGB
CMYK
RGB Variations
Color information
#475B4E (or 0x475B4E) is known color: Feldgrau. HEX triplet: 47, 5B and 4E. RGB value is (71,91,78). Sum of RGB (Red+Green+Blue) = 71+91+78=240 (31% of max value = 765). Red value is 71 (28.12% from 255 or 29.58% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 91 - color contains mainly: green. Hex color #475B4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B4E is #B8A4B1. Grayscale: #535353. Windows color (decimal): -12100786 or 5135175. OLE color: 5135175.
HSL color Cylindrical-coordinate representation of color #475B4E: hue angle of 141º 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 #475B4E is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 91 | 78 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.64 |
| HSL | 141º | 0.12% | 0.32% | - |
| HSV(B) | 141º | 0.22% | 0.36% | - |
| XYZ | 7.71 | 9.37 | 8.61 | - |
| YUV | 83.54 | 124.87 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 91 | 78 | 0.22 | 0 | 0.14 | 0.64 | 141 | 0.12 | 0.32 |
| Hex | 47 | 5B | 4E | 16 | 0 | E | 40 | 8D | C | 20 |
| Octal | 107 | 133 | 116 | 26 | 0 | 16 | 100 | 215 | 14 | 40 |
| Binary | 1000111 | 1011011 | 1001110 | 10110 | 0 | 1110 | 1000000 | 10001101 | 1100 | 100000 |
Color Harmonies of #475B4E
Complementary color
Monochromatic Colors of #475B4E
Black with #475B4E
Text Example
Text Example
White with #475B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475B4E; }
p { color: rgb(71,91,78); }
H1.HeaderClassName
{
color: #475B4E;
}
.AnyTagClassName
{
color: #475B4E;
}
</style>
background-color css
<style>
a { background-color: #475B4E; }
a { background-color: rgb(71,91,78); }
div.DivClassName
{
background-color: #475B4E;
}
.BgClassName
{
background-color: #475B4E;
}
</style>
border-color css
<style>
span { border-color: #475B4E; }
span { border-color: rgb(71,91,78); }
td.TdClassName
{
border-color: #475B4E;
}
.TagClassName
{
border-color: #475B4E;
}
</style>