In VB6, ForeColor could translate into a single numeric value, which I then saved into my DB. With VB.Net, I still need to save ForeColor, however, I cant cast a Color to a number or vice versa. Is my only option to save the individual R, G, and B values of a controls .ForeColor property?