#476E74

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

Shades of Ming #476E74

Tints of Ming #476E74

Color information

#476E74 (or 0x476E74) is unknown color: approx Ming. HEX triplet: 47, 6E and 74. RGB value is (71,110,116). Sum of RGB (Red+Green+Blue) = 71+110+116=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 110 (43.36% from 255 or 37.04% from 297); Blue value is 116 (45.70% from 255 or 39.06% from 297); Max value from RGB is 116 - color contains mainly: blue. Hex color #476E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #476E74 is #B8918B. Grayscale: #626262. Windows color (decimal): -12095884 or 7630407. OLE color: 7630407.

HSL color Cylindrical-coordinate representation of color #476E74: hue angle of 188º 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 #476E74 is Cyan = 0.39, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB71110116-
CMYK0.390.0500.55
HSL188º24.06%36.67%-
HSV(B)188º38.79%45.49%-
XYZ11.3313.7518.58-
YUV99.02137.58108.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 110 (43.36% from 255) = 37.04%
BLUE value IS 116 (45.70% from 255) = 39.06%
R=23.91%
G=37.04%
B=39.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal711101160.390.0500.5518824.0636.67
Hex476E74275037bc1825
Octal1071561644750672743045
Binary10001111101110111010010011110101101111011110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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