#464660

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

Shades of Gun Powder #464660

Tints of Gun Powder #464660

Color information

#464660 (or 0x464660) is unknown color: approx Gun Powder. HEX triplet: 46, 46 and 60. RGB value is (70,70,96). Sum of RGB (Red+Green+Blue) = 70+70+96=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #464660 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464660 is #B9B99F. Grayscale: #484848. Windows color (decimal): -12171680 or 6309446. OLE color: 6309446.

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

Color convert

RGB707096-
CMYK0.270.2700.62
HSL240º15.66%32.55%-
HSV(B)240º27.08%37.65%-
XYZ6.836.5311.97-
YUV72.96141125.89-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 70 (27.73% from 255) = 29.66%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=29.66%
G=29.66%
B=40.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7070960.270.2700.6224015.6632.55
Hex4646601B1B03Ef01021
Octal10610614033330763602041
Binary100011010001101100000110111101101111101111000010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464660; }

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

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

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

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

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

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

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

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