#497070

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

Shades of Ming #497070

Tints of Ming #497070

Color information

#497070 (or 0x497070) is unknown color: approx Ming. HEX triplet: 49, 70 and 70. RGB value is (73,112,112). Sum of RGB (Red+Green+Blue) = 73+112+112=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 112 (44.14% from 255 or 37.71% from 297); Max value from RGB is 112 - color contains mainly: green, blue. Hex color #497070 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497070 is #B68F8F. Grayscale: #646464. Windows color (decimal): -11964304 or 7368777. OLE color: 7368777.

HSL color Cylindrical-coordinate representation of color #497070: hue angle of 180º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #497070 is Cyan = 0.35, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB73112112-
CMYK0.35000.56
HSL180º21.08%36.27%-
HSV(B)180º34.82%43.92%-
XYZ11.4714.1717.46-
YUV100.34134.58108.5-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.58%
GREEN value IS 112 (44.14% from 255) = 37.71%
BLUE value IS 112 (44.14% from 255) = 37.71%
R=24.58%
G=37.71%
B=37.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731121120.35000.5618021.0836.27
Hex497070230038b41524
Octal1111601604300702642544
Binary100100111100001110000100011001110001011010010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497070; }

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

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

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

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

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

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

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

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