#46464D

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

Shades of Gun Powder #46464D

Tints of Gun Powder #46464D

Color information

#46464D (or 0x46464D) is unknown color: approx Gun Powder. HEX triplet: 46, 46 and 4D. RGB value is (70,70,77). Sum of RGB (Red+Green+Blue) = 70+70+77=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 77 - color contains mainly: blue. Hex color #46464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46464D is #B9B9B2. Grayscale: #464646. Windows color (decimal): -12171699 or 5064262. OLE color: 5064262.

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

Color convert

RGB707077-
CMYK0.090.0900.70
HSL240º4.76%28.82%-
HSV(B)240º9.09%30.2%-
XYZ6.066.227.9-
YUV70.8131.5127.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.26%
GREEN value IS 70 (27.73% from 255) = 32.26%
BLUE value IS 77 (30.47% from 255) = 35.48%
R=32.26%
G=32.26%
B=35.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7070770.090.0900.702404.7628.82
Hex46464D99046f051d
Octal10610611511110106360535
Binary10001101000110100110110011001010001101111000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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