Shades of Governor Bay #47549C
Tints of Governor Bay #47549C
RGB
CMYK
RGB Variations
Color information
#47549C (or 0x47549C) is known color: Governor Bay. HEX triplet: 47, 54 and 9C. RGB value is (71,84,156). Sum of RGB (Red+Green+Blue) = 71+84+156=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #47549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #47549C is #B8AB63. Grayscale: #585858. Windows color (decimal): -12102500 or 10245191. OLE color: 10245191.
HSL color Cylindrical-coordinate representation of color #47549C: hue angle of 230.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #47549C is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 71 | 84 | 156 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.39 |
| HSL | 230.82º | 0.37% | 0.45% | - |
| HSV(B) | 230.82º | 0.54% | 0.61% | - |
| XYZ | 11.77 | 10.08 | 32.78 | - |
| YUV | 88.32 | 166.19 | 115.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 84 | 156 | 0.54 | 0.46 | 0 | 0.39 | 230.82 | 0.37 | 0.45 |
| Hex | 47 | 54 | 9C | 36 | 2E | 0 | 27 | E7 | 25 | 2D |
| Octal | 107 | 124 | 234 | 66 | 56 | 0 | 47 | 347 | 45 | 55 |
| Binary | 1000111 | 1010100 | 10011100 | 110110 | 101110 | 0 | 100111 | 11100111 | 100101 | 101101 |
Color Harmonies of #47549C
Complementary color
Monochromatic Colors of #47549C
Black with #47549C
Text Example
Text Example
White with #47549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47549C; }
p { color: rgb(71,84,156); }
H1.HeaderClassName
{
color: #47549C;
}
.AnyTagClassName
{
color: #47549C;
}
</style>
background-color css
<style>
a { background-color: #47549C; }
a { background-color: rgb(71,84,156); }
div.DivClassName
{
background-color: #47549C;
}
.BgClassName
{
background-color: #47549C;
}
</style>
border-color css
<style>
span { border-color: #47549C; }
span { border-color: rgb(71,84,156); }
td.TdClassName
{
border-color: #47549C;
}
.TagClassName
{
border-color: #47549C;
}
</style>