Shades of Gun Powder #494A52
Tints of Gun Powder #494A52
RGB
CMYK
RGB Variations
Color information
#494A52 (or 0x494A52) is known color: Gun Powder. HEX triplet: 49, 4A and 52. RGB value is (73,74,82). Sum of RGB (Red+Green+Blue) = 73+74+82=229 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.88% from 229); Green value is 74 (29.30% from 255 or 32.31% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 82 - color contains mainly: blue. Hex color #494A52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A52 is #B6B5AD. Grayscale: #4A4A4A. Windows color (decimal): -11974062 or 5392969. OLE color: 5392969.
HSL color Cylindrical-coordinate representation of color #494A52: hue angle of 233.33º degrees, saturation: 0.06, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #494A52 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 73 | 74 | 82 | - |
| CMYK | 0.11 | 0.10 | 0 | 0.68 |
| HSL | 233.33º | 0.06% | 0.3% | - |
| HSV(B) | 233.33º | 0.11% | 0.32% | - |
| XYZ | 6.72 | 6.92 | 8.96 | - |
| YUV | 74.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 82 | 0.11 | 0.10 | 0 | 0.68 | 233.33 | 0.06 | 0.3 |
| Hex | 49 | 4A | 52 | B | A | 0 | 44 | E9 | 6 | 1E |
| Octal | 111 | 112 | 122 | 13 | 12 | 0 | 104 | 351 | 6 | 36 |
| Binary | 1001001 | 1001010 | 1010010 | 1011 | 1010 | 0 | 1000100 | 11101001 | 110 | 11110 |
Color Harmonies of #494A52
Complementary color
Monochromatic Colors of #494A52
Black with #494A52
Text Example
Text Example
White with #494A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A52; }
p { color: rgb(73,74,82); }
H1.HeaderClassName
{
color: #494A52;
}
.AnyTagClassName
{
color: #494A52;
}
</style>
background-color css
<style>
a { background-color: #494A52; }
a { background-color: rgb(73,74,82); }
div.DivClassName
{
background-color: #494A52;
}
.BgClassName
{
background-color: #494A52;
}
</style>
border-color css
<style>
span { border-color: #494A52; }
span { border-color: rgb(73,74,82); }
td.TdClassName
{
border-color: #494A52;
}
.TagClassName
{
border-color: #494A52;
}
</style>