#42405F

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

Shades of Gun Powder #42405F

Tints of Gun Powder #42405F

Color information

#42405F (or 0x42405F) is unknown color: approx Gun Powder. HEX triplet: 42, 40 and 5F. RGB value is (66,64,95). Sum of RGB (Red+Green+Blue) = 66+64+95=225 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.33% from 225); Green value is 64 (25.39% from 255 or 28.44% from 225); Blue value is 95 (37.5% from 255 or 42.22% from 225); Max value from RGB is 95 - color contains mainly: blue. Hex color #42405F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42405F is #BDBFA0. Grayscale: #444444. Windows color (decimal): -12435361 or 6242370. OLE color: 6242370.

HSL color Cylindrical-coordinate representation of color #42405F: hue angle of 243.87º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42405F is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB666495-
CMYK0.310.3300.63
HSL243.87º19.5%31.18%-
HSV(B)243.87º32.63%37.25%-
XYZ6.155.6511.59-
YUV68.13143.16126.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.33%
GREEN value IS 64 (25.39% from 255) = 28.44%
BLUE value IS 95 (37.5% from 255) = 42.22%
R=29.33%
G=28.44%
B=42.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6664950.310.3300.63243.8719.531.18
Hex42405F1F2103Ff4131f
Octal10210013737410773642337
Binary100001010000001011111111111000010111111111101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42405F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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