Shades of Gun Powder #494663
Tints of Gun Powder #494663
RGB
CMYK
RGB Variations
Color information
#494663 (or 0x494663) is known color: Gun Powder. HEX triplet: 49, 46 and 63. RGB value is (73,70,99). Sum of RGB (Red+Green+Blue) = 73+70+99=242 (32% of max value = 765). Red value is 73 (28.91% from 255 or 30.17% from 242); Green value is 70 (27.73% from 255 or 28.93% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 99 - color contains mainly: blue. Hex color #494663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494663 is #B6B99C. Grayscale: #4A4A4A. Windows color (decimal): -11975069 or 6506057. OLE color: 6506057.
HSL color Cylindrical-coordinate representation of color #494663: hue angle of 246.21º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #494663 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 73 | 70 | 99 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.61 |
| HSL | 246.21º | 0.17% | 0.33% | - |
| HSV(B) | 246.21º | 0.29% | 0.39% | - |
| XYZ | 7.19 | 6.7 | 12.72 | - |
| YUV | 74.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 99 | 0.26 | 0.29 | 0 | 0.61 | 246.21 | 0.17 | 0.33 |
| Hex | 49 | 46 | 63 | 1A | 1D | 0 | 3D | F6 | 11 | 21 |
| Octal | 111 | 106 | 143 | 32 | 35 | 0 | 75 | 366 | 21 | 41 |
| Binary | 1001001 | 1000110 | 1100011 | 11010 | 11101 | 0 | 111101 | 11110110 | 10001 | 100001 |
Color Harmonies of #494663
Complementary color
Monochromatic Colors of #494663
Black with #494663
Text Example
Text Example
White with #494663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494663; }
p { color: rgb(73,70,99); }
H1.HeaderClassName
{
color: #494663;
}
.AnyTagClassName
{
color: #494663;
}
</style>
background-color css
<style>
a { background-color: #494663; }
a { background-color: rgb(73,70,99); }
div.DivClassName
{
background-color: #494663;
}
.BgClassName
{
background-color: #494663;
}
</style>
border-color css
<style>
span { border-color: #494663; }
span { border-color: rgb(73,70,99); }
td.TdClassName
{
border-color: #494663;
}
.TagClassName
{
border-color: #494663;
}
</style>