Shades of Governor Bay #475090
Tints of Governor Bay #475090
RGB
CMYK
RGB Variations
Color information
#475090 (or 0x475090) is known color: Governor Bay. HEX triplet: 47, 50 and 90. RGB value is (71,80,144). Sum of RGB (Red+Green+Blue) = 71+80+144=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 144 (56.64% from 255 or 48.81% from 295); Max value from RGB is 144 - color contains mainly: blue. Hex color #475090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475090 is #B8AF6F. Grayscale: #545454. Windows color (decimal): -12103536 or 9457735. OLE color: 9457735.
HSL color Cylindrical-coordinate representation of color #475090: hue angle of 232.6º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475090 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 71 | 80 | 144 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.44 |
| HSL | 232.6º | 0.34% | 0.42% | - |
| HSV(B) | 232.6º | 0.51% | 0.56% | - |
| XYZ | 10.5 | 9.09 | 27.59 | - |
| YUV | 84.61 | 161.52 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 144 | 0.51 | 0.44 | 0 | 0.44 | 232.6 | 0.34 | 0.42 |
| Hex | 47 | 50 | 90 | 33 | 2C | 0 | 2C | E9 | 22 | 2A |
| Octal | 107 | 120 | 220 | 63 | 54 | 0 | 54 | 351 | 42 | 52 |
| Binary | 1000111 | 1010000 | 10010000 | 110011 | 101100 | 0 | 101100 | 11101001 | 100010 | 101010 |
Color Harmonies of #475090
Complementary color
Monochromatic Colors of #475090
Black with #475090
Text Example
Text Example
White with #475090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475090; }
p { color: rgb(71,80,144); }
H1.HeaderClassName
{
color: #475090;
}
.AnyTagClassName
{
color: #475090;
}
</style>
background-color css
<style>
a { background-color: #475090; }
a { background-color: rgb(71,80,144); }
div.DivClassName
{
background-color: #475090;
}
.BgClassName
{
background-color: #475090;
}
</style>
border-color css
<style>
span { border-color: #475090; }
span { border-color: rgb(71,80,144); }
td.TdClassName
{
border-color: #475090;
}
.TagClassName
{
border-color: #475090;
}
</style>