#424056

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

Shades of Gun Powder #424056

Tints of Gun Powder #424056

Color information

#424056 (or 0x424056) is unknown color: approx Gun Powder. HEX triplet: 42, 40 and 56. RGB value is (66,64,86). Sum of RGB (Red+Green+Blue) = 66+64+86=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 86 - color contains mainly: blue. Hex color #424056 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424056 is #BDBFA9. Grayscale: #434343. Windows color (decimal): -12435370 or 5652546. OLE color: 5652546.

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

Color convert

RGB666486-
CMYK0.230.2600.66
HSL245.45º14.67%29.41%-
HSV(B)245.45º25.58%33.73%-
XYZ5.765.59.56-
YUV67.11138.66127.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=30.56%
G=29.63%
B=39.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6664860.230.2600.66245.4514.6729.41
Hex424056171A042f5f1d
Octal102100126273201023651735
Binary10000101000000101011010111110100100001011110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424056; }

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

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

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

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

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

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

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

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