Shades of Feldgrau #4E6156
Tints of Feldgrau #4E6156
RGB
CMYK
RGB Variations
Color information
#4E6156 (or 0x4E6156) is known color: Feldgrau. HEX triplet: 4E, 61 and 56. RGB value is (78,97,86). Sum of RGB (Red+Green+Blue) = 78+97+86=261 (34% of max value = 765). Red value is 78 (30.86% from 255 or 29.89% from 261); Green value is 97 (38.28% from 255 or 37.16% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 97 - color contains mainly: green. Hex color #4E6156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6156 is #B19EA9. Grayscale: #5A5A5A. Windows color (decimal): -11640490 or 5661006. OLE color: 5661006.
HSL color Cylindrical-coordinate representation of color #4E6156: hue angle of 145.26º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #4E6156 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 97 | 86 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.62 |
| HSL | 145.26º | 0.11% | 0.34% | - |
| HSV(B) | 145.26º | 0.2% | 0.38% | - |
| XYZ | 9.1 | 10.84 | 10.42 | - |
| YUV | 90.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 97 | 86 | 0.20 | 0 | 0.11 | 0.62 | 145.26 | 0.11 | 0.34 |
| Hex | 4E | 61 | 56 | 14 | 0 | B | 3E | 91 | B | 22 |
| Octal | 116 | 141 | 126 | 24 | 0 | 13 | 76 | 221 | 13 | 42 |
| Binary | 1001110 | 1100001 | 1010110 | 10100 | 0 | 1011 | 111110 | 10010001 | 1011 | 100010 |
Color Harmonies of #4E6156
Complementary color
Monochromatic Colors of #4E6156
Black with #4E6156
Text Example
Text Example
White with #4E6156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6156; }
p { color: rgb(78,97,86); }
H1.HeaderClassName
{
color: #4E6156;
}
.AnyTagClassName
{
color: #4E6156;
}
</style>
background-color css
<style>
a { background-color: #4E6156; }
a { background-color: rgb(78,97,86); }
div.DivClassName
{
background-color: #4E6156;
}
.BgClassName
{
background-color: #4E6156;
}
</style>
border-color css
<style>
span { border-color: #4E6156; }
span { border-color: rgb(78,97,86); }
td.TdClassName
{
border-color: #4E6156;
}
.TagClassName
{
border-color: #4E6156;
}
</style>