#497375

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

Shades of Ming #497375

Tints of Ming #497375

Color information

#497375 (or 0x497375) is unknown color: approx Ming. HEX triplet: 49, 73 and 75. RGB value is (73,115,117). Sum of RGB (Red+Green+Blue) = 73+115+117=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 117 (46.09% from 255 or 38.36% from 305); Max value from RGB is 117 - color contains mainly: blue. Hex color #497375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497375 is #B68C8A. Grayscale: #666666. Windows color (decimal): -11963531 or 7697225. OLE color: 7697225.

HSL color Cylindrical-coordinate representation of color #497375: hue angle of 182.73º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #497375 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB73115117-
CMYK0.380.0200.54
HSL182.73º23.16%37.25%-
HSV(B)182.73º37.61%45.88%-
XYZ12.0914.9619.08-
YUV102.67136.09106.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 115 (45.31% from 255) = 37.70%
BLUE value IS 117 (46.09% from 255) = 38.36%
R=23.93%
G=37.70%
B=38.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731151170.380.0200.54182.7323.1637.25
Hex497375262036b71725
Octal1111631654620662672745
Binary1001001111001111101011001101001101101011011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497375; }

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

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

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

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

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

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

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

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