Shades of Gun Powder #403F56
Tints of Gun Powder #403F56
RGB
CMYK
RGB Variations
Color information
#403F56 (or 0x403F56) is known color: Gun Powder. HEX triplet: 40, 3F and 56. RGB value is (64,63,86). Sum of RGB (Red+Green+Blue) = 64+63+86=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 86 (33.98% from 255 or 40.38% from 213); Max value from RGB is 86 - color contains mainly: blue. Hex color #403F56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403F56 is #BFC0A9. Grayscale: #414141. Windows color (decimal): -12566698 or 5652288. OLE color: 5652288.
HSL color Cylindrical-coordinate representation of color #403F56: hue angle of 242.61º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #403F56 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 63 | 86 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.66 |
| HSL | 242.61º | 0.15% | 0.29% | - |
| HSV(B) | 242.61º | 0.27% | 0.34% | - |
| XYZ | 5.57 | 5.32 | 9.54 | - |
| YUV | 65.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 86 | 0.26 | 0.27 | 0 | 0.66 | 242.61 | 0.15 | 0.29 |
| Hex | 40 | 3F | 56 | 1A | 1B | 0 | 42 | F3 | F | 1D |
| Octal | 100 | 77 | 126 | 32 | 33 | 0 | 102 | 363 | 17 | 35 |
| Binary | 1000000 | 111111 | 1010110 | 11010 | 11011 | 0 | 1000010 | 11110011 | 1111 | 11101 |
Color Harmonies of #403F56
Complementary color
Monochromatic Colors of #403F56
Black with #403F56
Text Example
Text Example
White with #403F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F56; }
p { color: rgb(64,63,86); }
H1.HeaderClassName
{
color: #403F56;
}
.AnyTagClassName
{
color: #403F56;
}
</style>
background-color css
<style>
a { background-color: #403F56; }
a { background-color: rgb(64,63,86); }
div.DivClassName
{
background-color: #403F56;
}
.BgClassName
{
background-color: #403F56;
}
</style>
border-color css
<style>
span { border-color: #403F56; }
span { border-color: rgb(64,63,86); }
td.TdClassName
{
border-color: #403F56;
}
.TagClassName
{
border-color: #403F56;
}
</style>