Shades of Feldgrau #4E6759
Tints of Feldgrau #4E6759
RGB
CMYK
RGB Variations
Color information
#4E6759 (or 0x4E6759) is known color: Feldgrau. HEX triplet: 4E, 67 and 59. RGB value is (78,103,89). Sum of RGB (Red+Green+Blue) = 78+103+89=270 (35% of max value = 765). Red value is 78 (30.86% from 255 or 28.89% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 103 - color contains mainly: green. Hex color #4E6759 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6759 is #B198A6. Grayscale: #5D5D5D. Windows color (decimal): -11638951 or 5859150. OLE color: 5859150.
HSL color Cylindrical-coordinate representation of color #4E6759: hue angle of 146.4º degrees, saturation: 0.14, 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 #4E6759 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 78 | 103 | 89 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.60 |
| HSL | 146.4º | 0.14% | 0.35% | - |
| HSV(B) | 146.4º | 0.24% | 0.4% | - |
| XYZ | 9.8 | 12.04 | 11.26 | - |
| YUV | 93.93 | 125.22 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 103 | 89 | 0.24 | 0 | 0.14 | 0.60 | 146.4 | 0.14 | 0.35 |
| Hex | 4E | 67 | 59 | 18 | 0 | E | 3C | 92 | E | 23 |
| Octal | 116 | 147 | 131 | 30 | 0 | 16 | 74 | 222 | 16 | 43 |
| Binary | 1001110 | 1100111 | 1011001 | 11000 | 0 | 1110 | 111100 | 10010010 | 1110 | 100011 |
Color Harmonies of #4E6759
Complementary color
Monochromatic Colors of #4E6759
Black with #4E6759
Text Example
Text Example
White with #4E6759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6759; }
p { color: rgb(78,103,89); }
H1.HeaderClassName
{
color: #4E6759;
}
.AnyTagClassName
{
color: #4E6759;
}
</style>
background-color css
<style>
a { background-color: #4E6759; }
a { background-color: rgb(78,103,89); }
div.DivClassName
{
background-color: #4E6759;
}
.BgClassName
{
background-color: #4E6759;
}
</style>
border-color css
<style>
span { border-color: #4E6759; }
span { border-color: rgb(78,103,89); }
td.TdClassName
{
border-color: #4E6759;
}
.TagClassName
{
border-color: #4E6759;
}
</style>