#497076

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

Shades of Ming #497076

Tints of Ming #497076

Color information

#497076 (or 0x497076) is unknown color: approx Ming. HEX triplet: 49, 70 and 76. RGB value is (73,112,118). Sum of RGB (Red+Green+Blue) = 73+112+118=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 118 - color contains mainly: blue. Hex color #497076 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497076 is #B68F89. Grayscale: #646464. Windows color (decimal): -11964298 or 7761993. OLE color: 7761993.

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

Color convert

RGB73112118-
CMYK0.380.0500.54
HSL188º23.56%37.45%-
HSV(B)188º38.14%46.27%-
XYZ11.8114.3119.28-
YUV101.02137.58108.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 112 (44.14% from 255) = 36.96%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=24.09%
G=36.96%
B=38.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731121180.380.0500.5418823.5637.45
Hex497076265036bc1825
Octal1111601664650662743045
Binary10010011110000111011010011010101101101011110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497076; }

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

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

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

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

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

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

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

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