#42415B

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

Shades of Gun Powder #42415B

Tints of Gun Powder #42415B

Color information

#42415B (or 0x42415B) is unknown color: approx Gun Powder. HEX triplet: 42, 41 and 5B. RGB value is (66,65,91). Sum of RGB (Red+Green+Blue) = 66+65+91=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 91 - color contains mainly: blue. Hex color #42415B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42415B is #BDBEA4. Grayscale: #444444. Windows color (decimal): -12435109 or 5980482. OLE color: 5980482.

HSL color Cylindrical-coordinate representation of color #42415B: hue angle of 242.31º 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 #42415B is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB666591-
CMYK0.270.2900.64
HSL242.31º16.67%30.59%-
HSV(B)242.31º28.57%35.69%-
XYZ6.035.6910.68-
YUV68.26140.83126.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 65 (25.78% from 255) = 29.28%
BLUE value IS 91 (35.94% from 255) = 40.99%
R=29.73%
G=29.28%
B=40.99%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6665910.270.2900.64242.3116.6730.59
Hex42415B1B1D040f2111f
Octal102101133333501003622137
Binary100001010000011011011110111110101000000111100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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