#49757A

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

Shades of Ming #49757A

Tints of Ming #49757A

Color information

#49757A (or 0x49757A) is unknown color: approx Ming. HEX triplet: 49, 75 and 7A. RGB value is (73,117,122). Sum of RGB (Red+Green+Blue) = 73+117+122=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 122 - color contains mainly: blue. Hex color #49757A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #49757A is #B68A85. Grayscale: #686868. Windows color (decimal): -11963014 or 8025417. OLE color: 8025417.

HSL color Cylindrical-coordinate representation of color #49757A: hue angle of 186.12º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #49757A is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB73117122-
CMYK0.400.0400.52
HSL186.12º25.13%38.24%-
HSV(B)186.12º40.16%47.84%-
XYZ12.6215.5420.75-
YUV104.41137.92105.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 122 (48.05% from 255) = 39.10%
R=23.40%
G=37.5%
B=39.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal731171220.400.0400.52186.1225.1338.24
Hex49757A284034ba1926
Octal1111651725040642723146
Binary10010011110101111101010100010001101001011101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49757A; }

 p { color: rgb(73,117,122); }

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

<style>
 a { background-color: #49757A; }

 a { background-color: rgb(73,117,122); }

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

<style>
 span { border-color: #49757A; }

 span { border-color: rgb(73,117,122); }

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