#424159

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

Shades of Gun Powder #424159

Tints of Gun Powder #424159

Color information

#424159 (or 0x424159) is unknown color: approx Gun Powder. HEX triplet: 42, 41 and 59. RGB value is (66,65,89). Sum of RGB (Red+Green+Blue) = 66+65+89=220 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 89 (35.16% from 255 or 40.45% from 220); Max value from RGB is 89 - color contains mainly: blue. Hex color #424159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424159 is #BDBEA6. Grayscale: #434343. Windows color (decimal): -12435111 or 5849410. OLE color: 5849410.

HSL color Cylindrical-coordinate representation of color #424159: hue angle of 242.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #424159 is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB666589-
CMYK0.260.2700.65
HSL242.5º15.58%30.2%-
HSV(B)242.5º26.97%34.9%-
XYZ5.945.6610.23-
YUV68.04139.83126.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 89 (35.16% from 255) = 40.45%
R=30%
G=29.55%
B=40.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6665890.260.2700.65242.515.5830.2
Hex4241591A1B041f2101e
Octal102101131323301013622036
Binary100001010000011011001110101101101000001111100101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424159; }

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

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

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

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

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

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

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

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