Shades of Governor Bay #47529D
Tints of Governor Bay #47529D
RGB
CMYK
RGB Variations
Color information
#47529D (or 0x47529D) is known color: Governor Bay. HEX triplet: 47, 52 and 9D. RGB value is (71,82,157). Sum of RGB (Red+Green+Blue) = 71+82+157=310 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.90% from 310); Green value is 82 (32.42% from 255 or 26.45% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #47529D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47529D is #B8AD62. Grayscale: #565656. Windows color (decimal): -12103011 or 10310215. OLE color: 10310215.
HSL color Cylindrical-coordinate representation of color #47529D: hue angle of 232.33º 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 #47529D is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 82 | 157 | - |
| CMYK | 0.55 | 0.48 | 0 | 0.38 |
| HSL | 232.33º | 0.38% | 0.45% | - |
| HSV(B) | 232.33º | 0.55% | 0.62% | - |
| XYZ | 11.7 | 9.81 | 33.17 | - |
| YUV | 87.26 | 167.36 | 116.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 82 | 157 | 0.55 | 0.48 | 0 | 0.38 | 232.33 | 0.38 | 0.45 |
| Hex | 47 | 52 | 9D | 37 | 30 | 0 | 26 | E8 | 26 | 2D |
| Octal | 107 | 122 | 235 | 67 | 60 | 0 | 46 | 350 | 46 | 55 |
| Binary | 1000111 | 1010010 | 10011101 | 110111 | 110000 | 0 | 100110 | 11101000 | 100110 | 101101 |
Color Harmonies of #47529D
Complementary color
Monochromatic Colors of #47529D
Black with #47529D
Text Example
Text Example
White with #47529D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47529D; }
p { color: rgb(71,82,157); }
H1.HeaderClassName
{
color: #47529D;
}
.AnyTagClassName
{
color: #47529D;
}
</style>
background-color css
<style>
a { background-color: #47529D; }
a { background-color: rgb(71,82,157); }
div.DivClassName
{
background-color: #47529D;
}
.BgClassName
{
background-color: #47529D;
}
</style>
border-color css
<style>
span { border-color: #47529D; }
span { border-color: rgb(71,82,157); }
td.TdClassName
{
border-color: #47529D;
}
.TagClassName
{
border-color: #47529D;
}
</style>