#42435A

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

Shades of Gun Powder #42435A

Tints of Gun Powder #42435A

Color information

#42435A (or 0x42435A) is unknown color: approx Gun Powder. HEX triplet: 42, 43 and 5A. RGB value is (66,67,90). Sum of RGB (Red+Green+Blue) = 66+67+90=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 90 - color contains mainly: blue. Hex color #42435A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42435A is #BDBCA5. Grayscale: #454545. Windows color (decimal): -12434598 or 5915458. OLE color: 5915458.

HSL color Cylindrical-coordinate representation of color #42435A: hue angle of 237.5º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #42435A is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB666790-
CMYK0.270.2600.65
HSL237.5º15.38%30.59%-
HSV(B)237.5º26.67%35.29%-
XYZ6.15.9110.49-
YUV69.32139.67125.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 67 (26.56% from 255) = 30.04%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=29.60%
G=30.04%
B=40.36%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6667900.270.2600.65237.515.3830.59
Hex42435A1B1A041eef1f
Octal102103132333201013561737
Binary10000101000011101101011011110100100000111101110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42435A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42435A; }

 p { color: rgb(66,67,90); }

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

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

 a { background-color: rgb(66,67,90); }

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

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

 span { border-color: rgb(66,67,90); }

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