#496F72

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

Shades of Ming #496F72

Tints of Ming #496F72

Color information

#496F72 (or 0x496F72) is unknown color: approx Ming. HEX triplet: 49, 6F and 72. RGB value is (73,111,114). Sum of RGB (Red+Green+Blue) = 73+111+114=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 111 (43.75% from 255 or 37.25% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 114 - color contains mainly: blue. Hex color #496F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F72 is #B6908D. Grayscale: #636363. Windows color (decimal): -11964558 or 7499593. OLE color: 7499593.

HSL color Cylindrical-coordinate representation of color #496F72: hue angle of 184.39º 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 #496F72 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB73111114-
CMYK0.360.0300.55
HSL184.39º21.93%36.67%-
HSV(B)184.39º35.96%44.71%-
XYZ11.471418.02-
YUV99.98135.91108.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.50%
GREEN value IS 111 (43.75% from 255) = 37.25%
BLUE value IS 114 (44.92% from 255) = 38.26%
R=24.50%
G=37.25%
B=38.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal731111140.360.0300.55184.3921.9336.67
Hex496F72243037b81625
Octal1111571624430672702645
Binary1001001110111111100101001001101101111011100010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #496F72; }

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

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

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

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

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

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

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

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