#497779

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

Shades of Ming #497779

Tints of Ming #497779

Color information

#497779 (or 0x497779) is unknown color: approx Ming. HEX triplet: 49, 77 and 79. RGB value is (73,119,121). Sum of RGB (Red+Green+Blue) = 73+119+121=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 121 - color contains mainly: blue. Hex color #497779 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497779 is #B68886. Grayscale: #696969. Windows color (decimal): -11962503 or 7960393. OLE color: 7960393.

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

Color convert

RGB73119121-
CMYK0.400.0200.53
HSL182.5º24.74%38.04%-
HSV(B)182.5º39.67%47.45%-
XYZ12.815.9920.5-
YUV105.47136.76104.84-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.32%
GREEN value IS 119 (46.88% from 255) = 38.02%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=23.32%
G=38.02%
B=38.66%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731191210.400.0200.53182.524.7438.04
Hex497779282035b61926
Octal1111671715020652663146
Binary1001001111011111110011010001001101011011011011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497779; }

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

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

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

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

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

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

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

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