#46454C

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

Shades of Gun Powder #46454C

Tints of Gun Powder #46454C

Color information

#46454C (or 0x46454C) is unknown color: approx Gun Powder. HEX triplet: 46, 45 and 4C. RGB value is (70,69,76). Sum of RGB (Red+Green+Blue) = 70+69+76=215 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.56% from 215); Green value is 69 (27.34% from 255 or 32.09% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 76 - color contains mainly: blue. Hex color #46454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46454C is #B9BAB3. Grayscale: #464646. Windows color (decimal): -12171956 or 4998470. OLE color: 4998470.

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

Color convert

RGB706976-
CMYK0.080.0900.70
HSL248.57º4.83%28.43%-
HSV(B)248.57º9.21%29.8%-
XYZ5.966.087.7-
YUV70.1131.33127.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.56%
GREEN value IS 69 (27.34% from 255) = 32.09%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=32.56%
G=32.09%
B=35.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7069760.080.0900.70248.574.8328.43
Hex46454C89046f951c
Octal10610511410110106371534
Binary10001101000101100110010001001010001101111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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