Shades of Gun Powder #424159
Tints of Gun Powder #424159
RGB
CMYK
RGB Variations
Color information
#424159 (or 0x424159) is known color: Gun Powder. HEX triplet: 42, 41 and 59. RGB value is (66,65,89). Sum of RGB (Red+Green+Blue) = 66+65+89=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #424159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424159 is #BDBEA6. Grayscale: #434343. Windows color (decimal): -12435111 or 5849410. OLE color: 5849410.
HSL color Cylindrical-coordinate representation of color #424159: hue angle of 242.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #424159 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 65 | 89 | - |
| CMYK | 0.26 | 0.27 | 0 | 0.65 |
| HSL | 242.5º | 0.16% | 0.3% | - |
| HSV(B) | 242.5º | 0.27% | 0.35% | - |
| XYZ | 5.94 | 5.66 | 10.23 | - |
| YUV | 68.04 | 139.83 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 65 | 89 | 0.26 | 0.27 | 0 | 0.65 | 242.5 | 0.16 | 0.3 |
| Hex | 42 | 41 | 59 | 1A | 1B | 0 | 41 | F2 | 10 | 1E |
| Octal | 102 | 101 | 131 | 32 | 33 | 0 | 101 | 362 | 20 | 36 |
| Binary | 1000010 | 1000001 | 1011001 | 11010 | 11011 | 0 | 1000001 | 11110010 | 10000 | 11110 |
Color Harmonies of #424159
Complementary color
Monochromatic Colors of #424159
Black with #424159
Text Example
Text Example
White with #424159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #424159; }
p { color: rgb(66,65,89); }
H1.HeaderClassName
{
color: #424159;
}
.AnyTagClassName
{
color: #424159;
}
</style>
background-color css
<style>
a { background-color: #424159; }
a { background-color: rgb(66,65,89); }
div.DivClassName
{
background-color: #424159;
}
.BgClassName
{
background-color: #424159;
}
</style>
border-color css
<style>
span { border-color: #424159; }
span { border-color: rgb(66,65,89); }
td.TdClassName
{
border-color: #424159;
}
.TagClassName
{
border-color: #424159;
}
</style>