#424058

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

Shades of Gun Powder #424058

Tints of Gun Powder #424058

Color information

#424058 (or 0x424058) is unknown color: approx Gun Powder. HEX triplet: 42, 40 and 58. RGB value is (66,64,88). Sum of RGB (Red+Green+Blue) = 66+64+88=218 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.28% from 218); Green value is 64 (25.39% from 255 or 29.36% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 88 - color contains mainly: blue. Hex color #424058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424058 is #BDBFA7. Grayscale: #434343. Windows color (decimal): -12435368 or 5783618. OLE color: 5783618.

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

Color convert

RGB666488-
CMYK0.250.2700.65
HSL245º15.79%29.8%-
HSV(B)245º27.27%34.51%-
XYZ5.845.539.99-
YUV67.33139.66127.05-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.28%
GREEN value IS 64 (25.39% from 255) = 29.36%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=30.28%
G=29.36%
B=40.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6664880.250.2700.6524515.7929.8
Hex424058191B041f5101e
Octal102100130313301013652036
Binary100001010000001011000110011101101000001111101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424058; }

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

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

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

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

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

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

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

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