Shades of Gun Powder #49475E
Tints of Gun Powder #49475E
RGB
CMYK
RGB Variations
Color information
#49475E (or 0x49475E) is known color: Gun Powder. HEX triplet: 49, 47 and 5E. RGB value is (73,71,94). Sum of RGB (Red+Green+Blue) = 73+71+94=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 71 (28.12% from 255 or 29.83% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 94 - color contains mainly: blue. Hex color #49475E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49475E is #B6B8A1. Grayscale: #4A4A4A. Windows color (decimal): -11974818 or 6178633. OLE color: 6178633.
HSL color Cylindrical-coordinate representation of color #49475E: hue angle of 245.22º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49475E is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 71 | 94 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.63 |
| HSL | 245.22º | 0.14% | 0.32% | - |
| HSV(B) | 245.22º | 0.24% | 0.37% | - |
| XYZ | 7.02 | 6.73 | 11.52 | - |
| YUV | 74.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 94 | 0.22 | 0.24 | 0 | 0.63 | 245.22 | 0.14 | 0.32 |
| Hex | 49 | 47 | 5E | 16 | 18 | 0 | 3F | F5 | E | 20 |
| Octal | 111 | 107 | 136 | 26 | 30 | 0 | 77 | 365 | 16 | 40 |
| Binary | 1001001 | 1000111 | 1011110 | 10110 | 11000 | 0 | 111111 | 11110101 | 1110 | 100000 |
Color Harmonies of #49475E
Complementary color
Monochromatic Colors of #49475E
Black with #49475E
Text Example
Text Example
White with #49475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49475E; }
p { color: rgb(73,71,94); }
H1.HeaderClassName
{
color: #49475E;
}
.AnyTagClassName
{
color: #49475E;
}
</style>
background-color css
<style>
a { background-color: #49475E; }
a { background-color: rgb(73,71,94); }
div.DivClassName
{
background-color: #49475E;
}
.BgClassName
{
background-color: #49475E;
}
</style>
border-color css
<style>
span { border-color: #49475E; }
span { border-color: rgb(73,71,94); }
td.TdClassName
{
border-color: #49475E;
}
.TagClassName
{
border-color: #49475E;
}
</style>