#47747B

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

Shades of Ming #47747B

Tints of Ming #47747B

Color information

#47747B (or 0x47747B) is unknown color: approx Ming. HEX triplet: 47, 74 and 7B. RGB value is (71,116,123). Sum of RGB (Red+Green+Blue) = 71+116+123=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 116 (45.70% from 255 or 37.42% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 123 - color contains mainly: blue. Hex color #47747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47747B is #B88B84. Grayscale: #676767. Windows color (decimal): -12094341 or 8090695. OLE color: 8090695.

HSL color Cylindrical-coordinate representation of color #47747B: hue angle of 188.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47747B is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71116123-
CMYK0.420.0600.52
HSL188.08º26.8%38.04%-
HSV(B)188.08º42.28%48.24%-
XYZ12.4215.2621.03-
YUV103.34139.09104.93-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.90%
GREEN value IS 116 (45.70% from 255) = 37.42%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=22.90%
G=37.42%
B=39.68%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711161230.420.0600.52188.0826.838.04
Hex47747B2A6034bc1b26
Octal1071641735260642743346
Binary10001111110100111101110101011001101001011110011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47747B; }

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

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

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

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

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

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

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

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