Shades of Gun Powder #42404F
Tints of Gun Powder #42404F
RGB
CMYK
RGB Variations
Color information
#42404F (or 0x42404F) is known color: Gun Powder. HEX triplet: 42, 40 and 4F. RGB value is (66,64,79). Sum of RGB (Red+Green+Blue) = 66+64+79=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #42404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42404F is #BDBFB0. Grayscale: #424242. Windows color (decimal): -12435377 or 5193794. OLE color: 5193794.
HSL color Cylindrical-coordinate representation of color #42404F: hue angle of 248º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #42404F is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 64 | 79 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.69 |
| HSL | 248º | 0.1% | 0.28% | - |
| HSV(B) | 248º | 0.19% | 0.31% | - |
| XYZ | 5.49 | 5.39 | 8.15 | - |
| YUV | 66.31 | 135.16 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 79 | 0.16 | 0.19 | 0 | 0.69 | 248 | 0.1 | 0.28 |
| Hex | 42 | 40 | 4F | 10 | 13 | 0 | 45 | F8 | A | 1C |
| Octal | 102 | 100 | 117 | 20 | 23 | 0 | 105 | 370 | 12 | 34 |
| Binary | 1000010 | 1000000 | 1001111 | 10000 | 10011 | 0 | 1000101 | 11111000 | 1010 | 11100 |
Color Harmonies of #42404F
Complementary color
Monochromatic Colors of #42404F
Black with #42404F
Text Example
Text Example
White with #42404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42404F; }
p { color: rgb(66,64,79); }
H1.HeaderClassName
{
color: #42404F;
}
.AnyTagClassName
{
color: #42404F;
}
</style>
background-color css
<style>
a { background-color: #42404F; }
a { background-color: rgb(66,64,79); }
div.DivClassName
{
background-color: #42404F;
}
.BgClassName
{
background-color: #42404F;
}
</style>
border-color css
<style>
span { border-color: #42404F; }
span { border-color: rgb(66,64,79); }
td.TdClassName
{
border-color: #42404F;
}
.TagClassName
{
border-color: #42404F;
}
</style>