#42445A

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

Shades of Gun Powder #42445A

Tints of Gun Powder #42445A

Color information

#42445A (or 0x42445A) is unknown color: approx Gun Powder. HEX triplet: 42, 44 and 5A. RGB value is (66,68,90). Sum of RGB (Red+Green+Blue) = 66+68+90=224 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.46% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 90 (35.55% from 255 or 40.18% from 224); Max value from RGB is 90 - color contains mainly: blue. Hex color #42445A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42445A is #BDBBA5. Grayscale: #454545. Windows color (decimal): -12434342 or 5915714. OLE color: 5915714.

HSL color Cylindrical-coordinate representation of color #42445A: hue angle of 235º 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 #42445A is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB666890-
CMYK0.270.2400.65
HSL235º15.38%30.59%-
HSV(B)235º26.67%35.29%-
XYZ6.166.0310.51-
YUV69.91139.34125.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.46%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 90 (35.55% from 255) = 40.18%
R=29.46%
G=30.36%
B=40.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6668900.270.2400.6523515.3830.59
Hex42445A1B18041ebf1f
Octal102104132333001013531737
Binary10000101000100101101011011110000100000111101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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