Shades of Gun Powder #40425A
Tints of Gun Powder #40425A
RGB
CMYK
RGB Variations
Color information
#40425A (or 0x40425A) is known color: Gun Powder. HEX triplet: 40, 42 and 5A. RGB value is (64,66,90). Sum of RGB (Red+Green+Blue) = 64+66+90=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 66 (26.17% from 255 or 30% 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 #40425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40425A is #BFBDA5. Grayscale: #444444. Windows color (decimal): -12565926 or 5915200. OLE color: 5915200.
HSL color Cylindrical-coordinate representation of color #40425A: hue angle of 235.38º 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 #40425A is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 66 | 90 | - |
| CMYK | 0.29 | 0.27 | 0 | 0.65 |
| HSL | 235.38º | 0.17% | 0.3% | - |
| HSV(B) | 235.38º | 0.29% | 0.35% | - |
| XYZ | 5.91 | 5.72 | 10.47 | - |
| YUV | 68.14 | 140.34 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 66 | 90 | 0.29 | 0.27 | 0 | 0.65 | 235.38 | 0.17 | 0.3 |
| Hex | 40 | 42 | 5A | 1D | 1B | 0 | 41 | EB | 11 | 1E |
| Octal | 100 | 102 | 132 | 35 | 33 | 0 | 101 | 353 | 21 | 36 |
| Binary | 1000000 | 1000010 | 1011010 | 11101 | 11011 | 0 | 1000001 | 11101011 | 10001 | 11110 |
Color Harmonies of #40425A
Complementary color
Monochromatic Colors of #40425A
Black with #40425A
Text Example
Text Example
White with #40425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40425A; }
p { color: rgb(64,66,90); }
H1.HeaderClassName
{
color: #40425A;
}
.AnyTagClassName
{
color: #40425A;
}
</style>
background-color css
<style>
a { background-color: #40425A; }
a { background-color: rgb(64,66,90); }
div.DivClassName
{
background-color: #40425A;
}
.BgClassName
{
background-color: #40425A;
}
</style>
border-color css
<style>
span { border-color: #40425A; }
span { border-color: rgb(64,66,90); }
td.TdClassName
{
border-color: #40425A;
}
.TagClassName
{
border-color: #40425A;
}
</style>