#464160

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

Shades of Gun Powder #464160

Tints of Gun Powder #464160

Color information

#464160 (or 0x464160) is unknown color: approx Gun Powder. HEX triplet: 46, 41 and 60. RGB value is (70,65,96). Sum of RGB (Red+Green+Blue) = 70+65+96=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 65 (25.78% from 255 or 28.14% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 96 - color contains mainly: blue. Hex color #464160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464160 is #B9BE9F. Grayscale: #454545. Windows color (decimal): -12172960 or 6308166. OLE color: 6308166.

HSL color Cylindrical-coordinate representation of color #464160: hue angle of 249.68º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #464160 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB706596-
CMYK0.270.3200.62
HSL249.68º19.25%31.57%-
HSV(B)249.68º32.29%37.65%-
XYZ6.535.9311.87-
YUV70.03142.66127.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.30%
GREEN value IS 65 (25.78% from 255) = 28.14%
BLUE value IS 96 (37.89% from 255) = 41.56%
R=30.30%
G=28.14%
B=41.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7065960.270.3200.62249.6819.2531.57
Hex4641601B2003Efa1320
Octal10610114033400763722340
Binary1000110100000111000001101110000001111101111101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464160; }

 p { color: rgb(70,65,96); }

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

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

 a { background-color: rgb(70,65,96); }

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

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

 span { border-color: rgb(70,65,96); }

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