#46435A

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

Shades of Gun Powder #46435A

Tints of Gun Powder #46435A

Color information

#46435A (or 0x46435A) is unknown color: approx Gun Powder. HEX triplet: 46, 43 and 5A. RGB value is (70,67,90). Sum of RGB (Red+Green+Blue) = 70+67+90=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 67 (26.56% from 255 or 29.52% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #46435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46435A is #B9BCA5. Grayscale: #464646. Windows color (decimal): -12172454 or 5915462. OLE color: 5915462.

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

Color convert

RGB706790-
CMYK0.220.2600.65
HSL247.83º14.65%30.78%-
HSV(B)247.83º25.56%35.29%-
XYZ6.386.0510.51-
YUV70.52138.99127.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.84%
GREEN value IS 67 (26.56% from 255) = 29.52%
BLUE value IS 90 (35.55% from 255) = 39.65%
R=30.84%
G=29.52%
B=39.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7067900.220.2600.65247.8314.6530.78
Hex46435A161A041f8f1f
Octal106103132263201013701737
Binary10001101000011101101010110110100100000111111000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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