#424458

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

Shades of Gun Powder #424458

Tints of Gun Powder #424458

Color information

#424458 (or 0x424458) is unknown color: approx Gun Powder. HEX triplet: 42, 44 and 58. RGB value is (66,68,88). Sum of RGB (Red+Green+Blue) = 66+68+88=222 (29% of max value = 765). Red value is 66 (26.17% from 255 or 29.73% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 88 - color contains mainly: blue. Hex color #424458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424458 is #BDBBA7. Grayscale: #454545. Windows color (decimal): -12434344 or 5784642. OLE color: 5784642.

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

Color convert

RGB666888-
CMYK0.250.2300.65
HSL234.55º14.29%30.2%-
HSV(B)234.55º25%34.51%-
XYZ6.08610.07-
YUV69.68138.34125.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 29.73%
GREEN value IS 68 (26.95% from 255) = 30.63%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=29.73%
G=30.63%
B=39.64%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6668880.250.2300.65234.5514.2930.2
Hex4244581917041ebe1e
Octal102104130312701013531636
Binary10000101000100101100011001101110100000111101011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424458; }

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

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

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

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

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

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

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

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