#497074

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

Shades of Ming #497074

Tints of Ming #497074

Color information

#497074 (or 0x497074) is unknown color: approx Ming. HEX triplet: 49, 70 and 74. RGB value is (73,112,116). Sum of RGB (Red+Green+Blue) = 73+112+116=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 116 - color contains mainly: blue. Hex color #497074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497074 is #B68F8B. Grayscale: #646464. Windows color (decimal): -11964300 or 7630921. OLE color: 7630921.

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

Color convert

RGB73112116-
CMYK0.370.0300.55
HSL185.58º22.75%37.06%-
HSV(B)185.58º37.07%45.49%-
XYZ11.6914.2718.66-
YUV100.8136.58108.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 112 (44.14% from 255) = 37.21%
BLUE value IS 116 (45.70% from 255) = 38.54%
R=24.25%
G=37.21%
B=38.54%

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
Decimal731121160.370.0300.55185.5822.7537.06
Hex497074253037ba1725
Octal1111601644530672722745
Binary1001001111000011101001001011101101111011101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497074; }

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

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

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

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

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

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

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

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