Shades of Gun Powder #444161
Tints of Gun Powder #444161
RGB
CMYK
RGB Variations
Color information
#444161 (or 0x444161) is known color: Gun Powder. HEX triplet: 44, 41 and 61. RGB value is (68,65,97). Sum of RGB (Red+Green+Blue) = 68+65+97=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 65 (25.78% from 255 or 28.26% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 97 - color contains mainly: blue. Hex color #444161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444161 is #BBBE9E. Grayscale: #454545. Windows color (decimal): -12304031 or 6373700. OLE color: 6373700.
HSL color Cylindrical-coordinate representation of color #444161: hue angle of 245.62º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #444161 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 65 | 97 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.62 |
| HSL | 245.63º | 0.2% | 0.32% | - |
| HSV(B) | 245.63º | 0.33% | 0.38% | - |
| XYZ | 6.43 | 5.87 | 12.1 | - |
| YUV | 69.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 65 | 97 | 0.30 | 0.33 | 0 | 0.62 | 245.63 | 0.2 | 0.32 |
| Hex | 44 | 41 | 61 | 1E | 21 | 0 | 3E | F6 | 14 | 20 |
| Octal | 104 | 101 | 141 | 36 | 41 | 0 | 76 | 366 | 24 | 40 |
| Binary | 1000100 | 1000001 | 1100001 | 11110 | 100001 | 0 | 111110 | 11110110 | 10100 | 100000 |
Color Harmonies of #444161
Complementary color
Monochromatic Colors of #444161
Black with #444161
Text Example
Text Example
White with #444161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444161; }
p { color: rgb(68,65,97); }
H1.HeaderClassName
{
color: #444161;
}
.AnyTagClassName
{
color: #444161;
}
</style>
background-color css
<style>
a { background-color: #444161; }
a { background-color: rgb(68,65,97); }
div.DivClassName
{
background-color: #444161;
}
.BgClassName
{
background-color: #444161;
}
</style>
border-color css
<style>
span { border-color: #444161; }
span { border-color: rgb(68,65,97); }
td.TdClassName
{
border-color: #444161;
}
.TagClassName
{
border-color: #444161;
}
</style>