#497A62

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

Shades of Como #497A62

Tints of Como #497A62

Color information

#497A62 (or 0x497A62) is unknown color: approx Como. HEX triplet: 49, 7A and 62. RGB value is (73,122,98). Sum of RGB (Red+Green+Blue) = 73+122+98=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 122 (48.05% from 255 or 41.64% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 122 - color contains mainly: green. Hex color #497A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497A62 is #B6859D. Grayscale: #686868. Windows color (decimal): -11961758 or 6453833. OLE color: 6453833.

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

Color convert

RGB7312298-
CMYK0.4000.200.52
HSL150.61º25.13%38.24%-
HSV(B)150.61º40.16%47.84%-
XYZ11.9116.2214.06-
YUV104.61124.27105.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.91%
GREEN value IS 122 (48.05% from 255) = 41.64%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=24.91%
G=41.64%
B=33.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal73122980.4000.200.52150.6125.1338.24
Hex497A622801434971926
Octal11117214250024642273146
Binary1001001111101011000101010000101001101001001011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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