#497778

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

Shades of Ming #497778

Tints of Ming #497778

Color information

#497778 (or 0x497778) is unknown color: approx Ming. HEX triplet: 49, 77 and 78. RGB value is (73,119,120). Sum of RGB (Red+Green+Blue) = 73+119+120=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 120 (47.27% from 255 or 38.46% from 312); Max value from RGB is 120 - color contains mainly: blue. Hex color #497778 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497778 is #B68887. Grayscale: #696969. Windows color (decimal): -11962504 or 7894857. OLE color: 7894857.

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

Color convert

RGB73119120-
CMYK0.390.0100.53
HSL181.28º24.35%37.84%-
HSV(B)181.28º39.17%47.06%-
XYZ12.7315.9720.18-
YUV105.36136.26104.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.40%
GREEN value IS 119 (46.88% from 255) = 38.14%
BLUE value IS 120 (47.27% from 255) = 38.46%
R=23.40%
G=38.14%
B=38.46%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal731191200.390.0100.53181.2824.3537.84
Hex497778271035b51826
Octal1111671704710652653046
Binary100100111101111111000100111101101011011010111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497778; }

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

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

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

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

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

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

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

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