Shades of Feldgrau #47624F
Tints of Feldgrau #47624F
RGB
CMYK
RGB Variations
Color information
#47624F (or 0x47624F) is known color: Feldgrau. HEX triplet: 47, 62 and 4F. RGB value is (71,98,79). Sum of RGB (Red+Green+Blue) = 71+98+79=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 98 - color contains mainly: green. Hex color #47624F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47624F is #B89DB0. Grayscale: #575757. Windows color (decimal): -12098993 or 5202503. OLE color: 5202503.
HSL color Cylindrical-coordinate representation of color #47624F: hue angle of 137.78º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47624F is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 98 | 79 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.62 |
| HSL | 137.78º | 0.16% | 0.33% | - |
| HSV(B) | 137.78º | 0.28% | 0.38% | - |
| XYZ | 8.38 | 10.64 | 9.01 | - |
| YUV | 87.76 | 123.05 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 79 | 0.28 | 0 | 0.19 | 0.62 | 137.78 | 0.16 | 0.33 |
| Hex | 47 | 62 | 4F | 1C | 0 | 13 | 3E | 8A | 10 | 21 |
| Octal | 107 | 142 | 117 | 34 | 0 | 23 | 76 | 212 | 20 | 41 |
| Binary | 1000111 | 1100010 | 1001111 | 11100 | 0 | 10011 | 111110 | 10001010 | 10000 | 100001 |
Color Harmonies of #47624F
Complementary color
Monochromatic Colors of #47624F
Black with #47624F
Text Example
Text Example
White with #47624F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47624F; }
p { color: rgb(71,98,79); }
H1.HeaderClassName
{
color: #47624F;
}
.AnyTagClassName
{
color: #47624F;
}
</style>
background-color css
<style>
a { background-color: #47624F; }
a { background-color: rgb(71,98,79); }
div.DivClassName
{
background-color: #47624F;
}
.BgClassName
{
background-color: #47624F;
}
</style>
border-color css
<style>
span { border-color: #47624F; }
span { border-color: rgb(71,98,79); }
td.TdClassName
{
border-color: #47624F;
}
.TagClassName
{
border-color: #47624F;
}
</style>