Shades of Gun Powder #494A58
Tints of Gun Powder #494A58
RGB
CMYK
RGB Variations
Color information
#494A58 (or 0x494A58) is known color: Gun Powder. HEX triplet: 49, 4A and 58. RGB value is (73,74,88). Sum of RGB (Red+Green+Blue) = 73+74+88=235 (31% of max value = 765). Red value is 73 (28.91% from 255 or 31.06% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 88 - color contains mainly: blue. Hex color #494A58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494A58 is #B6B5A7. Grayscale: #4B4B4B. Windows color (decimal): -11974056 or 5786185. OLE color: 5786185.
HSL color Cylindrical-coordinate representation of color #494A58: hue angle of 236º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #494A58 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 74 | 88 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.65 |
| HSL | 236º | 0.09% | 0.32% | - |
| HSV(B) | 236º | 0.17% | 0.35% | - |
| XYZ | 6.96 | 7.02 | 10.22 | - |
| YUV | 75.3 | 135.17 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 88 | 0.17 | 0.16 | 0 | 0.65 | 236 | 0.09 | 0.32 |
| Hex | 49 | 4A | 58 | 11 | 10 | 0 | 41 | EC | 9 | 20 |
| Octal | 111 | 112 | 130 | 21 | 20 | 0 | 101 | 354 | 11 | 40 |
| Binary | 1001001 | 1001010 | 1011000 | 10001 | 10000 | 0 | 1000001 | 11101100 | 1001 | 100000 |
Color Harmonies of #494A58
Complementary color
Monochromatic Colors of #494A58
Black with #494A58
Text Example
Text Example
White with #494A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A58; }
p { color: rgb(73,74,88); }
H1.HeaderClassName
{
color: #494A58;
}
.AnyTagClassName
{
color: #494A58;
}
</style>
background-color css
<style>
a { background-color: #494A58; }
a { background-color: rgb(73,74,88); }
div.DivClassName
{
background-color: #494A58;
}
.BgClassName
{
background-color: #494A58;
}
</style>
border-color css
<style>
span { border-color: #494A58; }
span { border-color: rgb(73,74,88); }
td.TdClassName
{
border-color: #494A58;
}
.TagClassName
{
border-color: #494A58;
}
</style>