#497177

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

Shades of Ming #497177

Tints of Ming #497177

Color information

#497177 (or 0x497177) is unknown color: approx Ming. HEX triplet: 49, 71 and 77. RGB value is (73,113,119). Sum of RGB (Red+Green+Blue) = 73+113+119=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 113 (44.53% from 255 or 37.05% from 305); Blue value is 119 (46.88% from 255 or 39.02% from 305); Max value from RGB is 119 - color contains mainly: blue. Hex color #497177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497177 is #B68E88. Grayscale: #656565. Windows color (decimal): -11964041 or 7827785. OLE color: 7827785.

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

Color convert

RGB73113119-
CMYK0.390.0500.53
HSL187.83º23.96%37.65%-
HSV(B)187.83º38.66%46.67%-
XYZ11.9814.5619.63-
YUV101.72137.75107.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 113 (44.53% from 255) = 37.05%
BLUE value IS 119 (46.88% from 255) = 39.02%
R=23.93%
G=37.05%
B=39.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731131190.390.0500.53187.8323.9637.65
Hex497177275035bc1826
Octal1111611674750652743046
Binary10010011110001111011110011110101101011011110011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497177; }

 p { color: rgb(73,113,119); }

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

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

 a { background-color: rgb(73,113,119); }

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

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

 span { border-color: rgb(73,113,119); }

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