#497374

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

Shades of Ming #497374

Tints of Ming #497374

Color information

#497374 (or 0x497374) is unknown color: approx Ming. HEX triplet: 49, 73 and 74. RGB value is (73,115,116). Sum of RGB (Red+Green+Blue) = 73+115+116=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 116 (45.70% from 255 or 38.16% from 304); Max value from RGB is 116 - color contains mainly: blue. Hex color #497374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497374 is #B68C8B. Grayscale: #666666. Windows color (decimal): -11963532 or 7631689. OLE color: 7631689.

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

Color convert

RGB73115116-
CMYK0.370.0100.55
HSL181.4º22.75%37.06%-
HSV(B)181.4º37.07%45.49%-
XYZ12.0314.9418.77-
YUV102.56135.59106.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.01%
GREEN value IS 115 (45.31% from 255) = 37.83%
BLUE value IS 116 (45.70% from 255) = 38.16%
R=24.01%
G=37.83%
B=38.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731151160.370.0100.55181.422.7537.06
Hex497374251037b51725
Octal1111631644510672652745
Binary100100111100111110100100101101101111011010110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497374; }

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

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

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

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

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

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

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

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