Shades of Governor Bay #47529E
Tints of Governor Bay #47529E
RGB
CMYK
RGB Variations
Color information
#47529E (or 0x47529E) is known color: Governor Bay. HEX triplet: 47, 52 and 9E. RGB value is (71,82,158). Sum of RGB (Red+Green+Blue) = 71+82+158=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #47529E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47529E is #B8AD61. Grayscale: #575757. Windows color (decimal): -12103010 or 10375751. OLE color: 10375751.
HSL color Cylindrical-coordinate representation of color #47529E: hue angle of 232.41º 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 #47529E is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 82 | 158 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.38 |
| HSL | 232.41º | 0.38% | 0.45% | - |
| HSV(B) | 232.41º | 0.55% | 0.62% | - |
| XYZ | 11.79 | 9.84 | 33.63 | - |
| YUV | 87.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 158 | 0.55 | 0.48 | 0 | 0.38 | 232.41 | 0.38 | 0.45 |
| Hex | 47 | 52 | 9E | 37 | 30 | 0 | 26 | E8 | 26 | 2D |
| Octal | 107 | 122 | 236 | 67 | 60 | 0 | 46 | 350 | 46 | 55 |
| Binary | 1000111 | 1010010 | 10011110 | 110111 | 110000 | 0 | 100110 | 11101000 | 100110 | 101101 |
Color Harmonies of #47529E
Complementary color
Monochromatic Colors of #47529E
Black with #47529E
Text Example
Text Example
White with #47529E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47529E; }
p { color: rgb(71,82,158); }
H1.HeaderClassName
{
color: #47529E;
}
.AnyTagClassName
{
color: #47529E;
}
</style>
background-color css
<style>
a { background-color: #47529E; }
a { background-color: rgb(71,82,158); }
div.DivClassName
{
background-color: #47529E;
}
.BgClassName
{
background-color: #47529E;
}
</style>
border-color css
<style>
span { border-color: #47529E; }
span { border-color: rgb(71,82,158); }
td.TdClassName
{
border-color: #47529E;
}
.TagClassName
{
border-color: #47529E;
}
</style>