Shades of Gun Powder #49494A
Tints of Gun Powder #49494A
RGB
CMYK
RGB Variations
Color information
#49494A (or 0x49494A) is known color: Gun Powder. HEX triplet: 49, 49 and 4A. RGB value is (73,73,74). Sum of RGB (Red+Green+Blue) = 73+73+74=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 73 (28.91% from 255 or 33.18% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 74 - color contains mainly: blue. Hex color #49494A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49494A is #B6B6B5. Grayscale: #494949. Windows color (decimal): -11974326 or 4868425. OLE color: 4868425.
HSL color Cylindrical-coordinate representation of color #49494A: hue angle of 240º degrees, saturation: 0.01, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #49494A is Cyan = 0.01, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 73 | 73 | 74 | - |
| CMYK | 0.01 | 0.01 | 0 | 0.71 |
| HSL | 240º | 0.01% | 0.29% | - |
| HSV(B) | 240º | 0.01% | 0.29% | - |
| XYZ | 6.37 | 6.68 | 7.43 | - |
| YUV | 73.11 | 128.5 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 74 | 0.01 | 0.01 | 0 | 0.71 | 240 | 0.01 | 0.29 |
| Hex | 49 | 49 | 4A | 1 | 1 | 0 | 47 | F0 | 1 | 1D |
| Octal | 111 | 111 | 112 | 1 | 1 | 0 | 107 | 360 | 1 | 35 |
| Binary | 1001001 | 1001001 | 1001010 | 1 | 1 | 0 | 1000111 | 11110000 | 1 | 11101 |
Color Harmonies of #49494A
Complementary color
Monochromatic Colors of #49494A
Black with #49494A
Text Example
Text Example
White with #49494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49494A; }
p { color: rgb(73,73,74); }
H1.HeaderClassName
{
color: #49494A;
}
.AnyTagClassName
{
color: #49494A;
}
</style>
background-color css
<style>
a { background-color: #49494A; }
a { background-color: rgb(73,73,74); }
div.DivClassName
{
background-color: #49494A;
}
.BgClassName
{
background-color: #49494A;
}
</style>
border-color css
<style>
span { border-color: #49494A; }
span { border-color: rgb(73,73,74); }
td.TdClassName
{
border-color: #49494A;
}
.TagClassName
{
border-color: #49494A;
}
</style>