Shades of Governor Bay #475899
Tints of Governor Bay #475899
RGB
CMYK
RGB Variations
Color information
#475899 (or 0x475899) is known color: Governor Bay. HEX triplet: 47, 58 and 99. RGB value is (71,88,153). Sum of RGB (Red+Green+Blue) = 71+88+153=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #475899 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475899 is #B8A766. Grayscale: #5A5A5A. Windows color (decimal): -12101479 or 10049607. OLE color: 10049607.
HSL color Cylindrical-coordinate representation of color #475899: hue angle of 227.56º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #475899 is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 71 | 88 | 153 | - |
| CMYK | 0.54 | 0.42 | 0 | 0.4 |
| HSL | 227.56º | 0.37% | 0.44% | - |
| HSV(B) | 227.56º | 0.54% | 0.6% | - |
| XYZ | 11.84 | 10.62 | 31.56 | - |
| YUV | 90.33 | 163.37 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 88 | 153 | 0.54 | 0.42 | 0 | 0.4 | 227.56 | 0.37 | 0.44 |
| Hex | 47 | 58 | 99 | 36 | 2A | 0 | 28 | E4 | 25 | 2C |
| Octal | 107 | 130 | 231 | 66 | 52 | 0 | 50 | 344 | 45 | 54 |
| Binary | 1000111 | 1011000 | 10011001 | 110110 | 101010 | 0 | 101000 | 11100100 | 100101 | 101100 |
Color Harmonies of #475899
Complementary color
Monochromatic Colors of #475899
Black with #475899
Text Example
Text Example
White with #475899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475899; }
p { color: rgb(71,88,153); }
H1.HeaderClassName
{
color: #475899;
}
.AnyTagClassName
{
color: #475899;
}
</style>
background-color css
<style>
a { background-color: #475899; }
a { background-color: rgb(71,88,153); }
div.DivClassName
{
background-color: #475899;
}
.BgClassName
{
background-color: #475899;
}
</style>
border-color css
<style>
span { border-color: #475899; }
span { border-color: rgb(71,88,153); }
td.TdClassName
{
border-color: #475899;
}
.TagClassName
{
border-color: #475899;
}
</style>