#497171

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

Shades of Ming #497171

Tints of Ming #497171

Color information

#497171 (or 0x497171) is unknown color: approx Ming. HEX triplet: 49, 71 and 71. RGB value is (73,113,113). Sum of RGB (Red+Green+Blue) = 73+113+113=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 113 (44.53% from 255 or 37.79% from 299); Blue value is 113 (44.53% from 255 or 37.79% from 299); Max value from RGB is 113 - color contains mainly: green, blue. Hex color #497171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497171 is #B68E8E. Grayscale: #656565. Windows color (decimal): -11964047 or 7434569. OLE color: 7434569.

HSL color Cylindrical-coordinate representation of color #497171: hue angle of 180º 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 #497171 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB73113113-
CMYK0.35000.56
HSL180º21.51%36.47%-
HSV(B)180º35.4%44.31%-
XYZ11.6314.4217.79-
YUV101.04134.75108-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.41%
GREEN value IS 113 (44.53% from 255) = 37.79%
BLUE value IS 113 (44.53% from 255) = 37.79%
R=24.41%
G=37.79%
B=37.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731131130.35000.5618021.5136.47
Hex497171230038b41624
Octal1111611614300702642644
Binary100100111100011110001100011001110001011010010110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497171; }

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

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

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

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

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

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

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

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