Shades of Governor Bay #47519F
Tints of Governor Bay #47519F
RGB
CMYK
RGB Variations
Color information
#47519F (or 0x47519F) is known color: Governor Bay. HEX triplet: 47, 51 and 9F. RGB value is (71,81,159). Sum of RGB (Red+Green+Blue) = 71+81+159=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #47519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47519F is #B8AE60. Grayscale: #565656. Windows color (decimal): -12103265 or 10441031. OLE color: 10441031.
HSL color Cylindrical-coordinate representation of color #47519F: hue angle of 233.18º 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 #47519F is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 81 | 159 | - |
| CMYK | 0.55 | 0.49 | 0 | 0.38 |
| HSL | 233.18º | 0.38% | 0.45% | - |
| HSV(B) | 233.18º | 0.55% | 0.62% | - |
| XYZ | 11.8 | 9.73 | 34.06 | - |
| YUV | 86.9 | 168.69 | 116.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 159 | 0.55 | 0.49 | 0 | 0.38 | 233.18 | 0.38 | 0.45 |
| Hex | 47 | 51 | 9F | 37 | 31 | 0 | 26 | E9 | 26 | 2D |
| Octal | 107 | 121 | 237 | 67 | 61 | 0 | 46 | 351 | 46 | 55 |
| Binary | 1000111 | 1010001 | 10011111 | 110111 | 110001 | 0 | 100110 | 11101001 | 100110 | 101101 |
Color Harmonies of #47519F
Complementary color
Monochromatic Colors of #47519F
Black with #47519F
Text Example
Text Example
White with #47519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47519F; }
p { color: rgb(71,81,159); }
H1.HeaderClassName
{
color: #47519F;
}
.AnyTagClassName
{
color: #47519F;
}
</style>
background-color css
<style>
a { background-color: #47519F; }
a { background-color: rgb(71,81,159); }
div.DivClassName
{
background-color: #47519F;
}
.BgClassName
{
background-color: #47519F;
}
</style>
border-color css
<style>
span { border-color: #47519F; }
span { border-color: rgb(71,81,159); }
td.TdClassName
{
border-color: #47519F;
}
.TagClassName
{
border-color: #47519F;
}
</style>