Shades of Gun Powder #494858
Tints of Gun Powder #494858
RGB
CMYK
RGB Variations
Color information
#494858 (or 0x494858) is known color: Gun Powder. HEX triplet: 49, 48 and 58. RGB value is (73,72,88). Sum of RGB (Red+Green+Blue) = 73+72+88=233 (30% of max value = 765). Red value is 73 (28.91% from 255 or 31.33% from 233); Green value is 72 (28.52% from 255 or 30.90% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 88 - color contains mainly: blue. Hex color #494858 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494858 is #B6B7A7. Grayscale: #4A4A4A. Windows color (decimal): -11974568 or 5785673. OLE color: 5785673.
HSL color Cylindrical-coordinate representation of color #494858: hue angle of 243.75º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #494858 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 72 | 88 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.65 |
| HSL | 243.75º | 0.1% | 0.31% | - |
| HSV(B) | 243.75º | 0.18% | 0.35% | - |
| XYZ | 6.83 | 6.76 | 10.18 | - |
| YUV | 74.12 | 135.83 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 88 | 0.17 | 0.18 | 0 | 0.65 | 243.75 | 0.1 | 0.31 |
| Hex | 49 | 48 | 58 | 11 | 12 | 0 | 41 | F4 | A | 1F |
| Octal | 111 | 110 | 130 | 21 | 22 | 0 | 101 | 364 | 12 | 37 |
| Binary | 1001001 | 1001000 | 1011000 | 10001 | 10010 | 0 | 1000001 | 11110100 | 1010 | 11111 |
Color Harmonies of #494858
Complementary color
Monochromatic Colors of #494858
Black with #494858
Text Example
Text Example
White with #494858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494858; }
p { color: rgb(73,72,88); }
H1.HeaderClassName
{
color: #494858;
}
.AnyTagClassName
{
color: #494858;
}
</style>
background-color css
<style>
a { background-color: #494858; }
a { background-color: rgb(73,72,88); }
div.DivClassName
{
background-color: #494858;
}
.BgClassName
{
background-color: #494858;
}
</style>
border-color css
<style>
span { border-color: #494858; }
span { border-color: rgb(73,72,88); }
td.TdClassName
{
border-color: #494858;
}
.TagClassName
{
border-color: #494858;
}
</style>