myblue = (0.2980392156862745, 0.4470588235294118, 0.6901960784313725)
mygreen = (0.3333333333333333, 0.6588235294117647, 0.40784313725490196)
myred = (0.7686274509803922, 0.3058823529411765, 0.3215686274509804)
mypurple = (0.5058823529411764, 0.4470588235294118, 0.6980392156862745)
myyellow = (0.8, 0.7254901960784313, 0.4549019607843137)
myblue2 = (0.39215686274509803, 0.7098039215686275, 0.803921568627451)
myred2 = (1.0, 0.6235294117647059, 0.6039215686274509)
myblue_hex = u'#4c72b0'
mygreen_hex = u'#55a868'
myred_hex = u'#c44e52'
mypurple_hex = u'#8172b2'
myyellow_hex = u'#ccb974'
myblue2_hex = u'#64b5cd'
myred2_hex = '#ff9f9a'