#434556

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

Shades of Gun Powder #434556

Tints of Gun Powder #434556

Color information

#434556 (or 0x434556) is unknown color: approx Gun Powder. HEX triplet: 43, 45 and 56. RGB value is (67,69,86). Sum of RGB (Red+Green+Blue) = 67+69+86=222 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.18% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 86 (33.98% from 255 or 38.74% from 222); Max value from RGB is 86 - color contains mainly: blue. Hex color #434556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434556 is #BCBAA9. Grayscale: #464646. Windows color (decimal): -12368554 or 5653827. OLE color: 5653827.

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

Color convert

RGB676986-
CMYK0.220.2000.66
HSL233.68º12.42%30%-
HSV(B)233.68º22.09%33.73%-
XYZ6.126.129.66-
YUV70.34136.84125.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.18%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 86 (33.98% from 255) = 38.74%
R=30.18%
G=31.08%
B=38.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6769860.220.2000.66233.6812.4230
Hex4345561614042eac1e
Octal103105126262401023521436
Binary10000111000101101011010110101000100001011101010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434556; }

 p { color: rgb(67,69,86); }

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

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

 a { background-color: rgb(67,69,86); }

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

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

 span { border-color: rgb(67,69,86); }

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