#434058

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

Shades of Gun Powder #434058

Tints of Gun Powder #434058

Color information

#434058 (or 0x434058) is unknown color: approx Gun Powder. HEX triplet: 43, 40 and 58. RGB value is (67,64,88). Sum of RGB (Red+Green+Blue) = 67+64+88=219 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.59% from 219); Green value is 64 (25.39% from 255 or 29.22% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #434058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434058 is #BCBFA7. Grayscale: #434343. Windows color (decimal): -12369832 or 5783619. OLE color: 5783619.

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

Color convert

RGB676488-
CMYK0.240.2700.65
HSL247.5º15.79%29.8%-
HSV(B)247.5º27.27%34.51%-
XYZ5.915.5610-
YUV67.63139.49127.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.59%
GREEN value IS 64 (25.39% from 255) = 29.22%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=30.59%
G=29.22%
B=40.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6764880.240.2700.65247.515.7929.8
Hex434058181B041f8101e
Octal103100130303301013702036
Binary100001110000001011000110001101101000001111110001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434058; }

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

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

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

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

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

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

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

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