Shades of Feldgrau #4E6054
Tints of Feldgrau #4E6054
RGB
CMYK
RGB Variations
Color information
#4E6054 (or 0x4E6054) is known color: Feldgrau. HEX triplet: 4E, 60 and 54. RGB value is (78,96,84). Sum of RGB (Red+Green+Blue) = 78+96+84=258 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.23% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6054 is #B19FAB. Grayscale: #595959. Windows color (decimal): -11640748 or 5529678. OLE color: 5529678.
HSL color Cylindrical-coordinate representation of color #4E6054: hue angle of 140º 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 #4E6054 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 78 | 96 | 84 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.62 |
| HSL | 140º | 0.1% | 0.34% | - |
| HSV(B) | 140º | 0.19% | 0.38% | - |
| XYZ | 8.92 | 10.63 | 9.97 | - |
| YUV | 89.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 96 | 84 | 0.19 | 0 | 0.12 | 0.62 | 140 | 0.1 | 0.34 |
| Hex | 4E | 60 | 54 | 13 | 0 | C | 3E | 8C | A | 22 |
| Octal | 116 | 140 | 124 | 23 | 0 | 14 | 76 | 214 | 12 | 42 |
| Binary | 1001110 | 1100000 | 1010100 | 10011 | 0 | 1100 | 111110 | 10001100 | 1010 | 100010 |
Color Harmonies of #4E6054
Complementary color
Monochromatic Colors of #4E6054
Black with #4E6054
Text Example
Text Example
White with #4E6054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6054; }
p { color: rgb(78,96,84); }
H1.HeaderClassName
{
color: #4E6054;
}
.AnyTagClassName
{
color: #4E6054;
}
</style>
background-color css
<style>
a { background-color: #4E6054; }
a { background-color: rgb(78,96,84); }
div.DivClassName
{
background-color: #4E6054;
}
.BgClassName
{
background-color: #4E6054;
}
</style>
border-color css
<style>
span { border-color: #4E6054; }
span { border-color: rgb(78,96,84); }
td.TdClassName
{
border-color: #4E6054;
}
.TagClassName
{
border-color: #4E6054;
}
</style>