Shades of Governor Bay #47549D
Tints of Governor Bay #47549D
RGB
CMYK
RGB Variations
Color information
#47549D (or 0x47549D) is known color: Governor Bay. HEX triplet: 47, 54 and 9D. RGB value is (71,84,157). Sum of RGB (Red+Green+Blue) = 71+84+157=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 84 (33.20% from 255 or 26.92% from 312); Blue value is 157 (61.72% from 255 or 50.32% from 312); Max value from RGB is 157 - color contains mainly: blue. Hex color #47549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47549D is #B8AB62. Grayscale: #585858. Windows color (decimal): -12102499 or 10310727. OLE color: 10310727.
HSL color Cylindrical-coordinate representation of color #47549D: hue angle of 230.93º 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 #47549D is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 71 | 84 | 157 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.38 |
| HSL | 230.93º | 0.38% | 0.45% | - |
| HSV(B) | 230.93º | 0.55% | 0.62% | - |
| XYZ | 11.85 | 10.11 | 33.23 | - |
| YUV | 88.44 | 166.69 | 115.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 157 | 0.55 | 0.46 | 0 | 0.38 | 230.93 | 0.38 | 0.45 |
| Hex | 47 | 54 | 9D | 37 | 2E | 0 | 26 | E7 | 26 | 2D |
| Octal | 107 | 124 | 235 | 67 | 56 | 0 | 46 | 347 | 46 | 55 |
| Binary | 1000111 | 1010100 | 10011101 | 110111 | 101110 | 0 | 100110 | 11100111 | 100110 | 101101 |
Color Harmonies of #47549D
Complementary color
Monochromatic Colors of #47549D
Black with #47549D
Text Example
Text Example
White with #47549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47549D; }
p { color: rgb(71,84,157); }
H1.HeaderClassName
{
color: #47549D;
}
.AnyTagClassName
{
color: #47549D;
}
</style>
background-color css
<style>
a { background-color: #47549D; }
a { background-color: rgb(71,84,157); }
div.DivClassName
{
background-color: #47549D;
}
.BgClassName
{
background-color: #47549D;
}
</style>
border-color css
<style>
span { border-color: #47549D; }
span { border-color: rgb(71,84,157); }
td.TdClassName
{
border-color: #47549D;
}
.TagClassName
{
border-color: #47549D;
}
</style>