Shades of Gun Powder #494A60
Tints of Gun Powder #494A60
RGB
CMYK
RGB Variations
Color information
#494A60 (or 0x494A60) is known color: Gun Powder. HEX triplet: 49, 4A and 60. RGB value is (73,74,96). Sum of RGB (Red+Green+Blue) = 73+74+96=243 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.04% from 243); Green value is 74 (29.30% from 255 or 30.45% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 96 - color contains mainly: blue. Hex color #494A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A60 is #B6B59F. Grayscale: #4C4C4C. Windows color (decimal): -11974048 or 6310473. OLE color: 6310473.
HSL color Cylindrical-coordinate representation of color #494A60: hue angle of 237.39º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #494A60 is Cyan = 0.24, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 74 | 96 | - |
| CMYK | 0.24 | 0.23 | 0 | 0.62 |
| HSL | 237.39º | 0.14% | 0.33% | - |
| HSV(B) | 237.39º | 0.24% | 0.38% | - |
| XYZ | 7.31 | 7.16 | 12.06 | - |
| YUV | 76.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 96 | 0.24 | 0.23 | 0 | 0.62 | 237.39 | 0.14 | 0.33 |
| Hex | 49 | 4A | 60 | 18 | 17 | 0 | 3E | ED | E | 21 |
| Octal | 111 | 112 | 140 | 30 | 27 | 0 | 76 | 355 | 16 | 41 |
| Binary | 1001001 | 1001010 | 1100000 | 11000 | 10111 | 0 | 111110 | 11101101 | 1110 | 100001 |
Color Harmonies of #494A60
Complementary color
Monochromatic Colors of #494A60
Black with #494A60
Text Example
Text Example
White with #494A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A60; }
p { color: rgb(73,74,96); }
H1.HeaderClassName
{
color: #494A60;
}
.AnyTagClassName
{
color: #494A60;
}
</style>
background-color css
<style>
a { background-color: #494A60; }
a { background-color: rgb(73,74,96); }
div.DivClassName
{
background-color: #494A60;
}
.BgClassName
{
background-color: #494A60;
}
</style>
border-color css
<style>
span { border-color: #494A60; }
span { border-color: rgb(73,74,96); }
td.TdClassName
{
border-color: #494A60;
}
.TagClassName
{
border-color: #494A60;
}
</style>