Shades of Gun Powder #494653
Tints of Gun Powder #494653
RGB
CMYK
RGB Variations
Color information
#494653 (or 0x494653) is known color: Gun Powder. HEX triplet: 49, 46 and 53. RGB value is (73,70,83). Sum of RGB (Red+Green+Blue) = 73+70+83=226 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.30% from 226); Green value is 70 (27.73% from 255 or 30.97% from 226); Blue value is 83 (32.81% from 255 or 36.73% from 226); Max value from RGB is 83 - color contains mainly: blue. Hex color #494653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494653 is #B6B9AC. Grayscale: #484848. Windows color (decimal): -11975085 or 5457481. OLE color: 5457481.
HSL color Cylindrical-coordinate representation of color #494653: hue angle of 253.85º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #494653 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 73 | 70 | 83 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.67 |
| HSL | 253.85º | 0.08% | 0.3% | - |
| HSV(B) | 253.85º | 0.16% | 0.33% | - |
| XYZ | 6.5 | 6.42 | 9.08 | - |
| YUV | 72.38 | 133.99 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 83 | 0.12 | 0.16 | 0 | 0.67 | 253.85 | 0.08 | 0.3 |
| Hex | 49 | 46 | 53 | C | 10 | 0 | 43 | FE | 8 | 1E |
| Octal | 111 | 106 | 123 | 14 | 20 | 0 | 103 | 376 | 10 | 36 |
| Binary | 1001001 | 1000110 | 1010011 | 1100 | 10000 | 0 | 1000011 | 11111110 | 1000 | 11110 |
Color Harmonies of #494653
Complementary color
Monochromatic Colors of #494653
Black with #494653
Text Example
Text Example
White with #494653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494653; }
p { color: rgb(73,70,83); }
H1.HeaderClassName
{
color: #494653;
}
.AnyTagClassName
{
color: #494653;
}
</style>
background-color css
<style>
a { background-color: #494653; }
a { background-color: rgb(73,70,83); }
div.DivClassName
{
background-color: #494653;
}
.BgClassName
{
background-color: #494653;
}
</style>
border-color css
<style>
span { border-color: #494653; }
span { border-color: rgb(73,70,83); }
td.TdClassName
{
border-color: #494653;
}
.TagClassName
{
border-color: #494653;
}
</style>