#497277

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

Shades of Ming #497277

Tints of Ming #497277

Color information

#497277 (or 0x497277) is unknown color: approx Ming. HEX triplet: 49, 72 and 77. RGB value is (73,114,119). Sum of RGB (Red+Green+Blue) = 73+114+119=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 114 (44.92% from 255 or 37.25% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #497277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497277 is #B68D88. Grayscale: #666666. Windows color (decimal): -11963785 or 7828041. OLE color: 7828041.

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

Color convert

RGB73114119-
CMYK0.390.0400.53
HSL186.52º23.96%37.65%-
HSV(B)186.52º38.66%46.67%-
XYZ12.0914.7819.67-
YUV102.31137.42107.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.86%
GREEN value IS 114 (44.92% from 255) = 37.25%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=23.86%
G=37.25%
B=38.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731141190.390.0400.53186.5223.9637.65
Hex497277274035bb1826
Octal1111621674740652733046
Binary10010011110010111011110011110001101011011101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497277; }

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

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

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

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

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

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

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

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