#497675

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

Shades of Ming #497675

Tints of Ming #497675

Color information

#497675 (or 0x497675) is unknown color: approx Ming. HEX triplet: 49, 76 and 75. RGB value is (73,118,117). Sum of RGB (Red+Green+Blue) = 73+118+117=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #497675 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497675 is #B6898A. Grayscale: #686868. Windows color (decimal): -11962763 or 7697993. OLE color: 7697993.

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

Color convert

RGB73118117-
CMYK0.3800.010.54
HSL178.67º23.56%37.45%-
HSV(B)178.67º38.14%46.27%-
XYZ12.4415.6619.2-
YUV104.43135.09105.58-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=23.70%
G=38.31%
B=37.99%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal731181170.3800.010.54178.6723.5637.45
Hex497675260136b31825
Octal1111661654601662633045
Binary100100111101101110101100110011101101011001111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497675; }

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

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

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

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

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

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

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

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