#424457

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

Shades of Gun Powder #424457

Tints of Gun Powder #424457

Color information

#424457 (or 0x424457) is unknown color: approx Gun Powder. HEX triplet: 42, 44 and 57. RGB value is (66,68,87). Sum of RGB (Red+Green+Blue) = 66+68+87=221 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.86% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 87 (34.38% from 255 or 39.37% from 221); Max value from RGB is 87 - color contains mainly: blue. Hex color #424457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424457 is #BDBBA8. Grayscale: #454545. Windows color (decimal): -12434345 or 5719106. OLE color: 5719106.

HSL color Cylindrical-coordinate representation of color #424457: hue angle of 234.29º 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 #424457 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB666887-
CMYK0.240.2200.66
HSL234.29º13.73%30%-
HSV(B)234.29º24.14%34.12%-
XYZ6.035.989.85-
YUV69.57137.84125.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.86%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 87 (34.38% from 255) = 39.37%
R=29.86%
G=30.77%
B=39.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6668870.240.2200.66234.2913.7330
Hex4244571816042eae1e
Octal102104127302601023521636
Binary10000101000100101011111000101100100001011101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424457; }

 p { color: rgb(66,68,87); }

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

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

 a { background-color: rgb(66,68,87); }

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

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

 span { border-color: rgb(66,68,87); }

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