#49777C

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

Shades of Ming #49777C

Tints of Ming #49777C

Color information

#49777C (or 0x49777C) is unknown color: approx Ming. HEX triplet: 49, 77 and 7C. RGB value is (73,119,124). Sum of RGB (Red+Green+Blue) = 73+119+124=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 119 (46.88% from 255 or 37.66% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #49777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49777C is #B68883. Grayscale: #696969. Windows color (decimal): -11962500 or 8157001. OLE color: 8157001.

HSL color Cylindrical-coordinate representation of color #49777C: hue angle of 185.88º 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 #49777C is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB73119124-
CMYK0.410.0400.51
HSL185.88º25.89%38.63%-
HSV(B)185.88º41.13%48.63%-
XYZ12.9816.0721.49-
YUV105.82138.26104.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.10%
GREEN value IS 119 (46.88% from 255) = 37.66%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=23.10%
G=37.66%
B=39.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731191240.410.0400.51185.8825.8938.63
Hex49777C294033ba1a27
Octal1111671745140632723247
Binary10010011110111111110010100110001100111011101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49777C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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