#497477

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

Shades of Ming #497477

Tints of Ming #497477

Color information

#497477 (or 0x497477) is unknown color: approx Ming. HEX triplet: 49, 74 and 77. RGB value is (73,116,119). Sum of RGB (Red+Green+Blue) = 73+116+119=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #497477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497477 is #B68B88. Grayscale: #676767. Windows color (decimal): -11963273 or 7828553. OLE color: 7828553.

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

Color convert

RGB73116119-
CMYK0.390.0300.53
HSL183.91º23.96%37.65%-
HSV(B)183.91º38.66%46.67%-
XYZ12.3215.2419.74-
YUV103.48136.75106.26-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.70%
GREEN value IS 116 (45.70% from 255) = 37.66%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=23.70%
G=37.66%
B=38.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731161190.390.0300.53183.9123.9637.65
Hex497477273035b81826
Octal1111641674730652703046
Binary1001001111010011101111001111101101011011100011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497477; }

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

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

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

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

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

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

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

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