#474559

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

Shades of Gun Powder #474559

Tints of Gun Powder #474559

Color information

#474559 (or 0x474559) is unknown color: approx Gun Powder. HEX triplet: 47, 45 and 59. RGB value is (71,69,89). Sum of RGB (Red+Green+Blue) = 71+69+89=229 (30% of max value = 765). Red value is 71 (28.12% from 255 or 31.00% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 89 (35.16% from 255 or 38.86% from 229); Max value from RGB is 89 - color contains mainly: blue. Hex color #474559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #474559 is #B8BAA6. Grayscale: #474747. Windows color (decimal): -12106407 or 5850439. OLE color: 5850439.

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

Color convert

RGB716989-
CMYK0.200.2200.65
HSL246º12.66%30.98%-
HSV(B)246º22.47%34.9%-
XYZ6.536.3210.33-
YUV71.88137.66127.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.00%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 89 (35.16% from 255) = 38.86%
R=31.00%
G=30.13%
B=38.86%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7169890.200.2200.6524612.6630.98
Hex4745591416041f6d1f
Octal107105131242601013661537
Binary10001111000101101100110100101100100000111110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #474559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #474559; }

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

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

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

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

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

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

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

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