Shades of Gun Powder #423E59
Tints of Gun Powder #423E59
RGB
CMYK
RGB Variations
Color information
#423E59 (or 0x423E59) is known color: Gun Powder. HEX triplet: 42, 3E and 59. RGB value is (66,62,89). Sum of RGB (Red+Green+Blue) = 66+62+89=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 62 (24.61% from 255 or 28.57% from 217); Blue value is 89 (35.16% from 255 or 41.01% from 217); Max value from RGB is 89 - color contains mainly: blue. Hex color #423E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E59 is #BDC1A6. Grayscale: #424242. Windows color (decimal): -12435879 or 5848642. OLE color: 5848642.
HSL color Cylindrical-coordinate representation of color #423E59: hue angle of 248.89º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #423E59 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 62 | 89 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.65 |
| HSL | 248.89º | 0.18% | 0.3% | - |
| HSV(B) | 248.89º | 0.3% | 0.35% | - |
| XYZ | 5.77 | 5.32 | 10.17 | - |
| YUV | 66.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 89 | 0.26 | 0.30 | 0 | 0.65 | 248.89 | 0.18 | 0.3 |
| Hex | 42 | 3E | 59 | 1A | 1E | 0 | 41 | F9 | 12 | 1E |
| Octal | 102 | 76 | 131 | 32 | 36 | 0 | 101 | 371 | 22 | 36 |
| Binary | 1000010 | 111110 | 1011001 | 11010 | 11110 | 0 | 1000001 | 11111001 | 10010 | 11110 |
Color Harmonies of #423E59
Complementary color
Monochromatic Colors of #423E59
Black with #423E59
Text Example
Text Example
White with #423E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E59; }
p { color: rgb(66,62,89); }
H1.HeaderClassName
{
color: #423E59;
}
.AnyTagClassName
{
color: #423E59;
}
</style>
background-color css
<style>
a { background-color: #423E59; }
a { background-color: rgb(66,62,89); }
div.DivClassName
{
background-color: #423E59;
}
.BgClassName
{
background-color: #423E59;
}
</style>
border-color css
<style>
span { border-color: #423E59; }
span { border-color: rgb(66,62,89); }
td.TdClassName
{
border-color: #423E59;
}
.TagClassName
{
border-color: #423E59;
}
</style>