Shades of Gun Powder #49494F
Tints of Gun Powder #49494F
RGB
CMYK
RGB Variations
Color information
#49494F (or 0x49494F) is known color: Gun Powder. HEX triplet: 49, 49 and 4F. RGB value is (73,73,79). Sum of RGB (Red+Green+Blue) = 73+73+79=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 79 - color contains mainly: blue. Hex color #49494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #49494F is #B6B6B0. Grayscale: #494949. Windows color (decimal): -11974321 or 5196105. OLE color: 5196105.
HSL color Cylindrical-coordinate representation of color #49494F: hue angle of 240º degrees, saturation: 0.04, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #49494F is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 73 | 73 | 79 | - |
| CMYK | 0.08 | 0.08 | 0 | 0.69 |
| HSL | 240º | 0.04% | 0.3% | - |
| HSV(B) | 240º | 0.08% | 0.31% | - |
| XYZ | 6.54 | 6.75 | 8.35 | - |
| YUV | 73.68 | 131 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 79 | 0.08 | 0.08 | 0 | 0.69 | 240 | 0.04 | 0.3 |
| Hex | 49 | 49 | 4F | 8 | 8 | 0 | 45 | F0 | 4 | 1E |
| Octal | 111 | 111 | 117 | 10 | 10 | 0 | 105 | 360 | 4 | 36 |
| Binary | 1001001 | 1001001 | 1001111 | 1000 | 1000 | 0 | 1000101 | 11110000 | 100 | 11110 |
Color Harmonies of #49494F
Complementary color
Monochromatic Colors of #49494F
Black with #49494F
Text Example
Text Example
White with #49494F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49494F; }
p { color: rgb(73,73,79); }
H1.HeaderClassName
{
color: #49494F;
}
.AnyTagClassName
{
color: #49494F;
}
</style>
background-color css
<style>
a { background-color: #49494F; }
a { background-color: rgb(73,73,79); }
div.DivClassName
{
background-color: #49494F;
}
.BgClassName
{
background-color: #49494F;
}
</style>
border-color css
<style>
span { border-color: #49494F; }
span { border-color: rgb(73,73,79); }
td.TdClassName
{
border-color: #49494F;
}
.TagClassName
{
border-color: #49494F;
}
</style>