#434060

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

Shades of Gun Powder #434060

Tints of Gun Powder #434060

Color information

#434060 (or 0x434060) is unknown color: approx Gun Powder. HEX triplet: 43, 40 and 60. RGB value is (67,64,96). Sum of RGB (Red+Green+Blue) = 67+64+96=227 (30% of max value = 765). Red value is 67 (26.56% from 255 or 29.52% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 96 (37.89% from 255 or 42.29% from 227); Max value from RGB is 96 - color contains mainly: blue. Hex color #434060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434060 is #BCBF9F. Grayscale: #444444. Windows color (decimal): -12369824 or 6307907. OLE color: 6307907.

HSL color Cylindrical-coordinate representation of color #434060: hue angle of 245.62º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #434060 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB676496-
CMYK0.300.3300.62
HSL245.62º20%31.37%-
HSV(B)245.62º33.33%37.65%-
XYZ6.265.711.84-
YUV68.54143.49126.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 29.52%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 96 (37.89% from 255) = 42.29%
R=29.52%
G=28.19%
B=42.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6764960.300.3300.62245.622031.37
Hex4340601E2103Ef6141f
Octal10310014036410763662437
Binary100001110000001100000111101000010111110111101101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434060; }

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

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

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

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

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

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

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

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