#497678

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

Shades of Ming #497678

Tints of Ming #497678

Color information

#497678 (or 0x497678) is unknown color: approx Ming. HEX triplet: 49, 76 and 78. RGB value is (73,118,120). Sum of RGB (Red+Green+Blue) = 73+118+120=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 118 (46.48% from 255 or 37.94% from 311); Blue value is 120 (47.27% from 255 or 38.59% from 311); Max value from RGB is 120 - color contains mainly: blue. Hex color #497678 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497678 is #B68987. Grayscale: #686868. Windows color (decimal): -11962760 or 7894601. OLE color: 7894601.

HSL color Cylindrical-coordinate representation of color #497678: hue angle of 182.55º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #497678 is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB73118120-
CMYK0.390.0200.53
HSL182.55º24.35%37.84%-
HSV(B)182.55º39.17%47.06%-
XYZ12.6215.7320.14-
YUV104.77136.59105.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.47%
GREEN value IS 118 (46.48% from 255) = 37.94%
BLUE value IS 120 (47.27% from 255) = 38.59%
R=23.47%
G=37.94%
B=38.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731181200.390.0200.53182.5524.3537.84
Hex497678272035b71826
Octal1111661704720652673046
Binary1001001111011011110001001111001101011011011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497678; }

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

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

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

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

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

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

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

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