Shades of Gun Powder #44425A
Tints of Gun Powder #44425A
RGB
CMYK
RGB Variations
Color information
#44425A (or 0x44425A) is known color: Gun Powder. HEX triplet: 44, 42 and 5A. RGB value is (68,66,90). Sum of RGB (Red+Green+Blue) = 68+66+90=224 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.36% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #44425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44425A is #BBBDA5. Grayscale: #454545. Windows color (decimal): -12303782 or 5915204. OLE color: 5915204.
HSL color Cylindrical-coordinate representation of color #44425A: hue angle of 245º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44425A is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 66 | 90 | - |
| CMYK | 0.24 | 0.27 | 0 | 0.65 |
| HSL | 245º | 0.15% | 0.31% | - |
| HSV(B) | 245º | 0.27% | 0.35% | - |
| XYZ | 6.18 | 5.86 | 10.48 | - |
| YUV | 69.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 90 | 0.24 | 0.27 | 0 | 0.65 | 245 | 0.15 | 0.31 |
| Hex | 44 | 42 | 5A | 18 | 1B | 0 | 41 | F5 | F | 1F |
| Octal | 104 | 102 | 132 | 30 | 33 | 0 | 101 | 365 | 17 | 37 |
| Binary | 1000100 | 1000010 | 1011010 | 11000 | 11011 | 0 | 1000001 | 11110101 | 1111 | 11111 |
Color Harmonies of #44425A
Complementary color
Monochromatic Colors of #44425A
Black with #44425A
Text Example
Text Example
White with #44425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44425A; }
p { color: rgb(68,66,90); }
H1.HeaderClassName
{
color: #44425A;
}
.AnyTagClassName
{
color: #44425A;
}
</style>
background-color css
<style>
a { background-color: #44425A; }
a { background-color: rgb(68,66,90); }
div.DivClassName
{
background-color: #44425A;
}
.BgClassName
{
background-color: #44425A;
}
</style>
border-color css
<style>
span { border-color: #44425A; }
span { border-color: rgb(68,66,90); }
td.TdClassName
{
border-color: #44425A;
}
.TagClassName
{
border-color: #44425A;
}
</style>