#474259

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

Shades of Gun Powder #474259

Tints of Gun Powder #474259

Color information

#474259 (or 0x474259) is unknown color: approx Gun Powder. HEX triplet: 47, 42 and 59. RGB value is (71,66,89). Sum of RGB (Red+Green+Blue) = 71+66+89=226 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.42% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 89 (35.16% from 255 or 39.38% from 226); Max value from RGB is 89 - color contains mainly: blue. Hex color #474259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474259 is #B8BDA6. Grayscale: #464646. Windows color (decimal): -12107175 or 5849671. OLE color: 5849671.

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

Color convert

RGB716689-
CMYK0.200.2600.65
HSL253.04º14.84%30.39%-
HSV(B)253.04º25.84%34.9%-
XYZ6.355.9610.27-
YUV70.12138.66128.63-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.42%
GREEN value IS 66 (26.17% from 255) = 29.20%
BLUE value IS 89 (35.16% from 255) = 39.38%
R=31.42%
G=29.20%
B=39.38%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7166890.200.2600.65253.0414.8430.39
Hex474259141A041fdf1e
Octal107102131243201013751736
Binary10001111000010101100110100110100100000111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474259; }

 p { color: rgb(71,66,89); }

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

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

 a { background-color: rgb(71,66,89); }

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

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

 span { border-color: rgb(71,66,89); }

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