#497879

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

Shades of Ming #497879

Tints of Ming #497879

Color information

#497879 (or 0x497879) is unknown color: approx Ming. HEX triplet: 49, 78 and 79. RGB value is (73,120,121). Sum of RGB (Red+Green+Blue) = 73+120+121=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 120 (47.27% from 255 or 38.22% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 121 - color contains mainly: blue. Hex color #497879 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497879 is #B68786. Grayscale: #6A6A6A. Windows color (decimal): -11962247 or 7960649. OLE color: 7960649.

HSL color Cylindrical-coordinate representation of color #497879: hue angle of 181.25º 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 #497879 is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB73120121-
CMYK0.400.0100.53
HSL181.25º24.74%38.04%-
HSV(B)181.25º39.67%47.45%-
XYZ12.9216.2320.54-
YUV106.06136.43104.42-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.25%
GREEN value IS 120 (47.27% from 255) = 38.22%
BLUE value IS 121 (47.66% from 255) = 38.54%
R=23.25%
G=38.22%
B=38.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731201210.400.0100.53181.2524.7438.04
Hex497879281035b51926
Octal1111701715010652653146
Binary100100111110001111001101000101101011011010111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497879; }

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

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

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

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

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

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

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

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