#464356

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

Shades of Gun Powder #464356

Tints of Gun Powder #464356

Color information

#464356 (or 0x464356) is unknown color: approx Gun Powder. HEX triplet: 46, 43 and 56. RGB value is (70,67,86). Sum of RGB (Red+Green+Blue) = 70+67+86=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 86 (33.98% from 255 or 38.57% from 223); Max value from RGB is 86 - color contains mainly: blue. Hex color #464356 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464356 is #B9BCA9. Grayscale: #454545. Windows color (decimal): -12172458 or 5653318. OLE color: 5653318.

HSL color Cylindrical-coordinate representation of color #464356: hue angle of 249.47º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #464356 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB706786-
CMYK0.190.2200.66
HSL249.47º12.42%30%-
HSV(B)249.47º22.09%33.73%-
XYZ6.215.999.63-
YUV70.06136.99127.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 67 (26.56% from 255) = 30.04%
BLUE value IS 86 (33.98% from 255) = 38.57%
R=31.39%
G=30.04%
B=38.57%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7067860.190.2200.66249.4712.4230
Hex4643561316042f9c1e
Octal106103126232601023711436
Binary10001101000011101011010011101100100001011111001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464356; }

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

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

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

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

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

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

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

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