#497173

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

Shades of Ming #497173

Tints of Ming #497173

Color information

#497173 (or 0x497173) is unknown color: approx Ming. HEX triplet: 49, 71 and 73. RGB value is (73,113,115). Sum of RGB (Red+Green+Blue) = 73+113+115=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 113 (44.53% from 255 or 37.54% from 301); Blue value is 115 (45.31% from 255 or 38.21% from 301); Max value from RGB is 115 - color contains mainly: blue. Hex color #497173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497173 is #B68E8C. Grayscale: #656565. Windows color (decimal): -11964045 or 7565641. OLE color: 7565641.

HSL color Cylindrical-coordinate representation of color #497173: hue angle of 182.86º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497173 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB73113115-
CMYK0.370.0200.55
HSL182.86º22.34%36.86%-
HSV(B)182.86º36.52%45.1%-
XYZ11.7514.4618.39-
YUV101.27135.75107.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 113 (44.53% from 255) = 37.54%
BLUE value IS 115 (45.31% from 255) = 38.21%
R=24.25%
G=37.54%
B=38.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731131150.370.0200.55182.8622.3436.86
Hex497173252037b71625
Octal1111611634520672672645
Binary1001001111000111100111001011001101111011011110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497173; }

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

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

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

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

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

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

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

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