#424053

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

Shades of Gun Powder #424053

Tints of Gun Powder #424053

Color information

#424053 (or 0x424053) is unknown color: approx Gun Powder. HEX triplet: 42, 40 and 53. RGB value is (66,64,83). Sum of RGB (Red+Green+Blue) = 66+64+83=213 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.99% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #424053 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424053 is #BDBFAC. Grayscale: #424242. Windows color (decimal): -12435373 or 5455938. OLE color: 5455938.

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

Color convert

RGB666483-
CMYK0.200.2300.67
HSL246.32º12.93%28.82%-
HSV(B)246.32º22.89%32.55%-
XYZ5.645.458.94-
YUV66.76137.16127.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.99%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=30.99%
G=30.05%
B=38.97%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6664830.200.2300.67246.3212.9328.82
Hex4240531417043f6d1d
Octal102100123242701033661535
Binary10000101000000101001110100101110100001111110110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424053; }

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

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

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

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

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

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

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

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