Shades of Feldgrau #4E6859
Tints of Feldgrau #4E6859
RGB
CMYK
RGB Variations
Color information
#4E6859 (or 0x4E6859) is known color: Feldgrau. HEX triplet: 4E, 68 and 59. RGB value is (78,104,89). Sum of RGB (Red+Green+Blue) = 78+104+89=271 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.78% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 89 (35.16% from 255 or 32.84% from 271); Max value from RGB is 104 - color contains mainly: green. Hex color #4E6859 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6859 is #B197A6. Grayscale: #5E5E5E. Windows color (decimal): -11638695 or 5859406. OLE color: 5859406.
HSL color Cylindrical-coordinate representation of color #4E6859: hue angle of 145.38º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4E6859 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 78 | 104 | 89 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.59 |
| HSL | 145.38º | 0.14% | 0.36% | - |
| HSV(B) | 145.38º | 0.25% | 0.41% | - |
| XYZ | 9.9 | 12.24 | 11.29 | - |
| YUV | 94.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 104 | 89 | 0.25 | 0 | 0.14 | 0.59 | 145.38 | 0.14 | 0.36 |
| Hex | 4E | 68 | 59 | 19 | 0 | E | 3B | 91 | E | 24 |
| Octal | 116 | 150 | 131 | 31 | 0 | 16 | 73 | 221 | 16 | 44 |
| Binary | 1001110 | 1101000 | 1011001 | 11001 | 0 | 1110 | 111011 | 10010001 | 1110 | 100100 |
Color Harmonies of #4E6859
Complementary color
Monochromatic Colors of #4E6859
Black with #4E6859
Text Example
Text Example
White with #4E6859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6859; }
p { color: rgb(78,104,89); }
H1.HeaderClassName
{
color: #4E6859;
}
.AnyTagClassName
{
color: #4E6859;
}
</style>
background-color css
<style>
a { background-color: #4E6859; }
a { background-color: rgb(78,104,89); }
div.DivClassName
{
background-color: #4E6859;
}
.BgClassName
{
background-color: #4E6859;
}
</style>
border-color css
<style>
span { border-color: #4E6859; }
span { border-color: rgb(78,104,89); }
td.TdClassName
{
border-color: #4E6859;
}
.TagClassName
{
border-color: #4E6859;
}
</style>