#434157

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

Shades of Gun Powder #434157

Tints of Gun Powder #434157

Color information

#434157 (or 0x434157) is unknown color: approx Gun Powder. HEX triplet: 43, 41 and 57. RGB value is (67,65,87). Sum of RGB (Red+Green+Blue) = 67+65+87=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 87 (34.38% from 255 or 39.73% from 219); Max value from RGB is 87 - color contains mainly: blue. Hex color #434157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434157 is #BCBEA8. Grayscale: #444444. Windows color (decimal): -12369577 or 5718339. OLE color: 5718339.

HSL color Cylindrical-coordinate representation of color #434157: hue angle of 245.45º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #434157 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB676587-
CMYK0.230.2500.66
HSL245.45º14.47%29.8%-
HSV(B)245.45º25.29%34.12%-
XYZ5.935.669.8-
YUV68.11138.66127.21-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.59%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 87 (34.38% from 255) = 39.73%
R=30.59%
G=29.68%
B=39.73%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6765870.230.2500.66245.4514.4729.8
Hex4341571719042f5e1e
Octal103101127273101023651636
Binary10000111000001101011110111110010100001011110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434157; }

 p { color: rgb(67,65,87); }

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

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

 a { background-color: rgb(67,65,87); }

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

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

 span { border-color: rgb(67,65,87); }

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