#497057

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

Shades of Como #497057

Tints of Como #497057

Color information

#497057 (or 0x497057) is unknown color: approx Como. HEX triplet: 49, 70 and 57. RGB value is (73,112,87). Sum of RGB (Red+Green+Blue) = 73+112+87=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 87 (34.38% from 255 or 31.99% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #497057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497057 is #B68FA8. Grayscale: #616161. Windows color (decimal): -11964329 or 5730377. OLE color: 5730377.

HSL color Cylindrical-coordinate representation of color #497057: hue angle of 141.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 #497057 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.56.

Color convert

RGB7311287-
CMYK0.3500.220.56
HSL141.54º21.08%36.27%-
HSV(B)141.54º34.82%43.92%-
XYZ10.2613.6911.12-
YUV97.49122.08110.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 87 (34.38% from 255) = 31.99%
R=26.84%
G=41.18%
B=31.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal73112870.3500.220.56141.5421.0836.27
Hex49705723016388e1524
Octal11116012743026702162544
Binary1001001111000010101111000110101101110001000111010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497057; }

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

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

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

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

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

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

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

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