#497577

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

Shades of Ming #497577

Tints of Ming #497577

Color information

#497577 (or 0x497577) is unknown color: approx Ming. HEX triplet: 49, 75 and 77. RGB value is (73,117,119). Sum of RGB (Red+Green+Blue) = 73+117+119=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 117 (46.09% from 255 or 37.86% from 309); Blue value is 119 (46.88% from 255 or 38.51% from 309); Max value from RGB is 119 - color contains mainly: blue. Hex color #497577 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497577 is #B68A88. Grayscale: #686868. Windows color (decimal): -11963017 or 7828809. OLE color: 7828809.

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

Color convert

RGB73117119-
CMYK0.390.0200.53
HSL182.61º23.96%37.65%-
HSV(B)182.61º38.66%46.67%-
XYZ12.4415.4719.78-
YUV104.07136.42105.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 117 (46.09% from 255) = 37.86%
BLUE value IS 119 (46.88% from 255) = 38.51%
R=23.62%
G=37.86%
B=38.51%

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
Decimal731171190.390.0200.53182.6123.9637.65
Hex497577272035b71826
Octal1111651674720652673046
Binary1001001111010111101111001111001101011011011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497577; }

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

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

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

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

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

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

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

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