#464455

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

Shades of Gun Powder #464455

Tints of Gun Powder #464455

Color information

#464455 (or 0x464455) is unknown color: approx Gun Powder. HEX triplet: 46, 44 and 55. RGB value is (70,68,85). Sum of RGB (Red+Green+Blue) = 70+68+85=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 85 - color contains mainly: blue. Hex color #464455 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464455 is #B9BBAA. Grayscale: #464646. Windows color (decimal): -12172203 or 5588038. OLE color: 5588038.

HSL color Cylindrical-coordinate representation of color #464455: hue angle of 247.06º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #464455 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB706885-
CMYK0.180.2000.67
HSL247.06º11.11%30%-
HSV(B)247.06º20%33.33%-
XYZ6.236.099.44-
YUV70.54136.16127.62-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=31.39%
G=30.49%
B=38.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7068850.180.2000.67247.0611.1130
Hex4644551214043f7b1e
Octal106104125222401033671336
Binary10001101000100101010110010101000100001111110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464455; }

 p { color: rgb(70,68,85); }

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

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

 a { background-color: rgb(70,68,85); }

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

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

 span { border-color: rgb(70,68,85); }

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