Shades of Gun Powder #423F57
Tints of Gun Powder #423F57
RGB
CMYK
RGB Variations
Color information
#423F57 (or 0x423F57) is known color: Gun Powder. HEX triplet: 42, 3F and 57. RGB value is (66,63,87). Sum of RGB (Red+Green+Blue) = 66+63+87=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #423F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F57 is #BDC0A8. Grayscale: #424242. Windows color (decimal): -12435625 or 5717826. OLE color: 5717826.
HSL color Cylindrical-coordinate representation of color #423F57: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #423F57 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 66 | 63 | 87 | - |
| CMYK | 0.24 | 0.28 | 0 | 0.66 |
| HSL | 247.5º | 0.16% | 0.29% | - |
| HSV(B) | 247.5º | 0.28% | 0.34% | - |
| XYZ | 5.74 | 5.4 | 9.76 | - |
| YUV | 66.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 63 | 87 | 0.24 | 0.28 | 0 | 0.66 | 247.5 | 0.16 | 0.29 |
| Hex | 42 | 3F | 57 | 18 | 1C | 0 | 42 | F8 | 10 | 1D |
| Octal | 102 | 77 | 127 | 30 | 34 | 0 | 102 | 370 | 20 | 35 |
| Binary | 1000010 | 111111 | 1010111 | 11000 | 11100 | 0 | 1000010 | 11111000 | 10000 | 11101 |
Color Harmonies of #423F57
Complementary color
Monochromatic Colors of #423F57
Black with #423F57
Text Example
Text Example
White with #423F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423F57; }
p { color: rgb(66,63,87); }
H1.HeaderClassName
{
color: #423F57;
}
.AnyTagClassName
{
color: #423F57;
}
</style>
background-color css
<style>
a { background-color: #423F57; }
a { background-color: rgb(66,63,87); }
div.DivClassName
{
background-color: #423F57;
}
.BgClassName
{
background-color: #423F57;
}
</style>
border-color css
<style>
span { border-color: #423F57; }
span { border-color: rgb(66,63,87); }
td.TdClassName
{
border-color: #423F57;
}
.TagClassName
{
border-color: #423F57;
}
</style>