#424054

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

Shades of Gun Powder #424054

Tints of Gun Powder #424054

Color information

#424054 (or 0x424054) is unknown color: approx Gun Powder. HEX triplet: 42, 40 and 54. RGB value is (66,64,84). Sum of RGB (Red+Green+Blue) = 66+64+84=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 84 - color contains mainly: blue. Hex color #424054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424054 is #BDBFAB. Grayscale: #424242. Windows color (decimal): -12435372 or 5521474. OLE color: 5521474.

HSL color Cylindrical-coordinate representation of color #424054: hue angle of 246º degrees, saturation: 0.14, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #424054 is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB666484-
CMYK0.210.2400.67
HSL246º13.51%29.02%-
HSV(B)246º23.81%32.94%-
XYZ5.685.479.14-
YUV66.88137.66127.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 84 (33.20% from 255) = 39.25%
R=30.84%
G=29.91%
B=39.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6664840.210.2400.6724613.5129.02
Hex4240541518043f6e1d
Octal102100124253001033661635
Binary10000101000000101010010101110000100001111110110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424054; }

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

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

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

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

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

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

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

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