#497476

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

Shades of Ming #497476

Tints of Ming #497476

Color information

#497476 (or 0x497476) is unknown color: approx Ming. HEX triplet: 49, 74 and 76. RGB value is (73,116,118). Sum of RGB (Red+Green+Blue) = 73+116+118=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 116 (45.70% from 255 or 37.79% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #497476 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497476 is #B68B89. Grayscale: #676767. Windows color (decimal): -11963274 or 7763017. OLE color: 7763017.

HSL color Cylindrical-coordinate representation of color #497476: hue angle of 182.67º degrees, saturation: 0.24, 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 #497476 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB73116118-
CMYK0.380.0200.54
HSL182.67º23.56%37.45%-
HSV(B)182.67º38.14%46.27%-
XYZ12.2615.2219.43-
YUV103.37136.25106.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 116 (45.70% from 255) = 37.79%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=23.78%
G=37.79%
B=38.44%

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
Decimal731161180.380.0200.54182.6723.5637.45
Hex497476262036b71825
Octal1111641664620662673045
Binary1001001111010011101101001101001101101011011111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497476; }

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

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

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

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

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

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

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

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