#42404E

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

Shades of Gun Powder #42404E

Tints of Gun Powder #42404E

Color information

#42404E (or 0x42404E) is unknown color: approx Gun Powder. HEX triplet: 42, 40 and 4E. RGB value is (66,64,78). Sum of RGB (Red+Green+Blue) = 66+64+78=208 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.73% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #42404E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42404E is #BDBFB1. Grayscale: #424242. Windows color (decimal): -12435378 or 5128258. OLE color: 5128258.

HSL color Cylindrical-coordinate representation of color #42404E: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #42404E is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB666478-
CMYK0.150.1800.69
HSL248.57º9.86%27.84%-
HSV(B)248.57º17.95%30.59%-
XYZ5.465.387.96-
YUV66.19134.66127.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.73%
GREEN value IS 64 (25.39% from 255) = 30.77%
BLUE value IS 78 (30.86% from 255) = 37.5%
R=31.73%
G=30.77%
B=37.5%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6664780.150.1800.69248.579.8627.84
Hex42404EF12045f9a1c
Octal102100116172201053711234
Binary1000010100000010011101111100100100010111111001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42404E; }

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

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

<style>
 a { background-color: #42404E; }

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

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

<style>
 span { border-color: #42404E; }

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

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