#497574

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

Shades of Ming #497574

Tints of Ming #497574

Color information

#497574 (or 0x497574) is unknown color: approx Ming. HEX triplet: 49, 75 and 74. RGB value is (73,117,116). Sum of RGB (Red+Green+Blue) = 73+117+116=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 117 (46.09% from 255 or 38.24% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 117 - color contains mainly: green. Hex color #497574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497574 is #B68A8B. Grayscale: #676767. Windows color (decimal): -11963020 or 7632201. OLE color: 7632201.

HSL color Cylindrical-coordinate representation of color #497574: hue angle of 178.64º degrees, saturation: 0.23, 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 #497574 is Cyan = 0.38, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.54.

Color convert

RGB73117116-
CMYK0.3800.010.54
HSL178.64º23.16%37.25%-
HSV(B)178.64º37.61%45.88%-
XYZ12.2615.418.85-
YUV103.73134.92106.08-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 117 (46.09% from 255) = 38.24%
BLUE value IS 116 (45.70% from 255) = 37.91%
R=23.86%
G=38.24%
B=37.91%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731171160.3800.010.54178.6423.1637.25
Hex497574260136b31725
Octal1111651644601662632745
Binary100100111101011110100100110011101101011001110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497574; }

 p { color: rgb(73,117,116); }

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

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

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

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

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

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

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