#434052

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

Shades of Gun Powder #434052

Tints of Gun Powder #434052

Color information

#434052 (or 0x434052) is unknown color: approx Gun Powder. HEX triplet: 43, 40 and 52. RGB value is (67,64,82). Sum of RGB (Red+Green+Blue) = 67+64+82=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 82 - color contains mainly: blue. Hex color #434052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434052 is #BCBFAD. Grayscale: #424242. Windows color (decimal): -12369838 or 5390403. OLE color: 5390403.

HSL color Cylindrical-coordinate representation of color #434052: hue angle of 250º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #434052 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB676482-
CMYK0.180.2200.68
HSL250º12.33%28.63%-
HSV(B)250º21.95%32.16%-
XYZ5.675.478.74-
YUV66.95136.49128.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=31.46%
G=30.05%
B=38.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6764820.180.2200.6825012.3328.63
Hex4340521216044fac1d
Octal103100122222601043721435
Binary10000111000000101001010010101100100010011111010110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434052; }

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

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

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

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

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

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

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

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