#47757B

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

Shades of Ming #47757B

Tints of Ming #47757B

Color information

#47757B (or 0x47757B) is unknown color: approx Ming. HEX triplet: 47, 75 and 7B. RGB value is (71,117,123). Sum of RGB (Red+Green+Blue) = 71+117+123=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 123 (48.44% from 255 or 39.55% from 311); Max value from RGB is 123 - color contains mainly: blue. Hex color #47757B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47757B is #B88A84. Grayscale: #676767. Windows color (decimal): -12094085 or 8090951. OLE color: 8090951.

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

Color convert

RGB71117123-
CMYK0.420.0500.52
HSL186.92º26.8%38.04%-
HSV(B)186.92º42.28%48.24%-
XYZ12.5315.4921.07-
YUV103.93138.76104.51-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 123 (48.44% from 255) = 39.55%
R=22.83%
G=37.62%
B=39.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal711171230.420.0500.52186.9226.838.04
Hex47757B2A5034bb1b26
Octal1071651735250642733346
Binary10001111110101111101110101010101101001011101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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