Shades of Feldgrau #4E6657
Tints of Feldgrau #4E6657
RGB
CMYK
RGB Variations
Color information
#4E6657 (or 0x4E6657) is known color: Feldgrau. HEX triplet: 4E, 66 and 57. RGB value is (78,102,87). Sum of RGB (Red+Green+Blue) = 78+102+87=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 87 (34.38% from 255 or 32.58% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #4E6657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6657 is #B199A8. Grayscale: #5D5D5D. Windows color (decimal): -11639209 or 5727822. OLE color: 5727822.
HSL color Cylindrical-coordinate representation of color #4E6657: hue angle of 142.5º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #4E6657 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 102 | 87 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.6 |
| HSL | 142.5º | 0.13% | 0.35% | - |
| HSV(B) | 142.5º | 0.24% | 0.4% | - |
| XYZ | 9.61 | 11.81 | 10.79 | - |
| YUV | 93.11 | 124.55 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 87 | 0.24 | 0 | 0.15 | 0.6 | 142.5 | 0.13 | 0.35 |
| Hex | 4E | 66 | 57 | 18 | 0 | F | 3C | 8E | D | 23 |
| Octal | 116 | 146 | 127 | 30 | 0 | 17 | 74 | 216 | 15 | 43 |
| Binary | 1001110 | 1100110 | 1010111 | 11000 | 0 | 1111 | 111100 | 10001110 | 1101 | 100011 |
Color Harmonies of #4E6657
Complementary color
Monochromatic Colors of #4E6657
Black with #4E6657
Text Example
Text Example
White with #4E6657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6657; }
p { color: rgb(78,102,87); }
H1.HeaderClassName
{
color: #4E6657;
}
.AnyTagClassName
{
color: #4E6657;
}
</style>
background-color css
<style>
a { background-color: #4E6657; }
a { background-color: rgb(78,102,87); }
div.DivClassName
{
background-color: #4E6657;
}
.BgClassName
{
background-color: #4E6657;
}
</style>
border-color css
<style>
span { border-color: #4E6657; }
span { border-color: rgb(78,102,87); }
td.TdClassName
{
border-color: #4E6657;
}
.TagClassName
{
border-color: #4E6657;
}
</style>