Shades of Governor Bay #47509F
Tints of Governor Bay #47509F
RGB
CMYK
RGB Variations
Color information
#47509F (or 0x47509F) is known color: Governor Bay. HEX triplet: 47, 50 and 9F. RGB value is (71,80,159). Sum of RGB (Red+Green+Blue) = 71+80+159=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 80 (31.64% from 255 or 25.81% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #47509F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47509F is #B8AF60. Grayscale: #555555. Windows color (decimal): -12103521 or 10440775. OLE color: 10440775.
HSL color Cylindrical-coordinate representation of color #47509F: hue angle of 233.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #47509F is Cyan = 0.55, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 80 | 159 | - |
| CMYK | 0.55 | 0.50 | 0 | 0.38 |
| HSL | 233.86º | 0.38% | 0.45% | - |
| HSV(B) | 233.86º | 0.55% | 0.62% | - |
| XYZ | 11.73 | 9.58 | 34.03 | - |
| YUV | 86.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 159 | 0.55 | 0.50 | 0 | 0.38 | 233.86 | 0.38 | 0.45 |
| Hex | 47 | 50 | 9F | 37 | 32 | 0 | 26 | EA | 26 | 2D |
| Octal | 107 | 120 | 237 | 67 | 62 | 0 | 46 | 352 | 46 | 55 |
| Binary | 1000111 | 1010000 | 10011111 | 110111 | 110010 | 0 | 100110 | 11101010 | 100110 | 101101 |
Color Harmonies of #47509F
Complementary color
Monochromatic Colors of #47509F
Black with #47509F
Text Example
Text Example
White with #47509F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47509F; }
p { color: rgb(71,80,159); }
H1.HeaderClassName
{
color: #47509F;
}
.AnyTagClassName
{
color: #47509F;
}
</style>
background-color css
<style>
a { background-color: #47509F; }
a { background-color: rgb(71,80,159); }
div.DivClassName
{
background-color: #47509F;
}
.BgClassName
{
background-color: #47509F;
}
</style>
border-color css
<style>
span { border-color: #47509F; }
span { border-color: rgb(71,80,159); }
td.TdClassName
{
border-color: #47509F;
}
.TagClassName
{
border-color: #47509F;
}
</style>