#424050

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

Shades of Gun Powder #424050

Tints of Gun Powder #424050

Color information

#424050 (or 0x424050) is unknown color: approx Gun Powder. HEX triplet: 42, 40 and 50. RGB value is (66,64,80). Sum of RGB (Red+Green+Blue) = 66+64+80=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #424050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424050 is #BDBFAF. Grayscale: #424242. Windows color (decimal): -12435376 or 5259330. OLE color: 5259330.

HSL color Cylindrical-coordinate representation of color #424050: hue angle of 247.5º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #424050 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB666480-
CMYK0.170.2000.69
HSL247.5º11.11%28.24%-
HSV(B)247.5º20%31.37%-
XYZ5.535.48.34-
YUV66.42135.66127.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.43%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=31.43%
G=30.48%
B=38.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6664800.170.2000.69247.511.1128.24
Hex4240501114045f8b1c
Octal102100120212401053701334
Binary10000101000000101000010001101000100010111111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424050; }

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

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

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

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

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

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

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

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