Shades of Feldgrau #4D6657
Tints of Feldgrau #4D6657
RGB
CMYK
RGB Variations
Color information
#4D6657 (or 0x4D6657) is known color: Feldgrau. HEX triplet: 4D, 66 and 57. RGB value is (77,102,87). Sum of RGB (Red+Green+Blue) = 77+102+87=266 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.95% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 102 - color contains mainly: green. Hex color #4D6657 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4D6657 is #B299A8. Grayscale: #5C5C5C. Windows color (decimal): -11704745 or 5727821. OLE color: 5727821.
HSL color Cylindrical-coordinate representation of color #4D6657: hue angle of 144º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D6657 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 77 | 102 | 87 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.6 |
| HSL | 144º | 0.14% | 0.35% | - |
| HSV(B) | 144º | 0.25% | 0.4% | - |
| XYZ | 9.53 | 11.77 | 10.79 | - |
| YUV | 92.82 | 124.72 | 116.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 102 | 87 | 0.25 | 0 | 0.15 | 0.6 | 144 | 0.14 | 0.35 |
| Hex | 4D | 66 | 57 | 19 | 0 | F | 3C | 90 | E | 23 |
| Octal | 115 | 146 | 127 | 31 | 0 | 17 | 74 | 220 | 16 | 43 |
| Binary | 1001101 | 1100110 | 1010111 | 11001 | 0 | 1111 | 111100 | 10010000 | 1110 | 100011 |
Color Harmonies of #4D6657
Complementary color
Monochromatic Colors of #4D6657
Black with #4D6657
Text Example
Text Example
White with #4D6657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D6657; }
p { color: rgb(77,102,87); }
H1.HeaderClassName
{
color: #4D6657;
}
.AnyTagClassName
{
color: #4D6657;
}
</style>
background-color css
<style>
a { background-color: #4D6657; }
a { background-color: rgb(77,102,87); }
div.DivClassName
{
background-color: #4D6657;
}
.BgClassName
{
background-color: #4D6657;
}
</style>
border-color css
<style>
span { border-color: #4D6657; }
span { border-color: rgb(77,102,87); }
td.TdClassName
{
border-color: #4D6657;
}
.TagClassName
{
border-color: #4D6657;
}
</style>