#497172

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

Shades of Ming #497172

Tints of Ming #497172

Color information

#497172 (or 0x497172) is unknown color: approx Ming. HEX triplet: 49, 71 and 72. RGB value is (73,113,114). Sum of RGB (Red+Green+Blue) = 73+113+114=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 114 (44.92% from 255 or 38% from 300); Max value from RGB is 114 - color contains mainly: blue. Hex color #497172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497172 is #B68E8D. Grayscale: #656565. Windows color (decimal): -11964046 or 7500105. OLE color: 7500105.

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

Color convert

RGB73113114-
CMYK0.360.0100.55
HSL181.46º21.93%36.67%-
HSV(B)181.46º35.96%44.71%-
XYZ11.6914.4418.09-
YUV101.15135.25107.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.33%
GREEN value IS 113 (44.53% from 255) = 37.67%
BLUE value IS 114 (44.92% from 255) = 38%
R=24.33%
G=37.67%
B=38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731131140.360.0100.55181.4621.9336.67
Hex497172241037b51625
Octal1111611624410672652645
Binary100100111100011110010100100101101111011010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497172; }

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

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

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

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

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

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

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

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