#49787C

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

Shades of Ming #49787C

Tints of Ming #49787C

Color information

#49787C (or 0x49787C) is unknown color: approx Ming. HEX triplet: 49, 78 and 7C. RGB value is (73,120,124). Sum of RGB (Red+Green+Blue) = 73+120+124=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 120 (47.27% from 255 or 37.85% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 124 - color contains mainly: blue. Hex color #49787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49787C is #B68783. Grayscale: #6A6A6A. Windows color (decimal): -11962244 or 8157257. OLE color: 8157257.

HSL color Cylindrical-coordinate representation of color #49787C: hue angle of 184.71º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49787C is Cyan = 0.41, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73120124-
CMYK0.410.0300.51
HSL184.71º25.89%38.63%-
HSV(B)184.71º41.13%48.63%-
XYZ13.116.321.53-
YUV106.4137.93104.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 120 (47.27% from 255) = 37.85%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=23.03%
G=37.85%
B=39.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731201240.410.0300.51184.7125.8938.63
Hex49787C293033b91a27
Octal1111701745130632713247
Binary1001001111100011111001010011101100111011100111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49787C; }

 p { color: rgb(73,120,124); }

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

<style>
 a { background-color: #49787C; }

 a { background-color: rgb(73,120,124); }

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

<style>
 span { border-color: #49787C; }

 span { border-color: rgb(73,120,124); }

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