#497579

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

Shades of Ming #497579

Tints of Ming #497579

Color information

#497579 (or 0x497579) is unknown color: approx Ming. HEX triplet: 49, 75 and 79. RGB value is (73,117,121). Sum of RGB (Red+Green+Blue) = 73+117+121=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 121 - color contains mainly: blue. Hex color #497579 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497579 is #B68A86. Grayscale: #686868. Windows color (decimal): -11963015 or 7959881. OLE color: 7959881.

HSL color Cylindrical-coordinate representation of color #497579: hue angle of 185º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497579 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB73117121-
CMYK0.400.0300.53
HSL185º24.74%38.04%-
HSV(B)185º39.67%47.45%-
XYZ12.5615.5220.42-
YUV104.3137.42105.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 117 (46.09% from 255) = 37.62%
BLUE value IS 121 (47.66% from 255) = 38.91%
R=23.47%
G=37.62%
B=38.91%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731171210.400.0300.5318524.7438.04
Hex497579283035b91926
Octal1111651715030652713146
Binary1001001111010111110011010001101101011011100111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497579; }

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

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

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

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

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

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

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

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