#496F70

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

Shades of Ming #496F70

Tints of Ming #496F70

Color information

#496F70 (or 0x496F70) is unknown color: approx Ming. HEX triplet: 49, 6F and 70. RGB value is (73,111,112). Sum of RGB (Red+Green+Blue) = 73+111+112=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #496F70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496F70 is #B6908F. Grayscale: #636363. Windows color (decimal): -11964560 or 7368521. OLE color: 7368521.

HSL color Cylindrical-coordinate representation of color #496F70: hue angle of 181.54º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #496F70 is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB73111112-
CMYK0.350.0100.56
HSL181.54º21.08%36.27%-
HSV(B)181.54º34.82%43.92%-
XYZ11.3613.9617.42-
YUV99.75134.91108.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 111 (43.75% from 255) = 37.5%
BLUE value IS 112 (44.14% from 255) = 37.84%
R=24.66%
G=37.5%
B=37.84%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal731111120.350.0100.56181.5421.0836.27
Hex496F70231038b61524
Octal1111571604310702662544
Binary100100111011111110000100011101110001011011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #496F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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