#497478

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

Shades of Ming #497478

Tints of Ming #497478

Color information

#497478 (or 0x497478) is unknown color: approx Ming. HEX triplet: 49, 74 and 78. RGB value is (73,116,120). Sum of RGB (Red+Green+Blue) = 73+116+120=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 120 - color contains mainly: blue. Hex color #497478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497478 is #B68B87. Grayscale: #676767. Windows color (decimal): -11963272 or 7894089. OLE color: 7894089.

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

Color convert

RGB73116120-
CMYK0.390.0300.53
HSL185.11º24.35%37.84%-
HSV(B)185.11º39.17%47.06%-
XYZ12.3815.2620.06-
YUV103.6137.25106.17-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.62%
GREEN value IS 116 (45.70% from 255) = 37.54%
BLUE value IS 120 (47.27% from 255) = 38.83%
R=23.62%
G=37.54%
B=38.83%

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
Decimal731161200.390.0300.53185.1124.3537.84
Hex497478273035b91826
Octal1111641704730652713046
Binary1001001111010011110001001111101101011011100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497478; }

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

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

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

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

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

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

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

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