#464361

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

Shades of Gun Powder #464361

Tints of Gun Powder #464361

Color information

#464361 (or 0x464361) is unknown color: approx Gun Powder. HEX triplet: 46, 43 and 61. RGB value is (70,67,97). Sum of RGB (Red+Green+Blue) = 70+67+97=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 67 (26.56% from 255 or 28.63% from 234); Blue value is 97 (38.28% from 255 or 41.45% from 234); Max value from RGB is 97 - color contains mainly: blue. Hex color #464361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464361 is #B9BC9E. Grayscale: #474747. Windows color (decimal): -12172447 or 6374214. OLE color: 6374214.

HSL color Cylindrical-coordinate representation of color #464361: hue angle of 246º degrees, saturation: 0.18, 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 #464361 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB706797-
CMYK0.280.3100.62
HSL246º18.29%32.16%-
HSV(B)246º30.93%38.04%-
XYZ6.696.1812.15-
YUV71.32142.49127.06-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 67 (26.56% from 255) = 28.63%
BLUE value IS 97 (38.28% from 255) = 41.45%
R=29.91%
G=28.63%
B=41.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7067970.280.3100.6224618.2932.16
Hex4643611C1F03Ef61220
Octal10610314134370763662240
Binary100011010000111100001111001111101111101111011010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464361; }

 p { color: rgb(70,67,97); }

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

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

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

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

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

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

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