#497176

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

Shades of Ming #497176

Tints of Ming #497176

Color information

#497176 (or 0x497176) is unknown color: approx Ming. HEX triplet: 49, 71 and 76. RGB value is (73,113,118). Sum of RGB (Red+Green+Blue) = 73+113+118=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 113 (44.53% from 255 or 37.17% from 304); Blue value is 118 (46.48% from 255 or 38.82% from 304); Max value from RGB is 118 - color contains mainly: blue. Hex color #497176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497176 is #B68E89. Grayscale: #656565. Windows color (decimal): -11964042 or 7762249. OLE color: 7762249.

HSL color Cylindrical-coordinate representation of color #497176: hue angle of 186.67º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497176 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB73113118-
CMYK0.380.0400.54
HSL186.67º23.56%37.45%-
HSV(B)186.67º38.14%46.27%-
XYZ11.9214.5319.32-
YUV101.61137.25107.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 113 (44.53% from 255) = 37.17%
BLUE value IS 118 (46.48% from 255) = 38.82%
R=24.01%
G=37.17%
B=38.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731131180.380.0400.54186.6723.5637.45
Hex497176264036bb1825
Octal1111611664640662733045
Binary10010011110001111011010011010001101101011101111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497176; }

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

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

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

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

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

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

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

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