#49797B

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

Shades of Ming #49797B

Tints of Ming #49797B

Color information

#49797B (or 0x49797B) is unknown color: approx Ming. HEX triplet: 49, 79 and 7B. RGB value is (73,121,123). Sum of RGB (Red+Green+Blue) = 73+121+123=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 121 (47.66% from 255 or 38.17% from 317); Blue value is 123 (48.44% from 255 or 38.80% from 317); Max value from RGB is 123 - color contains mainly: blue. Hex color #49797B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49797B is #B68684. Grayscale: #6A6A6A. Windows color (decimal): -11961989 or 8091977. OLE color: 8091977.

HSL color Cylindrical-coordinate representation of color #49797B: hue angle of 182.4º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #49797B is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB73121123-
CMYK0.410.0200.52
HSL182.4º25.51%38.43%-
HSV(B)182.4º40.65%48.24%-
XYZ13.1616.5221.23-
YUV106.88137.1103.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.03%
GREEN value IS 121 (47.66% from 255) = 38.17%
BLUE value IS 123 (48.44% from 255) = 38.80%
R=23.03%
G=38.17%
B=38.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731211230.410.0200.52182.425.5138.43
Hex49797B292034b61a26
Octal1111711735120642663246
Binary1001001111100111110111010011001101001011011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,121,123); }

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

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

 a { background-color: rgb(73,121,123); }

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

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

 span { border-color: rgb(73,121,123); }

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