Shades of Feldgrau #4E6457
Tints of Feldgrau #4E6457
RGB
CMYK
RGB Variations
Color information
#4E6457 (or 0x4E6457) is known color: Feldgrau. HEX triplet: 4E, 64 and 57. RGB value is (78,100,87). Sum of RGB (Red+Green+Blue) = 78+100+87=265 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.43% from 265); Green value is 100 (39.45% from 255 or 37.74% from 265); Blue value is 87 (34.38% from 255 or 32.83% from 265); Max value from RGB is 100 - color contains mainly: green. Hex color #4E6457 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6457 is #B19BA8. Grayscale: #5B5B5B. Windows color (decimal): -11639721 or 5727310. OLE color: 5727310.
HSL color Cylindrical-coordinate representation of color #4E6457: hue angle of 144.55º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #4E6457 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 78 | 100 | 87 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.61 |
| HSL | 144.55º | 0.12% | 0.35% | - |
| HSV(B) | 144.55º | 0.22% | 0.39% | - |
| XYZ | 9.42 | 11.42 | 10.73 | - |
| YUV | 91.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 100 | 87 | 0.22 | 0 | 0.13 | 0.61 | 144.55 | 0.12 | 0.35 |
| Hex | 4E | 64 | 57 | 16 | 0 | D | 3D | 91 | C | 23 |
| Octal | 116 | 144 | 127 | 26 | 0 | 15 | 75 | 221 | 14 | 43 |
| Binary | 1001110 | 1100100 | 1010111 | 10110 | 0 | 1101 | 111101 | 10010001 | 1100 | 100011 |
Color Harmonies of #4E6457
Complementary color
Monochromatic Colors of #4E6457
Black with #4E6457
Text Example
Text Example
White with #4E6457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6457; }
p { color: rgb(78,100,87); }
H1.HeaderClassName
{
color: #4E6457;
}
.AnyTagClassName
{
color: #4E6457;
}
</style>
background-color css
<style>
a { background-color: #4E6457; }
a { background-color: rgb(78,100,87); }
div.DivClassName
{
background-color: #4E6457;
}
.BgClassName
{
background-color: #4E6457;
}
</style>
border-color css
<style>
span { border-color: #4E6457; }
span { border-color: rgb(78,100,87); }
td.TdClassName
{
border-color: #4E6457;
}
.TagClassName
{
border-color: #4E6457;
}
</style>