#42404F

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

Shades of Gun Powder #42404F

Tints of Gun Powder #42404F

Color information

#42404F (or 0x42404F) is unknown color: approx Gun Powder. HEX triplet: 42, 40 and 4F. RGB value is (66,64,79). Sum of RGB (Red+Green+Blue) = 66+64+79=209 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.58% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 79 - color contains mainly: blue. Hex color #42404F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42404F is #BDBFB0. Grayscale: #424242. Windows color (decimal): -12435377 or 5193794. OLE color: 5193794.

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

Color convert

RGB666479-
CMYK0.160.1900.69
HSL248º10.49%28.04%-
HSV(B)248º18.99%30.98%-
XYZ5.495.398.15-
YUV66.31135.16127.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.58%
GREEN value IS 64 (25.39% from 255) = 30.62%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=31.58%
G=30.62%
B=37.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6664790.160.1900.6924810.4928.04
Hex42404F1013045f8a1c
Octal102100117202301053701234
Binary10000101000000100111110000100110100010111111000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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