#464453

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

Shades of Gun Powder #464453

Tints of Gun Powder #464453

Color information

#464453 (or 0x464453) is unknown color: approx Gun Powder. HEX triplet: 46, 44 and 53. RGB value is (70,68,83). Sum of RGB (Red+Green+Blue) = 70+68+83=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 83 - color contains mainly: blue. Hex color #464453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464453 is #B9BBAC. Grayscale: #464646. Windows color (decimal): -12172205 or 5456966. OLE color: 5456966.

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

Color convert

RGB706883-
CMYK0.160.1800.67
HSL248º9.93%29.61%-
HSV(B)248º18.07%32.55%-
XYZ6.156.069.03-
YUV70.31135.16127.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=31.67%
G=30.77%
B=37.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7068830.160.1800.672489.9329.61
Hex4644531012043f8a1e
Octal106104123202201033701236
Binary10001101000100101001110000100100100001111111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464453; }

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

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

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

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

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

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

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

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