Shades of Gun Powder #42405A
Tints of Gun Powder #42405A
RGB
CMYK
RGB Variations
Color information
#42405A (or 0x42405A) is known color: Gun Powder. HEX triplet: 42, 40 and 5A. RGB value is (66,64,90). Sum of RGB (Red+Green+Blue) = 66+64+90=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 90 - color contains mainly: blue. Hex color #42405A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42405A is #BDBFA5. Grayscale: #434343. Windows color (decimal): -12435366 or 5914690. OLE color: 5914690.
HSL color Cylindrical-coordinate representation of color #42405A: hue angle of 244.62º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42405A is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 66 | 64 | 90 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.65 |
| HSL | 244.62º | 0.17% | 0.3% | - |
| HSV(B) | 244.62º | 0.29% | 0.35% | - |
| XYZ | 5.93 | 5.56 | 10.43 | - |
| YUV | 67.56 | 140.66 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 64 | 90 | 0.27 | 0.29 | 0 | 0.65 | 244.62 | 0.17 | 0.3 |
| Hex | 42 | 40 | 5A | 1B | 1D | 0 | 41 | F5 | 11 | 1E |
| Octal | 102 | 100 | 132 | 33 | 35 | 0 | 101 | 365 | 21 | 36 |
| Binary | 1000010 | 1000000 | 1011010 | 11011 | 11101 | 0 | 1000001 | 11110101 | 10001 | 11110 |
Color Harmonies of #42405A
Complementary color
Monochromatic Colors of #42405A
Black with #42405A
Text Example
Text Example
White with #42405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42405A; }
p { color: rgb(66,64,90); }
H1.HeaderClassName
{
color: #42405A;
}
.AnyTagClassName
{
color: #42405A;
}
</style>
background-color css
<style>
a { background-color: #42405A; }
a { background-color: rgb(66,64,90); }
div.DivClassName
{
background-color: #42405A;
}
.BgClassName
{
background-color: #42405A;
}
</style>
border-color css
<style>
span { border-color: #42405A; }
span { border-color: rgb(66,64,90); }
td.TdClassName
{
border-color: #42405A;
}
.TagClassName
{
border-color: #42405A;
}
</style>