Shades of Feldgrau #4A554E
Tints of Feldgrau #4A554E
RGB
CMYK
RGB Variations
Color information
#4A554E (or 0x4A554E) is known color: Feldgrau. HEX triplet: 4A, 55 and 4E. RGB value is (74,85,78). Sum of RGB (Red+Green+Blue) = 74+85+78=237 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.22% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 78 (30.86% from 255 or 32.91% from 237); Max value from RGB is 85 - color contains mainly: green. Hex color #4A554E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4A554E is #B5AAB1. Grayscale: #505050. Windows color (decimal): -11905714 or 5133642. OLE color: 5133642.
HSL color Cylindrical-coordinate representation of color #4A554E: hue angle of 141.82º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4A554E is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 85 | 78 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.67 |
| HSL | 141.82º | 0.07% | 0.31% | - |
| HSV(B) | 141.82º | 0.13% | 0.33% | - |
| XYZ | 7.45 | 8.5 | 8.46 | - |
| YUV | 80.91 | 126.36 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 85 | 78 | 0.13 | 0 | 0.08 | 0.67 | 141.82 | 0.07 | 0.31 |
| Hex | 4A | 55 | 4E | D | 0 | 8 | 43 | 8E | 7 | 1F |
| Octal | 112 | 125 | 116 | 15 | 0 | 10 | 103 | 216 | 7 | 37 |
| Binary | 1001010 | 1010101 | 1001110 | 1101 | 0 | 1000 | 1000011 | 10001110 | 111 | 11111 |
Color Harmonies of #4A554E
Complementary color
Monochromatic Colors of #4A554E
Black with #4A554E
Text Example
Text Example
White with #4A554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A554E; }
p { color: rgb(74,85,78); }
H1.HeaderClassName
{
color: #4A554E;
}
.AnyTagClassName
{
color: #4A554E;
}
</style>
background-color css
<style>
a { background-color: #4A554E; }
a { background-color: rgb(74,85,78); }
div.DivClassName
{
background-color: #4A554E;
}
.BgClassName
{
background-color: #4A554E;
}
</style>
border-color css
<style>
span { border-color: #4A554E; }
span { border-color: rgb(74,85,78); }
td.TdClassName
{
border-color: #4A554E;
}
.TagClassName
{
border-color: #4A554E;
}
</style>