Shades of Gun Powder #44405C
Tints of Gun Powder #44405C
RGB
CMYK
RGB Variations
Color information
#44405C (or 0x44405C) is known color: Gun Powder. HEX triplet: 44, 40 and 5C. RGB value is (68,64,92). Sum of RGB (Red+Green+Blue) = 68+64+92=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #44405C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44405C is #BBBFA3. Grayscale: #444444. Windows color (decimal): -12304292 or 6045764. OLE color: 6045764.
HSL color Cylindrical-coordinate representation of color #44405C: hue angle of 248.57º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #44405C is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 64 | 92 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.64 |
| HSL | 248.57º | 0.18% | 0.31% | - |
| HSV(B) | 248.57º | 0.3% | 0.36% | - |
| XYZ | 6.15 | 5.67 | 10.9 | - |
| YUV | 68.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 64 | 92 | 0.26 | 0.30 | 0 | 0.64 | 248.57 | 0.18 | 0.31 |
| Hex | 44 | 40 | 5C | 1A | 1E | 0 | 40 | F9 | 12 | 1F |
| Octal | 104 | 100 | 134 | 32 | 36 | 0 | 100 | 371 | 22 | 37 |
| Binary | 1000100 | 1000000 | 1011100 | 11010 | 11110 | 0 | 1000000 | 11111001 | 10010 | 11111 |
Color Harmonies of #44405C
Complementary color
Monochromatic Colors of #44405C
Black with #44405C
Text Example
Text Example
White with #44405C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44405C; }
p { color: rgb(68,64,92); }
H1.HeaderClassName
{
color: #44405C;
}
.AnyTagClassName
{
color: #44405C;
}
</style>
background-color css
<style>
a { background-color: #44405C; }
a { background-color: rgb(68,64,92); }
div.DivClassName
{
background-color: #44405C;
}
.BgClassName
{
background-color: #44405C;
}
</style>
border-color css
<style>
span { border-color: #44405C; }
span { border-color: rgb(68,64,92); }
td.TdClassName
{
border-color: #44405C;
}
.TagClassName
{
border-color: #44405C;
}
</style>