Shades of Gun Powder #423F60
Tints of Gun Powder #423F60
RGB
CMYK
RGB Variations
Color information
#423F60 (or 0x423F60) is known color: Gun Powder. HEX triplet: 42, 3F and 60. RGB value is (66,63,96). Sum of RGB (Red+Green+Blue) = 66+63+96=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 63 (25% from 255 or 28% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #423F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F60 is #BDC09F. Grayscale: #434343. Windows color (decimal): -12435616 or 6307650. OLE color: 6307650.
HSL color Cylindrical-coordinate representation of color #423F60: hue angle of 245.45º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #423F60 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 63 | 96 | - |
| CMYK | 0.31 | 0.34 | 0 | 0.62 |
| HSL | 245.45º | 0.21% | 0.31% | - |
| HSV(B) | 245.45º | 0.34% | 0.38% | - |
| XYZ | 6.14 | 5.56 | 11.82 | - |
| YUV | 67.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 96 | 0.31 | 0.34 | 0 | 0.62 | 245.45 | 0.21 | 0.31 |
| Hex | 42 | 3F | 60 | 1F | 22 | 0 | 3E | F5 | 15 | 1F |
| Octal | 102 | 77 | 140 | 37 | 42 | 0 | 76 | 365 | 25 | 37 |
| Binary | 1000010 | 111111 | 1100000 | 11111 | 100010 | 0 | 111110 | 11110101 | 10101 | 11111 |
Color Harmonies of #423F60
Complementary color
Monochromatic Colors of #423F60
Black with #423F60
Text Example
Text Example
White with #423F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F60; }
p { color: rgb(66,63,96); }
H1.HeaderClassName
{
color: #423F60;
}
.AnyTagClassName
{
color: #423F60;
}
</style>
background-color css
<style>
a { background-color: #423F60; }
a { background-color: rgb(66,63,96); }
div.DivClassName
{
background-color: #423F60;
}
.BgClassName
{
background-color: #423F60;
}
</style>
border-color css
<style>
span { border-color: #423F60; }
span { border-color: rgb(66,63,96); }
td.TdClassName
{
border-color: #423F60;
}
.TagClassName
{
border-color: #423F60;
}
</style>