#497679

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

Shades of Ming #497679

Tints of Ming #497679

Color information

#497679 (or 0x497679) is unknown color: approx Ming. HEX triplet: 49, 76 and 79. RGB value is (73,118,121). Sum of RGB (Red+Green+Blue) = 73+118+121=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 121 - color contains mainly: blue. Hex color #497679 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497679 is #B68986. Grayscale: #686868. Windows color (decimal): -11962759 or 7960137. OLE color: 7960137.

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

Color convert

RGB73118121-
CMYK0.400.0200.53
HSL183.75º24.74%38.04%-
HSV(B)183.75º39.67%47.45%-
XYZ12.6815.7520.46-
YUV104.89137.09105.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 118 (46.48% from 255) = 37.82%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=23.40%
G=37.82%
B=38.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731181210.400.0200.53183.7524.7438.04
Hex497679282035b81926
Octal1111661715020652703146
Binary1001001111011011110011010001001101011011100011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497679; }

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

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

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

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

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

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

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

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