Shades of Feldgrau #4C554E
Tints of Feldgrau #4C554E
RGB
CMYK
RGB Variations
Color information
#4C554E (or 0x4C554E) is known color: Feldgrau. HEX triplet: 4C, 55 and 4E. RGB value is (76,85,78). Sum of RGB (Red+Green+Blue) = 76+85+78=239 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.80% from 239); Green value is 85 (33.59% from 255 or 35.56% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 85 - color contains mainly: green. Hex color #4C554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C554E is #B3AAB1. Grayscale: #515151. Windows color (decimal): -11774642 or 5133644. OLE color: 5133644.
HSL color Cylindrical-coordinate representation of color #4C554E: hue angle of 133.33º degrees, saturation: 0.06, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C554E is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 76 | 85 | 78 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.67 |
| HSL | 133.33º | 0.06% | 0.32% | - |
| HSV(B) | 133.33º | 0.11% | 0.33% | - |
| XYZ | 7.6 | 8.58 | 8.46 | - |
| YUV | 81.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 78 | 0.11 | 0 | 0.08 | 0.67 | 133.33 | 0.06 | 0.32 |
| Hex | 4C | 55 | 4E | B | 0 | 8 | 43 | 85 | 6 | 20 |
| Octal | 114 | 125 | 116 | 13 | 0 | 10 | 103 | 205 | 6 | 40 |
| Binary | 1001100 | 1010101 | 1001110 | 1011 | 0 | 1000 | 1000011 | 10000101 | 110 | 100000 |
Color Harmonies of #4C554E
Complementary color
Monochromatic Colors of #4C554E
Black with #4C554E
Text Example
Text Example
White with #4C554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C554E; }
p { color: rgb(76,85,78); }
H1.HeaderClassName
{
color: #4C554E;
}
.AnyTagClassName
{
color: #4C554E;
}
</style>
background-color css
<style>
a { background-color: #4C554E; }
a { background-color: rgb(76,85,78); }
div.DivClassName
{
background-color: #4C554E;
}
.BgClassName
{
background-color: #4C554E;
}
</style>
border-color css
<style>
span { border-color: #4C554E; }
span { border-color: rgb(76,85,78); }
td.TdClassName
{
border-color: #4C554E;
}
.TagClassName
{
border-color: #4C554E;
}
</style>