#497A63

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

Shades of Como #497A63

Tints of Como #497A63

Color information

#497A63 (or 0x497A63) is unknown color: approx Como. HEX triplet: 49, 7A and 63. RGB value is (73,122,99). Sum of RGB (Red+Green+Blue) = 73+122+99=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #497A63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A63 is #B6859C. Grayscale: #686868. Windows color (decimal): -11961757 or 6519369. OLE color: 6519369.

HSL color Cylindrical-coordinate representation of color #497A63: hue angle of 151.84º 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 #497A63 is Cyan = 0.40, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.52.

Color convert

RGB7312299-
CMYK0.4000.190.52
HSL151.84º25.13%38.24%-
HSV(B)151.84º40.16%47.84%-
XYZ11.9616.2414.31-
YUV104.73124.77105.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.83%
GREEN value IS 122 (48.05% from 255) = 41.50%
BLUE value IS 99 (39.06% from 255) = 33.67%
R=24.83%
G=41.50%
B=33.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122990.4000.190.52151.8425.1338.24
Hex497A632801334981926
Octal11117214350023642303146
Binary1001001111101011000111010000100111101001001100011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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