Shades of Feldgrau #4E6056
Tints of Feldgrau #4E6056
RGB
CMYK
RGB Variations
Color information
#4E6056 (or 0x4E6056) is known color: Feldgrau. HEX triplet: 4E, 60 and 56. RGB value is (78,96,86). Sum of RGB (Red+Green+Blue) = 78+96+86=260 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30% from 260); Green value is 96 (37.89% from 255 or 36.92% from 260); Blue value is 86 (33.98% from 255 or 33.08% from 260); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6056 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6056 is #B19FA9. Grayscale: #595959. Windows color (decimal): -11640746 or 5660750. OLE color: 5660750.
HSL color Cylindrical-coordinate representation of color #4E6056: hue angle of 146.67º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E6056 is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 86 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.62 |
| HSL | 146.67º | 0.1% | 0.34% | - |
| HSV(B) | 146.67º | 0.19% | 0.38% | - |
| XYZ | 9 | 10.66 | 10.39 | - |
| YUV | 89.48 | 126.04 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 86 | 0.19 | 0 | 0.10 | 0.62 | 146.67 | 0.1 | 0.34 |
| Hex | 4E | 60 | 56 | 13 | 0 | A | 3E | 93 | A | 22 |
| Octal | 116 | 140 | 126 | 23 | 0 | 12 | 76 | 223 | 12 | 42 |
| Binary | 1001110 | 1100000 | 1010110 | 10011 | 0 | 1010 | 111110 | 10010011 | 1010 | 100010 |
Color Harmonies of #4E6056
Complementary color
Monochromatic Colors of #4E6056
Black with #4E6056
Text Example
Text Example
White with #4E6056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6056; }
p { color: rgb(78,96,86); }
H1.HeaderClassName
{
color: #4E6056;
}
.AnyTagClassName
{
color: #4E6056;
}
</style>
background-color css
<style>
a { background-color: #4E6056; }
a { background-color: rgb(78,96,86); }
div.DivClassName
{
background-color: #4E6056;
}
.BgClassName
{
background-color: #4E6056;
}
</style>
border-color css
<style>
span { border-color: #4E6056; }
span { border-color: rgb(78,96,86); }
td.TdClassName
{
border-color: #4E6056;
}
.TagClassName
{
border-color: #4E6056;
}
</style>