#464553

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

Shades of Gun Powder #464553

Tints of Gun Powder #464553

Color information

#464553 (or 0x464553) is unknown color: approx Gun Powder. HEX triplet: 46, 45 and 53. RGB value is (70,69,83). Sum of RGB (Red+Green+Blue) = 70+69+83=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 83 (32.81% from 255 or 37.39% from 222); Max value from RGB is 83 - color contains mainly: blue. Hex color #464553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464553 is #B9BAAC. Grayscale: #464646. Windows color (decimal): -12171949 or 5457222. OLE color: 5457222.

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

Color convert

RGB706983-
CMYK0.160.1700.67
HSL244.29º9.21%29.8%-
HSV(B)244.29º16.87%32.55%-
XYZ6.226.189.05-
YUV70.9134.83127.36-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 83 (32.81% from 255) = 37.39%
R=31.53%
G=31.08%
B=37.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7069830.160.1700.67244.299.2129.8
Hex4645531011043f491e
Octal106105123202101033641136
Binary10001101000101101001110000100010100001111110100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464553; }

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

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

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

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

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

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

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

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