Shades of Feldgrau #4F6859
Tints of Feldgrau #4F6859
RGB
CMYK
RGB Variations
Color information
#4F6859 (or 0x4F6859) is known color: Feldgrau. HEX triplet: 4F, 68 and 59. RGB value is (79,104,89). Sum of RGB (Red+Green+Blue) = 79+104+89=272 (36% of max value = 765). Red value is 79 (31.25% from 255 or 29.04% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #4F6859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4F6859 is #B097A6. Grayscale: #5E5E5E. Windows color (decimal): -11573159 or 5859407. OLE color: 5859407.
HSL color Cylindrical-coordinate representation of color #4F6859: hue angle of 144º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4F6859 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 79 | 104 | 89 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.59 |
| HSL | 144º | 0.14% | 0.36% | - |
| HSV(B) | 144º | 0.24% | 0.41% | - |
| XYZ | 9.98 | 12.28 | 11.3 | - |
| YUV | 94.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 104 | 89 | 0.24 | 0 | 0.14 | 0.59 | 144 | 0.14 | 0.36 |
| Hex | 4F | 68 | 59 | 18 | 0 | E | 3B | 90 | E | 24 |
| Octal | 117 | 150 | 131 | 30 | 0 | 16 | 73 | 220 | 16 | 44 |
| Binary | 1001111 | 1101000 | 1011001 | 11000 | 0 | 1110 | 111011 | 10010000 | 1110 | 100100 |
Color Harmonies of #4F6859
Complementary color
Monochromatic Colors of #4F6859
Black with #4F6859
Text Example
Text Example
White with #4F6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F6859; }
p { color: rgb(79,104,89); }
H1.HeaderClassName
{
color: #4F6859;
}
.AnyTagClassName
{
color: #4F6859;
}
</style>
background-color css
<style>
a { background-color: #4F6859; }
a { background-color: rgb(79,104,89); }
div.DivClassName
{
background-color: #4F6859;
}
.BgClassName
{
background-color: #4F6859;
}
</style>
border-color css
<style>
span { border-color: #4F6859; }
span { border-color: rgb(79,104,89); }
td.TdClassName
{
border-color: #4F6859;
}
.TagClassName
{
border-color: #4F6859;
}
</style>