Shades of Gun Powder #404158
Tints of Gun Powder #404158
RGB
CMYK
RGB Variations
Color information
#404158 (or 0x404158) is known color: Gun Powder. HEX triplet: 40, 41 and 58. RGB value is (64,65,88). Sum of RGB (Red+Green+Blue) = 64+65+88=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 88 (34.77% from 255 or 40.55% from 217); Max value from RGB is 88 - color contains mainly: blue. Hex color #404158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #404158 is #BFBEA7. Grayscale: #434343. Windows color (decimal): -12566184 or 5783872. OLE color: 5783872.
HSL color Cylindrical-coordinate representation of color #404158: hue angle of 237.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #404158 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 65 | 88 | - |
| CMYK | 0.27 | 0.26 | 0 | 0.65 |
| HSL | 237.5º | 0.16% | 0.3% | - |
| HSV(B) | 237.5º | 0.27% | 0.35% | - |
| XYZ | 5.77 | 5.58 | 10 | - |
| YUV | 67.32 | 139.67 | 125.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 65 | 88 | 0.27 | 0.26 | 0 | 0.65 | 237.5 | 0.16 | 0.3 |
| Hex | 40 | 41 | 58 | 1B | 1A | 0 | 41 | EE | 10 | 1E |
| Octal | 100 | 101 | 130 | 33 | 32 | 0 | 101 | 356 | 20 | 36 |
| Binary | 1000000 | 1000001 | 1011000 | 11011 | 11010 | 0 | 1000001 | 11101110 | 10000 | 11110 |
Color Harmonies of #404158
Complementary color
Monochromatic Colors of #404158
Black with #404158
Text Example
Text Example
White with #404158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404158; }
p { color: rgb(64,65,88); }
H1.HeaderClassName
{
color: #404158;
}
.AnyTagClassName
{
color: #404158;
}
</style>
background-color css
<style>
a { background-color: #404158; }
a { background-color: rgb(64,65,88); }
div.DivClassName
{
background-color: #404158;
}
.BgClassName
{
background-color: #404158;
}
</style>
border-color css
<style>
span { border-color: #404158; }
span { border-color: rgb(64,65,88); }
td.TdClassName
{
border-color: #404158;
}
.TagClassName
{
border-color: #404158;
}
</style>