Shades of Gun Powder #494B5A
Tints of Gun Powder #494B5A
RGB
CMYK
RGB Variations
Color information
#494B5A (or 0x494B5A) is known color: Gun Powder. HEX triplet: 49, 4B and 5A. RGB value is (73,75,90). Sum of RGB (Red+Green+Blue) = 73+75+90=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 75 (29.69% from 255 or 31.51% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #494B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #494B5A is #B6B4A5. Grayscale: #4C4C4C. Windows color (decimal): -11973798 or 5917513. OLE color: 5917513.
HSL color Cylindrical-coordinate representation of color #494B5A: hue angle of 232.94º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #494B5A is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 75 | 90 | - |
| CMYK | 0.19 | 0.17 | 0 | 0.65 |
| HSL | 232.94º | 0.1% | 0.32% | - |
| HSV(B) | 232.94º | 0.19% | 0.35% | - |
| XYZ | 7.11 | 7.19 | 10.69 | - |
| YUV | 76.11 | 135.84 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 90 | 0.19 | 0.17 | 0 | 0.65 | 232.94 | 0.1 | 0.32 |
| Hex | 49 | 4B | 5A | 13 | 11 | 0 | 41 | E9 | A | 20 |
| Octal | 111 | 113 | 132 | 23 | 21 | 0 | 101 | 351 | 12 | 40 |
| Binary | 1001001 | 1001011 | 1011010 | 10011 | 10001 | 0 | 1000001 | 11101001 | 1010 | 100000 |
Color Harmonies of #494B5A
Complementary color
Monochromatic Colors of #494B5A
Black with #494B5A
Text Example
Text Example
White with #494B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B5A; }
p { color: rgb(73,75,90); }
H1.HeaderClassName
{
color: #494B5A;
}
.AnyTagClassName
{
color: #494B5A;
}
</style>
background-color css
<style>
a { background-color: #494B5A; }
a { background-color: rgb(73,75,90); }
div.DivClassName
{
background-color: #494B5A;
}
.BgClassName
{
background-color: #494B5A;
}
</style>
border-color css
<style>
span { border-color: #494B5A; }
span { border-color: rgb(73,75,90); }
td.TdClassName
{
border-color: #494B5A;
}
.TagClassName
{
border-color: #494B5A;
}
</style>