Shades of Gun Powder #403F59
Tints of Gun Powder #403F59
RGB
CMYK
RGB Variations
Color information
#403F59 (or 0x403F59) is known color: Gun Powder. HEX triplet: 40, 3F and 59. RGB value is (64,63,89). Sum of RGB (Red+Green+Blue) = 64+63+89=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 63 (25% from 255 or 29.17% 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 #403F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F59 is #BFC0A6. Grayscale: #424242. Windows color (decimal): -12566695 or 5848896. OLE color: 5848896.
HSL color Cylindrical-coordinate representation of color #403F59: hue angle of 242.31º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #403F59 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 63 | 89 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.65 |
| HSL | 242.31º | 0.17% | 0.3% | - |
| HSV(B) | 242.31º | 0.29% | 0.35% | - |
| XYZ | 5.7 | 5.37 | 10.19 | - |
| YUV | 66.26 | 140.83 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 89 | 0.28 | 0.29 | 0 | 0.65 | 242.31 | 0.17 | 0.3 |
| Hex | 40 | 3F | 59 | 1C | 1D | 0 | 41 | F2 | 11 | 1E |
| Octal | 100 | 77 | 131 | 34 | 35 | 0 | 101 | 362 | 21 | 36 |
| Binary | 1000000 | 111111 | 1011001 | 11100 | 11101 | 0 | 1000001 | 11110010 | 10001 | 11110 |
Color Harmonies of #403F59
Complementary color
Monochromatic Colors of #403F59
Black with #403F59
Text Example
Text Example
White with #403F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F59; }
p { color: rgb(64,63,89); }
H1.HeaderClassName
{
color: #403F59;
}
.AnyTagClassName
{
color: #403F59;
}
</style>
background-color css
<style>
a { background-color: #403F59; }
a { background-color: rgb(64,63,89); }
div.DivClassName
{
background-color: #403F59;
}
.BgClassName
{
background-color: #403F59;
}
</style>
border-color css
<style>
span { border-color: #403F59; }
span { border-color: rgb(64,63,89); }
td.TdClassName
{
border-color: #403F59;
}
.TagClassName
{
border-color: #403F59;
}
</style>