#434059

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

Shades of Gun Powder #434059

Tints of Gun Powder #434059

Color information

#434059 (or 0x434059) is unknown color: approx Gun Powder. HEX triplet: 43, 40 and 59. RGB value is (67,64,89). Sum of RGB (Red+Green+Blue) = 67+64+89=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 64 (25.39% from 255 or 29.09% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #434059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434059 is #BCBFA6. Grayscale: #434343. Windows color (decimal): -12369831 or 5849155. OLE color: 5849155.

HSL color Cylindrical-coordinate representation of color #434059: hue angle of 247.2º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #434059 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB676489-
CMYK0.250.2800.65
HSL247.2º16.34%30%-
HSV(B)247.2º28.09%34.9%-
XYZ5.955.5810.21-
YUV67.75139.99127.47-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 64 (25.39% from 255) = 29.09%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=30.45%
G=29.09%
B=40.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6764890.250.2800.65247.216.3430
Hex434059191C041f7101e
Octal103100131313401013672036
Binary100001110000001011001110011110001000001111101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434059; }

 p { color: rgb(67,64,89); }

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

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

 a { background-color: rgb(67,64,89); }

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

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

 span { border-color: rgb(67,64,89); }

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