Shades of Gun Powder #444158
Tints of Gun Powder #444158
RGB
CMYK
RGB Variations
Color information
#444158 (or 0x444158) is known color: Gun Powder. HEX triplet: 44, 41 and 58. RGB value is (68,65,88). Sum of RGB (Red+Green+Blue) = 68+65+88=221 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.77% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 88 (34.77% from 255 or 39.82% from 221); Max value from RGB is 88 - color contains mainly: blue. Hex color #444158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444158 is #BBBEA7. Grayscale: #444444. Windows color (decimal): -12304040 or 5783876. OLE color: 5783876.
HSL color Cylindrical-coordinate representation of color #444158: hue angle of 247.83º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #444158 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 65 | 88 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.65 |
| HSL | 247.83º | 0.15% | 0.3% | - |
| HSV(B) | 247.83º | 0.26% | 0.35% | - |
| XYZ | 6.04 | 5.71 | 10.02 | - |
| YUV | 68.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 88 | 0.23 | 0.26 | 0 | 0.65 | 247.83 | 0.15 | 0.3 |
| Hex | 44 | 41 | 58 | 17 | 1A | 0 | 41 | F8 | F | 1E |
| Octal | 104 | 101 | 130 | 27 | 32 | 0 | 101 | 370 | 17 | 36 |
| Binary | 1000100 | 1000001 | 1011000 | 10111 | 11010 | 0 | 1000001 | 11111000 | 1111 | 11110 |
Color Harmonies of #444158
Complementary color
Monochromatic Colors of #444158
Black with #444158
Text Example
Text Example
White with #444158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444158; }
p { color: rgb(68,65,88); }
H1.HeaderClassName
{
color: #444158;
}
.AnyTagClassName
{
color: #444158;
}
</style>
background-color css
<style>
a { background-color: #444158; }
a { background-color: rgb(68,65,88); }
div.DivClassName
{
background-color: #444158;
}
.BgClassName
{
background-color: #444158;
}
</style>
border-color css
<style>
span { border-color: #444158; }
span { border-color: rgb(68,65,88); }
td.TdClassName
{
border-color: #444158;
}
.TagClassName
{
border-color: #444158;
}
</style>