#497071

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

Shades of Ming #497071

Tints of Ming #497071

Color information

#497071 (or 0x497071) is unknown color: approx Ming. HEX triplet: 49, 70 and 71. RGB value is (73,112,113). Sum of RGB (Red+Green+Blue) = 73+112+113=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 112 (44.14% from 255 or 37.58% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 113 - color contains mainly: blue. Hex color #497071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497071 is #B68F8E. Grayscale: #646464. Windows color (decimal): -11964303 or 7434313. OLE color: 7434313.

HSL color Cylindrical-coordinate representation of color #497071: hue angle of 181.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497071 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB73112113-
CMYK0.350.0100.56
HSL181.5º21.51%36.47%-
HSV(B)181.5º35.4%44.31%-
XYZ11.5214.217.76-
YUV100.45135.08108.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 112 (44.14% from 255) = 37.58%
BLUE value IS 113 (44.53% from 255) = 37.92%
R=24.50%
G=37.58%
B=37.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731121130.350.0100.56181.521.5136.47
Hex497071231038b61624
Octal1111601614310702662644
Binary100100111100001110001100011101110001011011010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497071; }

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

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

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

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

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

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

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

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