Shades of Governor Bay #47559B
Tints of Governor Bay #47559B
RGB
CMYK
RGB Variations
Color information
#47559B (or 0x47559B) is known color: Governor Bay. HEX triplet: 47, 55 and 9B. RGB value is (71,85,155). Sum of RGB (Red+Green+Blue) = 71+85+155=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #47559B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47559B is #B8AA64. Grayscale: #585858. Windows color (decimal): -12102245 or 10179911. OLE color: 10179911.
HSL color Cylindrical-coordinate representation of color #47559B: hue angle of 230º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47559B is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 85 | 155 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.39 |
| HSL | 230º | 0.37% | 0.44% | - |
| HSV(B) | 230º | 0.54% | 0.61% | - |
| XYZ | 11.76 | 10.2 | 32.36 | - |
| YUV | 88.79 | 165.36 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 155 | 0.54 | 0.45 | 0 | 0.39 | 230 | 0.37 | 0.44 |
| Hex | 47 | 55 | 9B | 36 | 2D | 0 | 27 | E6 | 25 | 2C |
| Octal | 107 | 125 | 233 | 66 | 55 | 0 | 47 | 346 | 45 | 54 |
| Binary | 1000111 | 1010101 | 10011011 | 110110 | 101101 | 0 | 100111 | 11100110 | 100101 | 101100 |
Color Harmonies of #47559B
Complementary color
Monochromatic Colors of #47559B
Black with #47559B
Text Example
Text Example
White with #47559B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47559B; }
p { color: rgb(71,85,155); }
H1.HeaderClassName
{
color: #47559B;
}
.AnyTagClassName
{
color: #47559B;
}
</style>
background-color css
<style>
a { background-color: #47559B; }
a { background-color: rgb(71,85,155); }
div.DivClassName
{
background-color: #47559B;
}
.BgClassName
{
background-color: #47559B;
}
</style>
border-color css
<style>
span { border-color: #47559B; }
span { border-color: rgb(71,85,155); }
td.TdClassName
{
border-color: #47559B;
}
.TagClassName
{
border-color: #47559B;
}
</style>