Unity Buttons: Disabled Color?

To ‘disable’ a Unity Button and show its disabled color, DO NOT DISABLE the button, simply set

buttonName.interactable = false;