Shades of Gun Powder #444250
Tints of Gun Powder #444250
RGB
CMYK
RGB Variations
Color information
#444250 (or 0x444250) is known color: Gun Powder. HEX triplet: 44, 42 and 50. RGB value is (68,66,80). Sum of RGB (Red+Green+Blue) = 68+66+80=214 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.78% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 80 - color contains mainly: blue. Hex color #444250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444250 is #BBBDAF. Grayscale: #444444. Windows color (decimal): -12303792 or 5259844. OLE color: 5259844.
HSL color Cylindrical-coordinate representation of color #444250: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #444250 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 66 | 80 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.69 |
| HSL | 248.57º | 0.1% | 0.29% | - |
| HSV(B) | 248.57º | 0.18% | 0.31% | - |
| XYZ | 5.78 | 5.7 | 8.39 | - |
| YUV | 68.19 | 134.66 | 127.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 80 | 0.15 | 0.17 | 0 | 0.69 | 248.57 | 0.1 | 0.29 |
| Hex | 44 | 42 | 50 | F | 11 | 0 | 45 | F9 | A | 1D |
| Octal | 104 | 102 | 120 | 17 | 21 | 0 | 105 | 371 | 12 | 35 |
| Binary | 1000100 | 1000010 | 1010000 | 1111 | 10001 | 0 | 1000101 | 11111001 | 1010 | 11101 |
Color Harmonies of #444250
Complementary color
Monochromatic Colors of #444250
Black with #444250
Text Example
Text Example
White with #444250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444250; }
p { color: rgb(68,66,80); }
H1.HeaderClassName
{
color: #444250;
}
.AnyTagClassName
{
color: #444250;
}
</style>
background-color css
<style>
a { background-color: #444250; }
a { background-color: rgb(68,66,80); }
div.DivClassName
{
background-color: #444250;
}
.BgClassName
{
background-color: #444250;
}
</style>
border-color css
<style>
span { border-color: #444250; }
span { border-color: rgb(68,66,80); }
td.TdClassName
{
border-color: #444250;
}
.TagClassName
{
border-color: #444250;
}
</style>