Shades of Feldgrau #4A5A51
Tints of Feldgrau #4A5A51
RGB
CMYK
RGB Variations
Color information
#4A5A51 (or 0x4A5A51) is known color: Feldgrau. HEX triplet: 4A, 5A and 51. RGB value is (74,90,81). Sum of RGB (Red+Green+Blue) = 74+90+81=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 90 (35.55% from 255 or 36.73% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 90 - color contains mainly: green. Hex color #4A5A51 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A5A51 is #B5A5AE. Grayscale: #545454. Windows color (decimal): -11904431 or 5331530. OLE color: 5331530.
HSL color Cylindrical-coordinate representation of color #4A5A51: hue angle of 146.25º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #4A5A51 is Cyan = 0.18, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 90 | 81 | - |
| CMYK | 0.18 | 0 | 0.1 | 0.65 |
| HSL | 146.25º | 0.1% | 0.32% | - |
| HSV(B) | 146.25º | 0.18% | 0.35% | - |
| XYZ | 7.97 | 9.36 | 9.17 | - |
| YUV | 84.19 | 126.2 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 90 | 81 | 0.18 | 0 | 0.1 | 0.65 | 146.25 | 0.1 | 0.32 |
| Hex | 4A | 5A | 51 | 12 | 0 | A | 41 | 92 | A | 20 |
| Octal | 112 | 132 | 121 | 22 | 0 | 12 | 101 | 222 | 12 | 40 |
| Binary | 1001010 | 1011010 | 1010001 | 10010 | 0 | 1010 | 1000001 | 10010010 | 1010 | 100000 |
Color Harmonies of #4A5A51
Complementary color
Monochromatic Colors of #4A5A51
Black with #4A5A51
Text Example
Text Example
White with #4A5A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A5A51; }
p { color: rgb(74,90,81); }
H1.HeaderClassName
{
color: #4A5A51;
}
.AnyTagClassName
{
color: #4A5A51;
}
</style>
background-color css
<style>
a { background-color: #4A5A51; }
a { background-color: rgb(74,90,81); }
div.DivClassName
{
background-color: #4A5A51;
}
.BgClassName
{
background-color: #4A5A51;
}
</style>
border-color css
<style>
span { border-color: #4A5A51; }
span { border-color: rgb(74,90,81); }
td.TdClassName
{
border-color: #4A5A51;
}
.TagClassName
{
border-color: #4A5A51;
}
</style>