#464353

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

Shades of Gun Powder #464353

Tints of Gun Powder #464353

Color information

#464353 (or 0x464353) is unknown color: approx Gun Powder. HEX triplet: 46, 43 and 53. RGB value is (70,67,83). Sum of RGB (Red+Green+Blue) = 70+67+83=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 67 (26.56% from 255 or 30.45% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #464353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464353 is #B9BCAC. Grayscale: #454545. Windows color (decimal): -12172461 or 5456710. OLE color: 5456710.

HSL color Cylindrical-coordinate representation of color #464353: hue angle of 251.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #464353 is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB706783-
CMYK0.160.1900.67
HSL251.25º10.67%29.41%-
HSV(B)251.25º19.28%32.55%-
XYZ6.095.949.01-
YUV69.72135.49128.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 67 (26.56% from 255) = 30.45%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=31.82%
G=30.45%
B=37.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7067830.160.1900.67251.2510.6729.41
Hex4643531013043fbb1d
Octal106103123202301033731335
Binary10001101000011101001110000100110100001111111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464353; }

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

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

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

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

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

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

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

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