#476E70

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

Shades of Ming #476E70

Tints of Ming #476E70

Color information

#476E70 (or 0x476E70) is unknown color: approx Ming. HEX triplet: 47, 6E and 70. RGB value is (71,110,112). Sum of RGB (Red+Green+Blue) = 71+110+112=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 110 (43.36% from 255 or 37.54% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #476E70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E70 is #B8918F. Grayscale: #626262. Windows color (decimal): -12095888 or 7368263. OLE color: 7368263.

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

Color convert

RGB71110112-
CMYK0.370.0200.56
HSL182.93º22.4%35.88%-
HSV(B)182.93º36.61%43.92%-
XYZ11.113.6617.38-
YUV98.57135.58108.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 110 (43.36% from 255) = 37.54%
BLUE value IS 112 (44.14% from 255) = 38.23%
R=24.23%
G=37.54%
B=38.23%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal711101120.370.0200.56182.9322.435.88
Hex476E70252038b71624
Octal1071561604520702672644
Binary1000111110111011100001001011001110001011011110110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476E70; }

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

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

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

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

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

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

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

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