Shades of Gun Powder #494951
Tints of Gun Powder #494951
RGB
CMYK
RGB Variations
Color information
#494951 (or 0x494951) is known color: Gun Powder. HEX triplet: 49, 49 and 51. RGB value is (73,73,81). Sum of RGB (Red+Green+Blue) = 73+73+81=227 (30% of max value = 765). Red value is 73 (28.91% from 255 or 32.16% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 81 - color contains mainly: blue. Hex color #494951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494951 is #B6B6AE. Grayscale: #494949. Windows color (decimal): -11974319 or 5327177. OLE color: 5327177.
HSL color Cylindrical-coordinate representation of color #494951: hue angle of 240º degrees, saturation: 0.05, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #494951 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 73 | 81 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.68 |
| HSL | 240º | 0.05% | 0.3% | - |
| HSV(B) | 240º | 0.1% | 0.32% | - |
| XYZ | 6.62 | 6.78 | 8.74 | - |
| YUV | 73.91 | 132 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 81 | 0.10 | 0.10 | 0 | 0.68 | 240 | 0.05 | 0.3 |
| Hex | 49 | 49 | 51 | A | A | 0 | 44 | F0 | 5 | 1E |
| Octal | 111 | 111 | 121 | 12 | 12 | 0 | 104 | 360 | 5 | 36 |
| Binary | 1001001 | 1001001 | 1010001 | 1010 | 1010 | 0 | 1000100 | 11110000 | 101 | 11110 |
Color Harmonies of #494951
Complementary color
Monochromatic Colors of #494951
Black with #494951
Text Example
Text Example
White with #494951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494951; }
p { color: rgb(73,73,81); }
H1.HeaderClassName
{
color: #494951;
}
.AnyTagClassName
{
color: #494951;
}
</style>
background-color css
<style>
a { background-color: #494951; }
a { background-color: rgb(73,73,81); }
div.DivClassName
{
background-color: #494951;
}
.BgClassName
{
background-color: #494951;
}
</style>
border-color css
<style>
span { border-color: #494951; }
span { border-color: rgb(73,73,81); }
td.TdClassName
{
border-color: #494951;
}
.TagClassName
{
border-color: #494951;
}
</style>