#497C63

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

Shades of Como #497C63

Tints of Como #497C63

Color information

#497C63 (or 0x497C63) is unknown color: approx Como. HEX triplet: 49, 7C and 63. RGB value is (73,124,99). Sum of RGB (Red+Green+Blue) = 73+124+99=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 99 (39.06% from 255 or 33.45% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #497C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #497C63 is #B6839C. Grayscale: #696969. Windows color (decimal): -11961245 or 6519881. OLE color: 6519881.

HSL color Cylindrical-coordinate representation of color #497C63: hue angle of 150.59º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #497C63 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.51.

Color convert

RGB7312499-
CMYK0.4100.200.51
HSL150.59º25.89%38.63%-
HSV(B)150.59º41.13%48.63%-
XYZ12.2116.7314.39-
YUV105.9124.1104.53-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.66%
GREEN value IS 124 (48.83% from 255) = 41.89%
BLUE value IS 99 (39.06% from 255) = 33.45%
R=24.66%
G=41.89%
B=33.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal73124990.4100.200.51150.5925.8938.63
Hex497C632901433971a27
Octal11117414351024632273247
Binary1001001111110011000111010010101001100111001011111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #497C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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