#477070

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

Shades of Ming #477070

Tints of Ming #477070

Color information

#477070 (or 0x477070) is unknown color: approx Ming. HEX triplet: 47, 70 and 70. RGB value is (71,112,112). Sum of RGB (Red+Green+Blue) = 71+112+112=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 112 (44.14% from 255 or 37.97% from 295); Blue value is 112 (44.14% from 255 or 37.97% from 295); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #477070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477070 is #B88F8F. Grayscale: #636363. Windows color (decimal): -12095376 or 7368775. OLE color: 7368775.

HSL color Cylindrical-coordinate representation of color #477070: hue angle of 180º degrees, saturation: 0.22, 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 #477070 is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB71112112-
CMYK0.37000.56
HSL180º22.4%35.88%-
HSV(B)180º36.61%43.92%-
XYZ11.3214.117.45-
YUV99.74134.92107.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.07%
GREEN value IS 112 (44.14% from 255) = 37.97%
BLUE value IS 112 (44.14% from 255) = 37.97%
R=24.07%
G=37.97%
B=37.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711121120.37000.5618022.435.88
Hex477070250038b41624
Octal1071601604500702642644
Binary100011111100001110000100101001110001011010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #477070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #477070; }

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

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

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

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

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

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

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

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