Shades of Gun Powder #413E59
Tints of Gun Powder #413E59
RGB
CMYK
RGB Variations
Color information
#413E59 (or 0x413E59) is known color: Gun Powder. HEX triplet: 41, 3E and 59. RGB value is (65,62,89). Sum of RGB (Red+Green+Blue) = 65+62+89=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 62 (24.61% from 255 or 28.70% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #413E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413E59 is #BEC1A6. Grayscale: #414141. Windows color (decimal): -12501415 or 5848641. OLE color: 5848641.
HSL color Cylindrical-coordinate representation of color #413E59: hue angle of 246.67º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #413E59 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 62 | 89 | - |
| CMYK | 0.27 | 0.30 | 0 | 0.65 |
| HSL | 246.67º | 0.18% | 0.3% | - |
| HSV(B) | 246.67º | 0.3% | 0.35% | - |
| XYZ | 5.71 | 5.29 | 10.17 | - |
| YUV | 65.98 | 140.99 | 127.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 62 | 89 | 0.27 | 0.30 | 0 | 0.65 | 246.67 | 0.18 | 0.3 |
| Hex | 41 | 3E | 59 | 1B | 1E | 0 | 41 | F7 | 12 | 1E |
| Octal | 101 | 76 | 131 | 33 | 36 | 0 | 101 | 367 | 22 | 36 |
| Binary | 1000001 | 111110 | 1011001 | 11011 | 11110 | 0 | 1000001 | 11110111 | 10010 | 11110 |
Color Harmonies of #413E59
Complementary color
Monochromatic Colors of #413E59
Black with #413E59
Text Example
Text Example
White with #413E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413E59; }
p { color: rgb(65,62,89); }
H1.HeaderClassName
{
color: #413E59;
}
.AnyTagClassName
{
color: #413E59;
}
</style>
background-color css
<style>
a { background-color: #413E59; }
a { background-color: rgb(65,62,89); }
div.DivClassName
{
background-color: #413E59;
}
.BgClassName
{
background-color: #413E59;
}
</style>
border-color css
<style>
span { border-color: #413E59; }
span { border-color: rgb(65,62,89); }
td.TdClassName
{
border-color: #413E59;
}
.TagClassName
{
border-color: #413E59;
}
</style>