#47767B

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

Shades of Ming #47767B

Tints of Ming #47767B

Color information

#47767B (or 0x47767B) is unknown color: approx Ming. HEX triplet: 47, 76 and 7B. RGB value is (71,118,123). Sum of RGB (Red+Green+Blue) = 71+118+123=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #47767B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47767B is #B88984. Grayscale: #686868. Windows color (decimal): -12093829 or 8091207. OLE color: 8091207.

HSL color Cylindrical-coordinate representation of color #47767B: hue angle of 185.77º 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 #47767B is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB71118123-
CMYK0.420.0400.52
HSL185.77º26.8%38.04%-
HSV(B)185.77º42.28%48.24%-
XYZ12.6515.7321.11-
YUV104.52138.43104.09-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.76%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=22.76%
G=37.82%
B=39.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711181230.420.0400.52185.7726.838.04
Hex47767B2A4034ba1b26
Octal1071661735240642723346
Binary10001111110110111101110101010001101001011101011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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