#464550

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

Shades of Gun Powder #464550

Tints of Gun Powder #464550

Color information

#464550 (or 0x464550) is unknown color: approx Gun Powder. HEX triplet: 46, 45 and 50. RGB value is (70,69,80). Sum of RGB (Red+Green+Blue) = 70+69+80=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 80 - color contains mainly: blue. Hex color #464550 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464550 is #B9BAAF. Grayscale: #464646. Windows color (decimal): -12171952 or 5260614. OLE color: 5260614.

HSL color Cylindrical-coordinate representation of color #464550: hue angle of 245.45º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #464550 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB706980-
CMYK0.120.1400.69
HSL245.45º7.38%29.22%-
HSV(B)245.45º13.75%31.37%-
XYZ6.16.148.45-
YUV70.55133.33127.61-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 69 (27.34% from 255) = 31.51%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=31.96%
G=31.51%
B=36.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7069800.120.1400.69245.457.3829.22
Hex464550CE045f571d
Octal10610512014160105365735
Binary10001101000101101000011001110010001011111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464550; }

 p { color: rgb(70,69,80); }

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

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

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

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

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

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

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