Shades of Feldgrau #49504B
Tints of Feldgrau #49504B
RGB
CMYK
RGB Variations
Color information
#49504B (or 0x49504B) is known color: Feldgrau. HEX triplet: 49, 50 and 4B. RGB value is (73,80,75). Sum of RGB (Red+Green+Blue) = 73+80+75=228 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.02% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 75 (29.69% from 255 or 32.89% from 228); Max value from RGB is 80 - color contains mainly: green. Hex color #49504B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49504B is #B6AFB4. Grayscale: #4D4D4D. Windows color (decimal): -11972533 or 4935753. OLE color: 4935753.
HSL color Cylindrical-coordinate representation of color #49504B: hue angle of 137.14º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #49504B is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 80 | 75 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.69 |
| HSL | 137.14º | 0.05% | 0.3% | - |
| HSV(B) | 137.14º | 0.09% | 0.31% | - |
| XYZ | 6.89 | 7.66 | 7.77 | - |
| YUV | 77.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 75 | 0.09 | 0 | 0.06 | 0.69 | 137.14 | 0.05 | 0.3 |
| Hex | 49 | 50 | 4B | 9 | 0 | 6 | 45 | 89 | 5 | 1E |
| Octal | 111 | 120 | 113 | 11 | 0 | 6 | 105 | 211 | 5 | 36 |
| Binary | 1001001 | 1010000 | 1001011 | 1001 | 0 | 110 | 1000101 | 10001001 | 101 | 11110 |
Color Harmonies of #49504B
Complementary color
Monochromatic Colors of #49504B
Black with #49504B
Text Example
Text Example
White with #49504B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49504B; }
p { color: rgb(73,80,75); }
H1.HeaderClassName
{
color: #49504B;
}
.AnyTagClassName
{
color: #49504B;
}
</style>
background-color css
<style>
a { background-color: #49504B; }
a { background-color: rgb(73,80,75); }
div.DivClassName
{
background-color: #49504B;
}
.BgClassName
{
background-color: #49504B;
}
</style>
border-color css
<style>
span { border-color: #49504B; }
span { border-color: rgb(73,80,75); }
td.TdClassName
{
border-color: #49504B;
}
.TagClassName
{
border-color: #49504B;
}
</style>