#42405D

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

Shades of Gun Powder #42405D

Tints of Gun Powder #42405D

Color information

#42405D (or 0x42405D) is unknown color: approx Gun Powder. HEX triplet: 42, 40 and 5D. RGB value is (66,64,93). Sum of RGB (Red+Green+Blue) = 66+64+93=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #42405D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42405D is #BDBFA2. Grayscale: #434343. Windows color (decimal): -12435363 or 6111298. OLE color: 6111298.

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

Color convert

RGB666493-
CMYK0.290.3100.64
HSL244.14º18.47%30.78%-
HSV(B)244.14º31.18%36.47%-
XYZ6.065.6211.12-
YUV67.9142.16126.64-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 64 (25.39% from 255) = 28.70%
BLUE value IS 93 (36.72% from 255) = 41.70%
R=29.60%
G=28.70%
B=41.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6664930.290.3100.64244.1418.4730.78
Hex42405D1D1F040f4121f
Octal102100135353701003642237
Binary100001010000001011101111011111101000000111101001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42405D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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