Shades of Feldgrau #4A544E
Tints of Feldgrau #4A544E
RGB
CMYK
RGB Variations
Color information
#4A544E (or 0x4A544E) is known color: Feldgrau. HEX triplet: 4A, 54 and 4E. RGB value is (74,84,78). Sum of RGB (Red+Green+Blue) = 74+84+78=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 78 (30.86% from 255 or 33.05% from 236); Max value from RGB is 84 - color contains mainly: green. Hex color #4A544E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A544E is #B5ABB1. Grayscale: #505050. Windows color (decimal): -11905970 or 5133386. OLE color: 5133386.
HSL color Cylindrical-coordinate representation of color #4A544E: hue angle of 144º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #4A544E is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 84 | 78 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.67 |
| HSL | 144º | 0.06% | 0.31% | - |
| HSV(B) | 144º | 0.12% | 0.33% | - |
| XYZ | 7.37 | 8.35 | 8.43 | - |
| YUV | 80.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 84 | 78 | 0.12 | 0 | 0.07 | 0.67 | 144 | 0.06 | 0.31 |
| Hex | 4A | 54 | 4E | C | 0 | 7 | 43 | 90 | 6 | 1F |
| Octal | 112 | 124 | 116 | 14 | 0 | 7 | 103 | 220 | 6 | 37 |
| Binary | 1001010 | 1010100 | 1001110 | 1100 | 0 | 111 | 1000011 | 10010000 | 110 | 11111 |
Color Harmonies of #4A544E
Complementary color
Monochromatic Colors of #4A544E
Black with #4A544E
Text Example
Text Example
White with #4A544E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A544E; }
p { color: rgb(74,84,78); }
H1.HeaderClassName
{
color: #4A544E;
}
.AnyTagClassName
{
color: #4A544E;
}
</style>
background-color css
<style>
a { background-color: #4A544E; }
a { background-color: rgb(74,84,78); }
div.DivClassName
{
background-color: #4A544E;
}
.BgClassName
{
background-color: #4A544E;
}
</style>
border-color css
<style>
span { border-color: #4A544E; }
span { border-color: rgb(74,84,78); }
td.TdClassName
{
border-color: #4A544E;
}
.TagClassName
{
border-color: #4A544E;
}
</style>