#47787B

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

Shades of Ming #47787B

Tints of Ming #47787B

Color information

#47787B (or 0x47787B) is unknown color: approx Ming. HEX triplet: 47, 78 and 7B. RGB value is (71,120,123). Sum of RGB (Red+Green+Blue) = 71+120+123=314 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.61% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 123 (48.44% from 255 or 39.17% from 314); Max value from RGB is 123 - color contains mainly: blue. Hex color #47787B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47787B is #B88784. Grayscale: #696969. Windows color (decimal): -12093317 or 8091719. OLE color: 8091719.

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

Color convert

RGB71120123-
CMYK0.420.0200.52
HSL183.46º26.8%38.04%-
HSV(B)183.46º42.28%48.24%-
XYZ12.8916.221.19-
YUV105.69137.77103.26-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.61%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 123 (48.44% from 255) = 39.17%
R=22.61%
G=38.22%
B=39.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711201230.420.0200.52183.4626.838.04
Hex47787B2A2034b71b26
Octal1071701735220642673346
Binary1000111111100011110111010101001101001011011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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