Shades of Gun Powder #49475A
Tints of Gun Powder #49475A
RGB
CMYK
RGB Variations
Color information
#49475A (or 0x49475A) is known color: Gun Powder. HEX triplet: 49, 47 and 5A. RGB value is (73,71,90). Sum of RGB (Red+Green+Blue) = 73+71+90=234 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.20% from 234); Green value is 71 (28.12% from 255 or 30.34% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 90 - color contains mainly: blue. Hex color #49475A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49475A is #B6B8A5. Grayscale: #494949. Windows color (decimal): -11974822 or 5916489. OLE color: 5916489.
HSL color Cylindrical-coordinate representation of color #49475A: hue angle of 246.32º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #49475A is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 71 | 90 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.65 |
| HSL | 246.32º | 0.12% | 0.32% | - |
| HSV(B) | 246.32º | 0.21% | 0.35% | - |
| XYZ | 6.85 | 6.66 | 10.6 | - |
| YUV | 73.76 | 137.16 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 71 | 90 | 0.19 | 0.21 | 0 | 0.65 | 246.32 | 0.12 | 0.32 |
| Hex | 49 | 47 | 5A | 13 | 15 | 0 | 41 | F6 | C | 20 |
| Octal | 111 | 107 | 132 | 23 | 25 | 0 | 101 | 366 | 14 | 40 |
| Binary | 1001001 | 1000111 | 1011010 | 10011 | 10101 | 0 | 1000001 | 11110110 | 1100 | 100000 |
Color Harmonies of #49475A
Complementary color
Monochromatic Colors of #49475A
Black with #49475A
Text Example
Text Example
White with #49475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49475A; }
p { color: rgb(73,71,90); }
H1.HeaderClassName
{
color: #49475A;
}
.AnyTagClassName
{
color: #49475A;
}
</style>
background-color css
<style>
a { background-color: #49475A; }
a { background-color: rgb(73,71,90); }
div.DivClassName
{
background-color: #49475A;
}
.BgClassName
{
background-color: #49475A;
}
</style>
border-color css
<style>
span { border-color: #49475A; }
span { border-color: rgb(73,71,90); }
td.TdClassName
{
border-color: #49475A;
}
.TagClassName
{
border-color: #49475A;
}
</style>