#42425B

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

Shades of Gun Powder #42425B

Tints of Gun Powder #42425B

Color information

#42425B (or 0x42425B) is unknown color: approx Gun Powder. HEX triplet: 42, 42 and 5B. RGB value is (66,66,91). Sum of RGB (Red+Green+Blue) = 66+66+91=223 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.60% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #42425B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42425B is #BDBDA4. Grayscale: #444444. Windows color (decimal): -12434853 or 5980738. OLE color: 5980738.

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

Color convert

RGB666691-
CMYK0.270.2700.64
HSL240º15.92%30.78%-
HSV(B)240º27.47%35.69%-
XYZ6.085.8110.7-
YUV68.85140.5125.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.60%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=29.60%
G=29.60%
B=40.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6666910.270.2700.6424015.9230.78
Hex42425B1B1B040f0101f
Octal102102133333301003602037
Binary100001010000101011011110111101101000000111100001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42425B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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