#42445D

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

Shades of Gun Powder #42445D

Tints of Gun Powder #42445D

Color information

#42445D (or 0x42445D) is unknown color: approx Gun Powder. HEX triplet: 42, 44 and 5D. RGB value is (66,68,93). Sum of RGB (Red+Green+Blue) = 66+68+93=227 (30% of max value = 765). Red value is 66 (26.17% from 255 or 29.07% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 93 (36.72% from 255 or 40.97% from 227); Max value from RGB is 93 - color contains mainly: blue. Hex color #42445D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42445D is #BDBBA2. Grayscale: #464646. Windows color (decimal): -12434339 or 6112322. OLE color: 6112322.

HSL color Cylindrical-coordinate representation of color #42445D: hue angle of 235.56º degrees, saturation: 0.17, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #42445D is Cyan = 0.29, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB666893-
CMYK0.290.2700.64
HSL235.56º16.98%31.18%-
HSV(B)235.56º29.03%36.47%-
XYZ6.296.0811.2-
YUV70.25140.84124.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.07%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 93 (36.72% from 255) = 40.97%
R=29.07%
G=29.96%
B=40.97%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6668930.290.2700.64235.5616.9831.18
Hex42445D1D1B040ec111f
Octal102104135353301003542137
Binary100001010001001011101111011101101000000111011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42445D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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