#46454D

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

Shades of Gun Powder #46454D

Tints of Gun Powder #46454D

Color information

#46454D (or 0x46454D) is unknown color: approx Gun Powder. HEX triplet: 46, 45 and 4D. RGB value is (70,69,77). Sum of RGB (Red+Green+Blue) = 70+69+77=216 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.41% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 77 - color contains mainly: blue. Hex color #46454D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46454D is #B9BAB2. Grayscale: #464646. Windows color (decimal): -12171955 or 5064006. OLE color: 5064006.

HSL color Cylindrical-coordinate representation of color #46454D: hue angle of 247.5º degrees, saturation: 0.05, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #46454D is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB706977-
CMYK0.090.1000.70
HSL247.5º5.48%28.63%-
HSV(B)247.5º10.39%30.2%-
XYZ5.996.097.88-
YUV70.21131.83127.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.41%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=32.41%
G=31.94%
B=35.65%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7069770.090.1000.70247.55.4828.63
Hex46454D9A046f851d
Octal10610511511120106370535
Binary10001101000101100110110011010010001101111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46454D; }

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

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

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

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

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

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

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

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