#464260

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

Shades of Gun Powder #464260

Tints of Gun Powder #464260

Color information

#464260 (or 0x464260) is unknown color: approx Gun Powder. HEX triplet: 46, 42 and 60. RGB value is (70,66,96). Sum of RGB (Red+Green+Blue) = 70+66+96=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 96 (37.89% from 255 or 41.38% from 232); Max value from RGB is 96 - color contains mainly: blue. Hex color #464260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464260 is #B9BD9F. Grayscale: #464646. Windows color (decimal): -12172704 or 6308422. OLE color: 6308422.

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

Color convert

RGB706696-
CMYK0.270.3100.62
HSL248º18.52%31.76%-
HSV(B)248º31.25%37.65%-
XYZ6.596.0411.89-
YUV70.62142.33127.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.17%
GREEN value IS 66 (26.17% from 255) = 28.45%
BLUE value IS 96 (37.89% from 255) = 41.38%
R=30.17%
G=28.45%
B=41.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7066960.270.3100.6224818.5231.76
Hex4642601B1F03Ef81320
Octal10610214033370763702340
Binary100011010000101100000110111111101111101111100010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464260; }

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

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

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

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

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

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

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

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