#46425A

Color #46425A Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #46425A

Tints of Gun Powder #46425A

Color information

#46425A (or 0x46425A) is unknown color: approx Gun Powder. HEX triplet: 46, 42 and 5A. RGB value is (70,66,90). Sum of RGB (Red+Green+Blue) = 70+66+90=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 90 (35.55% from 255 or 39.82% from 226); Max value from RGB is 90 - color contains mainly: blue. Hex color #46425A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46425A is #B9BDA5. Grayscale: #454545. Windows color (decimal): -12172710 or 5915206. OLE color: 5915206.

HSL color Cylindrical-coordinate representation of color #46425A: hue angle of 250º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #46425A is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB706690-
CMYK0.220.2700.65
HSL250º15.38%30.59%-
HSV(B)250º26.67%35.29%-
XYZ6.325.9410.49-
YUV69.93139.33128.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 70 (27.73% from 255) = 30.97%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 90 (35.55% from 255) = 39.82%
R=30.97%
G=29.20%
B=39.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7066900.220.2700.6525015.3830.59
Hex46425A161B041faf1f
Octal106102132263301013721737
Binary10001101000010101101010110110110100000111111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46425A; }

 p { color: rgb(70,66,90); }

 H1.HeaderClassName
 {
   color: #46425A;
 }
 .AnyTagClassName
 {
   color: #46425A;
 }
</style>
background-color css

<style>
 a { background-color: #46425A; }

 a { background-color: rgb(70,66,90); }

 div.DivClassName
 {
   background-color: #46425A;
 }
 .BgClassName
 {
   background-color: #46425A;
 }
</style>
border-color css

<style>
 span { border-color: #46425A; }

 span { border-color: rgb(70,66,90); }

 td.TdClassName
 {
   border-color: #46425A;
 }
 .TagClassName
 {
   border-color: #46425A;
 }
</style>