#497274

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

Shades of Ming #497274

Tints of Ming #497274

Color information

#497274 (or 0x497274) is unknown color: approx Ming. HEX triplet: 49, 72 and 74. RGB value is (73,114,116). Sum of RGB (Red+Green+Blue) = 73+114+116=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 116 - color contains mainly: blue. Hex color #497274 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497274 is #B68D8B. Grayscale: #656565. Windows color (decimal): -11963788 or 7631433. OLE color: 7631433.

HSL color Cylindrical-coordinate representation of color #497274: hue angle of 182.79º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #497274 is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB73114116-
CMYK0.370.0200.55
HSL182.79º22.75%37.06%-
HSV(B)182.79º37.07%45.49%-
XYZ11.9214.7118.73-
YUV101.97135.92107.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.09%
GREEN value IS 114 (44.92% from 255) = 37.62%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=24.09%
G=37.62%
B=38.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731141160.370.0200.55182.7922.7537.06
Hex497274252037b71725
Octal1111621644520672672745
Binary1001001111001011101001001011001101111011011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497274; }

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

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

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

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

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

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

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

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