Shades of Feldgrau #4E6658
Tints of Feldgrau #4E6658
RGB
CMYK
RGB Variations
Color information
#4E6658 (or 0x4E6658) is known color: Feldgrau. HEX triplet: 4E, 66 and 58. RGB value is (78,102,88). Sum of RGB (Red+Green+Blue) = 78+102+88=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 102 - color contains mainly: green. Hex color #4E6658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6658 is #B199A7. Grayscale: #5D5D5D. Windows color (decimal): -11639208 or 5793358. OLE color: 5793358.
HSL color Cylindrical-coordinate representation of color #4E6658: hue angle of 145º 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 #4E6658 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 78 | 102 | 88 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.6 |
| HSL | 145º | 0.13% | 0.35% | - |
| HSV(B) | 145º | 0.24% | 0.4% | - |
| XYZ | 9.65 | 11.83 | 11.01 | - |
| YUV | 93.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 102 | 88 | 0.24 | 0 | 0.14 | 0.6 | 145 | 0.13 | 0.35 |
| Hex | 4E | 66 | 58 | 18 | 0 | E | 3C | 91 | D | 23 |
| Octal | 116 | 146 | 130 | 30 | 0 | 16 | 74 | 221 | 15 | 43 |
| Binary | 1001110 | 1100110 | 1011000 | 11000 | 0 | 1110 | 111100 | 10010001 | 1101 | 100011 |
Color Harmonies of #4E6658
Complementary color
Monochromatic Colors of #4E6658
Black with #4E6658
Text Example
Text Example
White with #4E6658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E6658; }
p { color: rgb(78,102,88); }
H1.HeaderClassName
{
color: #4E6658;
}
.AnyTagClassName
{
color: #4E6658;
}
</style>
background-color css
<style>
a { background-color: #4E6658; }
a { background-color: rgb(78,102,88); }
div.DivClassName
{
background-color: #4E6658;
}
.BgClassName
{
background-color: #4E6658;
}
</style>
border-color css
<style>
span { border-color: #4E6658; }
span { border-color: rgb(78,102,88); }
td.TdClassName
{
border-color: #4E6658;
}
.TagClassName
{
border-color: #4E6658;
}
</style>