#424156

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

Shades of Gun Powder #424156

Tints of Gun Powder #424156

Color information

#424156 (or 0x424156) is unknown color: approx Gun Powder. HEX triplet: 42, 41 and 56. RGB value is (66,65,86). Sum of RGB (Red+Green+Blue) = 66+65+86=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 86 - color contains mainly: blue. Hex color #424156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424156 is #BDBEA9. Grayscale: #434343. Windows color (decimal): -12435114 or 5652802. OLE color: 5652802.

HSL color Cylindrical-coordinate representation of color #424156: hue angle of 242.86º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #424156 is Cyan = 0.23, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB666586-
CMYK0.230.2400.66
HSL242.86º13.91%29.61%-
HSV(B)242.86º24.42%33.73%-
XYZ5.825.619.58-
YUV67.69138.33126.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=30.41%
G=29.95%
B=39.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6665860.230.2400.66242.8613.9129.61
Hex4241561718042f3e1e
Octal102101126273001023631636
Binary10000101000001101011010111110000100001011110011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424156; }

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

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

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

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

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

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

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

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