#49767C

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

Shades of Ming #49767C

Tints of Ming #49767C

Color information

#49767C (or 0x49767C) is unknown color: approx Ming. HEX triplet: 49, 76 and 7C. RGB value is (73,118,124). Sum of RGB (Red+Green+Blue) = 73+118+124=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 118 (46.48% from 255 or 37.46% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 124 - color contains mainly: blue. Hex color #49767C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49767C is #B68983. Grayscale: #696969. Windows color (decimal): -11962756 or 8156745. OLE color: 8156745.

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

Color convert

RGB73118124-
CMYK0.410.0500.51
HSL187.06º25.89%38.63%-
HSV(B)187.06º41.13%48.63%-
XYZ12.8615.8321.45-
YUV105.23138.59105.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.17%
GREEN value IS 118 (46.48% from 255) = 37.46%
BLUE value IS 124 (48.83% from 255) = 39.37%
R=23.17%
G=37.46%
B=39.37%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal731181240.410.0500.51187.0625.8938.63
Hex49767C295033bb1a27
Octal1111661745150632733247
Binary10010011110110111110010100110101100111011101111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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