#46435B

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

Shades of Gun Powder #46435B

Tints of Gun Powder #46435B

Color information

#46435B (or 0x46435B) is unknown color: approx Gun Powder. HEX triplet: 46, 43 and 5B. RGB value is (70,67,91). Sum of RGB (Red+Green+Blue) = 70+67+91=228 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.70% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 91 - color contains mainly: blue. Hex color #46435B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46435B is #B9BCA4. Grayscale: #464646. Windows color (decimal): -12172453 or 5980998. OLE color: 5980998.

HSL color Cylindrical-coordinate representation of color #46435B: hue angle of 247.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #46435B is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB706791-
CMYK0.230.2600.64
HSL247.5º15.19%30.98%-
HSV(B)247.5º26.37%35.69%-
XYZ6.426.0710.73-
YUV70.63139.49127.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.70%
GREEN value IS 67 (26.56% from 255) = 29.39%
BLUE value IS 91 (35.94% from 255) = 39.91%
R=30.70%
G=29.39%
B=39.91%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7067910.230.2600.64247.515.1930.98
Hex46435B171A040f8f1f
Octal106103133273201003701737
Binary10001101000011101101110111110100100000011111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46435B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46435B; }

 p { color: rgb(70,67,91); }

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

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

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

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

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

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

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