#497A5E

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

Shades of Como #497A5E

Tints of Como #497A5E

Color information

#497A5E (or 0x497A5E) is unknown color: approx Como. HEX triplet: 49, 7A and 5E. RGB value is (73,122,94). Sum of RGB (Red+Green+Blue) = 73+122+94=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 122 (48.05% from 255 or 42.21% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 122 - color contains mainly: green. Hex color #497A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A5E is #B685A1. Grayscale: #686868. Windows color (decimal): -11961762 or 6191689. OLE color: 6191689.

HSL color Cylindrical-coordinate representation of color #497A5E: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #497A5E is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB7312294-
CMYK0.4000.230.52
HSL145.71º25.13%38.24%-
HSV(B)145.71º40.16%47.84%-
XYZ11.7316.1413.09-
YUV104.16122.27105.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.26%
GREEN value IS 122 (48.05% from 255) = 42.21%
BLUE value IS 94 (37.11% from 255) = 32.53%
R=25.26%
G=42.21%
B=32.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122940.4000.230.52145.7125.1338.24
Hex497A5E2801734921926
Octal11117213650027642223146
Binary1001001111101010111101010000101111101001001001011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #497A5E; }

 p { color: rgb(73,122,94); }

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

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

 a { background-color: rgb(73,122,94); }

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

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

 span { border-color: rgb(73,122,94); }

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