#477473

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

Shades of Ming #477473

Tints of Ming #477473

Color information

#477473 (or 0x477473) is unknown color: approx Ming. HEX triplet: 47, 74 and 73. RGB value is (71,116,115). Sum of RGB (Red+Green+Blue) = 71+116+115=302 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.51% from 302); Green value is 116 (45.70% from 255 or 38.41% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 116 - color contains mainly: green. Hex color #477473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477473 is #B88B8C. Grayscale: #666666. Windows color (decimal): -12094349 or 7566407. OLE color: 7566407.

HSL color Cylindrical-coordinate representation of color #477473: hue angle of 178.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #477473 is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB71116115-
CMYK0.3900.010.55
HSL178.67º24.06%36.67%-
HSV(B)178.67º38.79%45.49%-
XYZ11.9415.0718.5-
YUV102.43135.09105.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.51%
GREEN value IS 116 (45.70% from 255) = 38.41%
BLUE value IS 115 (45.31% from 255) = 38.08%
R=23.51%
G=38.41%
B=38.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711161150.3900.010.55178.6724.0636.67
Hex477473270137b31825
Octal1071641634701672633045
Binary100011111101001110011100111011101111011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477473; }

 p { color: rgb(71,116,115); }

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

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

 a { background-color: rgb(71,116,115); }

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

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

 span { border-color: rgb(71,116,115); }

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