Shades of Gun Powder #423E5A
Tints of Gun Powder #423E5A
RGB
CMYK
RGB Variations
Color information
#423E5A (or 0x423E5A) is known color: Gun Powder. HEX triplet: 42, 3E and 5A. RGB value is (66,62,90). Sum of RGB (Red+Green+Blue) = 66+62+90=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 62 (24.61% from 255 or 28.44% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #423E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423E5A is #BDC1A5. Grayscale: #424242. Windows color (decimal): -12435878 or 5914178. OLE color: 5914178.
HSL color Cylindrical-coordinate representation of color #423E5A: hue angle of 248.57º degrees, saturation: 0.18, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #423E5A is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 62 | 90 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.65 |
| HSL | 248.57º | 0.18% | 0.3% | - |
| HSV(B) | 248.57º | 0.31% | 0.35% | - |
| XYZ | 5.81 | 5.34 | 10.4 | - |
| YUV | 66.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 62 | 90 | 0.27 | 0.31 | 0 | 0.65 | 248.57 | 0.18 | 0.3 |
| Hex | 42 | 3E | 5A | 1B | 1F | 0 | 41 | F9 | 12 | 1E |
| Octal | 102 | 76 | 132 | 33 | 37 | 0 | 101 | 371 | 22 | 36 |
| Binary | 1000010 | 111110 | 1011010 | 11011 | 11111 | 0 | 1000001 | 11111001 | 10010 | 11110 |
Color Harmonies of #423E5A
Complementary color
Monochromatic Colors of #423E5A
Black with #423E5A
Text Example
Text Example
White with #423E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423E5A; }
p { color: rgb(66,62,90); }
H1.HeaderClassName
{
color: #423E5A;
}
.AnyTagClassName
{
color: #423E5A;
}
</style>
background-color css
<style>
a { background-color: #423E5A; }
a { background-color: rgb(66,62,90); }
div.DivClassName
{
background-color: #423E5A;
}
.BgClassName
{
background-color: #423E5A;
}
</style>
border-color css
<style>
span { border-color: #423E5A; }
span { border-color: rgb(66,62,90); }
td.TdClassName
{
border-color: #423E5A;
}
.TagClassName
{
border-color: #423E5A;
}
</style>