Shades of Gun Powder #494A54
Tints of Gun Powder #494A54
RGB
CMYK
RGB Variations
Color information
#494A54 (or 0x494A54) is known color: Gun Powder. HEX triplet: 49, 4A and 54. RGB value is (73,74,84). Sum of RGB (Red+Green+Blue) = 73+74+84=231 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.60% from 231); Green value is 74 (29.30% from 255 or 32.03% from 231); Blue value is 84 (33.20% from 255 or 36.36% from 231); Max value from RGB is 84 - color contains mainly: blue. Hex color #494A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A54 is #B6B5AB. Grayscale: #4A4A4A. Windows color (decimal): -11974060 or 5524041. OLE color: 5524041.
HSL color Cylindrical-coordinate representation of color #494A54: hue angle of 234.55º degrees, saturation: 0.07, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #494A54 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 74 | 84 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.67 |
| HSL | 234.55º | 0.07% | 0.31% | - |
| HSV(B) | 234.55º | 0.13% | 0.33% | - |
| XYZ | 6.8 | 6.95 | 9.37 | - |
| YUV | 74.84 | 133.17 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 84 | 0.13 | 0.12 | 0 | 0.67 | 234.55 | 0.07 | 0.31 |
| Hex | 49 | 4A | 54 | D | C | 0 | 43 | EB | 7 | 1F |
| Octal | 111 | 112 | 124 | 15 | 14 | 0 | 103 | 353 | 7 | 37 |
| Binary | 1001001 | 1001010 | 1010100 | 1101 | 1100 | 0 | 1000011 | 11101011 | 111 | 11111 |
Color Harmonies of #494A54
Complementary color
Monochromatic Colors of #494A54
Black with #494A54
Text Example
Text Example
White with #494A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A54; }
p { color: rgb(73,74,84); }
H1.HeaderClassName
{
color: #494A54;
}
.AnyTagClassName
{
color: #494A54;
}
</style>
background-color css
<style>
a { background-color: #494A54; }
a { background-color: rgb(73,74,84); }
div.DivClassName
{
background-color: #494A54;
}
.BgClassName
{
background-color: #494A54;
}
</style>
border-color css
<style>
span { border-color: #494A54; }
span { border-color: rgb(73,74,84); }
td.TdClassName
{
border-color: #494A54;
}
.TagClassName
{
border-color: #494A54;
}
</style>