Shades of Feldgrau #49514B
Tints of Feldgrau #49514B
RGB
CMYK
RGB Variations
Color information
#49514B (or 0x49514B) is known color: Feldgrau. HEX triplet: 49, 51 and 4B. RGB value is (73,81,75). Sum of RGB (Red+Green+Blue) = 73+81+75=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 81 (32.03% from 255 or 35.37% from 229); Blue value is 75 (29.69% from 255 or 32.75% from 229); Max value from RGB is 81 - color contains mainly: green. Hex color #49514B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49514B is #B6AEB4. Grayscale: #4D4D4D. Windows color (decimal): -11972277 or 4936009. OLE color: 4936009.
HSL color Cylindrical-coordinate representation of color #49514B: hue angle of 135º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #49514B is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 81 | 75 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.68 |
| HSL | 135º | 0.05% | 0.3% | - |
| HSV(B) | 135º | 0.1% | 0.32% | - |
| XYZ | 6.96 | 7.81 | 7.8 | - |
| YUV | 77.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 75 | 0.10 | 0 | 0.07 | 0.68 | 135 | 0.05 | 0.3 |
| Hex | 49 | 51 | 4B | A | 0 | 7 | 44 | 87 | 5 | 1E |
| Octal | 111 | 121 | 113 | 12 | 0 | 7 | 104 | 207 | 5 | 36 |
| Binary | 1001001 | 1010001 | 1001011 | 1010 | 0 | 111 | 1000100 | 10000111 | 101 | 11110 |
Color Harmonies of #49514B
Complementary color
Monochromatic Colors of #49514B
Black with #49514B
Text Example
Text Example
White with #49514B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49514B; }
p { color: rgb(73,81,75); }
H1.HeaderClassName
{
color: #49514B;
}
.AnyTagClassName
{
color: #49514B;
}
</style>
background-color css
<style>
a { background-color: #49514B; }
a { background-color: rgb(73,81,75); }
div.DivClassName
{
background-color: #49514B;
}
.BgClassName
{
background-color: #49514B;
}
</style>
border-color css
<style>
span { border-color: #49514B; }
span { border-color: rgb(73,81,75); }
td.TdClassName
{
border-color: #49514B;
}
.TagClassName
{
border-color: #49514B;
}
</style>