Shades of Gun Powder #42435C
Tints of Gun Powder #42435C
RGB
CMYK
RGB Variations
Color information
#42435C (or 0x42435C) is known color: Gun Powder. HEX triplet: 42, 43 and 5C. RGB value is (66,67,92). Sum of RGB (Red+Green+Blue) = 66+67+92=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 67 (26.56% from 255 or 29.78% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #42435C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42435C is #BDBCA3. Grayscale: #454545. Windows color (decimal): -12434596 or 6046530. OLE color: 6046530.
HSL color Cylindrical-coordinate representation of color #42435C: hue angle of 237.69º degrees, saturation: 0.16, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #42435C is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 66 | 67 | 92 | - |
| CMYK | 0.28 | 0.27 | 0 | 0.64 |
| HSL | 237.69º | 0.16% | 0.31% | - |
| HSV(B) | 237.69º | 0.28% | 0.36% | - |
| XYZ | 6.19 | 5.95 | 10.95 | - |
| YUV | 69.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 92 | 0.28 | 0.27 | 0 | 0.64 | 237.69 | 0.16 | 0.31 |
| Hex | 42 | 43 | 5C | 1C | 1B | 0 | 40 | EE | 10 | 1F |
| Octal | 102 | 103 | 134 | 34 | 33 | 0 | 100 | 356 | 20 | 37 |
| Binary | 1000010 | 1000011 | 1011100 | 11100 | 11011 | 0 | 1000000 | 11101110 | 10000 | 11111 |
Color Harmonies of #42435C
Complementary color
Monochromatic Colors of #42435C
Black with #42435C
Text Example
Text Example
White with #42435C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42435C; }
p { color: rgb(66,67,92); }
H1.HeaderClassName
{
color: #42435C;
}
.AnyTagClassName
{
color: #42435C;
}
</style>
background-color css
<style>
a { background-color: #42435C; }
a { background-color: rgb(66,67,92); }
div.DivClassName
{
background-color: #42435C;
}
.BgClassName
{
background-color: #42435C;
}
</style>
border-color css
<style>
span { border-color: #42435C; }
span { border-color: rgb(66,67,92); }
td.TdClassName
{
border-color: #42435C;
}
.TagClassName
{
border-color: #42435C;
}
</style>