Shades of Gun Powder #464262
Tints of Gun Powder #464262
RGB
CMYK
RGB Variations
Color information
#464262 (or 0x464262) is known color: Gun Powder. HEX triplet: 46, 42 and 62. RGB value is (70,66,98). Sum of RGB (Red+Green+Blue) = 70+66+98=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 98 - color contains mainly: blue. Hex color #464262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464262 is #B9BD9D. Grayscale: #464646. Windows color (decimal): -12172702 or 6439494. OLE color: 6439494.
HSL color Cylindrical-coordinate representation of color #464262: hue angle of 247.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #464262 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 66 | 98 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.62 |
| HSL | 247.5º | 0.2% | 0.32% | - |
| HSV(B) | 247.5º | 0.33% | 0.38% | - |
| XYZ | 6.68 | 6.08 | 12.38 | - |
| YUV | 70.84 | 143.33 | 127.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 66 | 98 | 0.29 | 0.33 | 0 | 0.62 | 247.5 | 0.2 | 0.32 |
| Hex | 46 | 42 | 62 | 1D | 21 | 0 | 3E | F8 | 14 | 20 |
| Octal | 106 | 102 | 142 | 35 | 41 | 0 | 76 | 370 | 24 | 40 |
| Binary | 1000110 | 1000010 | 1100010 | 11101 | 100001 | 0 | 111110 | 11111000 | 10100 | 100000 |
Color Harmonies of #464262
Complementary color
Monochromatic Colors of #464262
Black with #464262
Text Example
Text Example
White with #464262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464262; }
p { color: rgb(70,66,98); }
H1.HeaderClassName
{
color: #464262;
}
.AnyTagClassName
{
color: #464262;
}
</style>
background-color css
<style>
a { background-color: #464262; }
a { background-color: rgb(70,66,98); }
div.DivClassName
{
background-color: #464262;
}
.BgClassName
{
background-color: #464262;
}
</style>
border-color css
<style>
span { border-color: #464262; }
span { border-color: rgb(70,66,98); }
td.TdClassName
{
border-color: #464262;
}
.TagClassName
{
border-color: #464262;
}
</style>