Shades of Gun Powder #46415E
Tints of Gun Powder #46415E
RGB
CMYK
RGB Variations
Color information
#46415E (or 0x46415E) is known color: Gun Powder. HEX triplet: 46, 41 and 5E. RGB value is (70,65,94). Sum of RGB (Red+Green+Blue) = 70+65+94=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 65 (25.78% from 255 or 28.38% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 94 - color contains mainly: blue. Hex color #46415E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46415E is #B9BEA1. Grayscale: #454545. Windows color (decimal): -12172962 or 6177094. OLE color: 6177094.
HSL color Cylindrical-coordinate representation of color #46415E: hue angle of 250.34º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #46415E is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 65 | 94 | - |
| CMYK | 0.26 | 0.31 | 0 | 0.63 |
| HSL | 250.34º | 0.18% | 0.31% | - |
| HSV(B) | 250.34º | 0.31% | 0.37% | - |
| XYZ | 6.44 | 5.89 | 11.39 | - |
| YUV | 69.8 | 141.66 | 128.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 65 | 94 | 0.26 | 0.31 | 0 | 0.63 | 250.34 | 0.18 | 0.31 |
| Hex | 46 | 41 | 5E | 1A | 1F | 0 | 3F | FA | 12 | 1F |
| Octal | 106 | 101 | 136 | 32 | 37 | 0 | 77 | 372 | 22 | 37 |
| Binary | 1000110 | 1000001 | 1011110 | 11010 | 11111 | 0 | 111111 | 11111010 | 10010 | 11111 |
Color Harmonies of #46415E
Complementary color
Monochromatic Colors of #46415E
Black with #46415E
Text Example
Text Example
White with #46415E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46415E; }
p { color: rgb(70,65,94); }
H1.HeaderClassName
{
color: #46415E;
}
.AnyTagClassName
{
color: #46415E;
}
</style>
background-color css
<style>
a { background-color: #46415E; }
a { background-color: rgb(70,65,94); }
div.DivClassName
{
background-color: #46415E;
}
.BgClassName
{
background-color: #46415E;
}
</style>
border-color css
<style>
span { border-color: #46415E; }
span { border-color: rgb(70,65,94); }
td.TdClassName
{
border-color: #46415E;
}
.TagClassName
{
border-color: #46415E;
}
</style>