#46454F

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

Shades of Gun Powder #46454F

Tints of Gun Powder #46454F

Color information

#46454F (or 0x46454F) is unknown color: approx Gun Powder. HEX triplet: 46, 45 and 4F. RGB value is (70,69,79). Sum of RGB (Red+Green+Blue) = 70+69+79=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 79 - color contains mainly: blue. Hex color #46454F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46454F is #B9BAB0. Grayscale: #464646. Windows color (decimal): -12171953 or 5195078. OLE color: 5195078.

HSL color Cylindrical-coordinate representation of color #46454F: hue angle of 246º degrees, saturation: 0.07, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #46454F is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB706979-
CMYK0.110.1300.69
HSL246º6.76%29.02%-
HSV(B)246º12.66%30.98%-
XYZ6.076.128.26-
YUV70.44132.83127.69-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 69 (27.34% from 255) = 31.65%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=32.11%
G=31.65%
B=36.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7069790.110.1300.692466.7629.02
Hex46454FBD045f671d
Octal10610511713150105366735
Binary10001101000101100111110111101010001011111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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