#42405B

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

Shades of Gun Powder #42405B

Tints of Gun Powder #42405B

Color information

#42405B (or 0x42405B) is unknown color: approx Gun Powder. HEX triplet: 42, 40 and 5B. RGB value is (66,64,91). Sum of RGB (Red+Green+Blue) = 66+64+91=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 91 - color contains mainly: blue. Hex color #42405B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42405B is #BDBFA4. Grayscale: #434343. Windows color (decimal): -12435365 or 5980226. OLE color: 5980226.

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

Color convert

RGB666491-
CMYK0.270.3000.64
HSL244.44º17.42%30.39%-
HSV(B)244.44º29.67%35.69%-
XYZ5.975.5810.66-
YUV67.68141.16126.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 64 (25.39% from 255) = 28.96%
BLUE value IS 91 (35.94% from 255) = 41.18%
R=29.86%
G=28.96%
B=41.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6664910.270.3000.64244.4417.4230.39
Hex42405B1B1E040f4111e
Octal102100133333601003642136
Binary100001010000001011011110111111001000000111101001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42405B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42405B; }

 p { color: rgb(66,64,91); }

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

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

 a { background-color: rgb(66,64,91); }

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

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

 span { border-color: rgb(66,64,91); }

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