#477170

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

Shades of Ming #477170

Tints of Ming #477170

Color information

#477170 (or 0x477170) is unknown color: approx Ming. HEX triplet: 47, 71 and 70. RGB value is (71,113,112). Sum of RGB (Red+Green+Blue) = 71+113+112=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 113 (44.53% from 255 or 38.18% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 113 - color contains mainly: green. Hex color #477170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477170 is #B88E8F. Grayscale: #646464. Windows color (decimal): -12095120 or 7369031. OLE color: 7369031.

HSL color Cylindrical-coordinate representation of color #477170: hue angle of 178.57º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #477170 is Cyan = 0.37, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB71113112-
CMYK0.3700.010.56
HSL178.57º22.83%36.08%-
HSV(B)178.57º37.17%44.31%-
XYZ11.4314.3217.49-
YUV100.33134.59107.08-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.99%
GREEN value IS 113 (44.53% from 255) = 38.18%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=23.99%
G=38.18%
B=37.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711131120.3700.010.56178.5722.8336.08
Hex477170250138b31724
Octal1071611604501702632744
Binary100011111100011110000100101011110001011001110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477170; }

 p { color: rgb(71,113,112); }

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

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

 a { background-color: rgb(71,113,112); }

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

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

 span { border-color: rgb(71,113,112); }

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