#424158

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

Shades of Gun Powder #424158

Tints of Gun Powder #424158

Color information

#424158 (or 0x424158) is unknown color: approx Gun Powder. HEX triplet: 42, 41 and 58. RGB value is (66,65,88). Sum of RGB (Red+Green+Blue) = 66+65+88=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 88 (34.77% from 255 or 40.18% from 219); Max value from RGB is 88 - color contains mainly: blue. Hex color #424158 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424158 is #BDBEA7. Grayscale: #434343. Windows color (decimal): -12435112 or 5783874. OLE color: 5783874.

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

Color convert

RGB666588-
CMYK0.250.2600.65
HSL242.61º15.03%30%-
HSV(B)242.61º26.14%34.51%-
XYZ5.95.6410.01-
YUV67.92139.33126.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 65 (25.78% from 255) = 29.68%
BLUE value IS 88 (34.77% from 255) = 40.18%
R=30.14%
G=29.68%
B=40.18%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6665880.250.2600.65242.6115.0330
Hex424158191A041f3f1e
Octal102101130313201013631736
Binary10000101000001101100011001110100100000111110011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424158; }

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

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

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

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

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

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

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

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