#497174

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

Shades of Ming #497174

Tints of Ming #497174

Color information

#497174 (or 0x497174) is unknown color: approx Ming. HEX triplet: 49, 71 and 74. RGB value is (73,113,116). Sum of RGB (Red+Green+Blue) = 73+113+116=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 113 (44.53% from 255 or 37.42% from 302); Blue value is 116 (45.70% from 255 or 38.41% from 302); Max value from RGB is 116 - color contains mainly: blue. Hex color #497174 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497174 is #B68E8B. Grayscale: #656565. Windows color (decimal): -11964044 or 7631177. OLE color: 7631177.

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

Color convert

RGB73113116-
CMYK0.370.0300.55
HSL184.19º22.75%37.06%-
HSV(B)184.19º37.07%45.49%-
XYZ11.8114.4918.7-
YUV101.38136.25107.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.17%
GREEN value IS 113 (44.53% from 255) = 37.42%
BLUE value IS 116 (45.70% from 255) = 38.41%
R=24.17%
G=37.42%
B=38.41%

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
Decimal731131160.370.0300.55184.1922.7537.06
Hex497174253037b81725
Octal1111611644530672702745
Binary1001001111000111101001001011101101111011100010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497174; }

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

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

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

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

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

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

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

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