#497073

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

Shades of Ming #497073

Tints of Ming #497073

Color information

#497073 (or 0x497073) is unknown color: approx Ming. HEX triplet: 49, 70 and 73. RGB value is (73,112,115). Sum of RGB (Red+Green+Blue) = 73+112+115=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 112 (44.14% from 255 or 37.33% from 300); Blue value is 115 (45.31% from 255 or 38.33% from 300); Max value from RGB is 115 - color contains mainly: blue. Hex color #497073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497073 is #B68F8C. Grayscale: #646464. Windows color (decimal): -11964301 or 7565385. OLE color: 7565385.

HSL color Cylindrical-coordinate representation of color #497073: hue angle of 184.29º 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 #497073 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB73112115-
CMYK0.370.0300.55
HSL184.29º22.34%36.86%-
HSV(B)184.29º36.52%45.1%-
XYZ11.6414.2418.36-
YUV100.68136.08108.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 112 (44.14% from 255) = 37.33%
BLUE value IS 115 (45.31% from 255) = 38.33%
R=24.33%
G=37.33%
B=38.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731121150.370.0300.55184.2922.3436.86
Hex497073253037b81625
Octal1111601634530672702645
Binary1001001111000011100111001011101101111011100010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497073; }

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

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

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

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

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

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

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

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