Shades of Governor Bay #4747A9
Tints of Governor Bay #4747A9
RGB
CMYK
RGB Variations
Color information
#4747A9 (or 0x4747A9) is known color: Governor Bay. HEX triplet: 47, 47 and A9. RGB value is (71,71,169). Sum of RGB (Red+Green+Blue) = 71+71+169=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #4747A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4747A9 is #B8B856. Grayscale: #515151. Windows color (decimal): -12105815 or 11093831. OLE color: 11093831.
HSL color Cylindrical-coordinate representation of color #4747A9: hue angle of 240º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4747A9 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 71 | 71 | 169 | - |
| CMYK | 0.58 | 0.58 | 0 | 0.34 |
| HSL | 240º | 0.41% | 0.47% | - |
| HSV(B) | 240º | 0.58% | 0.66% | - |
| XYZ | 12.01 | 8.71 | 38.58 | - |
| YUV | 82.17 | 177 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 71 | 169 | 0.58 | 0.58 | 0 | 0.34 | 240 | 0.41 | 0.47 |
| Hex | 47 | 47 | A9 | 3A | 3A | 0 | 22 | F0 | 29 | 2F |
| Octal | 107 | 107 | 251 | 72 | 72 | 0 | 42 | 360 | 51 | 57 |
| Binary | 1000111 | 1000111 | 10101001 | 111010 | 111010 | 0 | 100010 | 11110000 | 101001 | 101111 |
Color Harmonies of #4747A9
Complementary color
Monochromatic Colors of #4747A9
Black with #4747A9
Text Example
Text Example
White with #4747A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4747A9; }
p { color: rgb(71,71,169); }
H1.HeaderClassName
{
color: #4747A9;
}
.AnyTagClassName
{
color: #4747A9;
}
</style>
background-color css
<style>
a { background-color: #4747A9; }
a { background-color: rgb(71,71,169); }
div.DivClassName
{
background-color: #4747A9;
}
.BgClassName
{
background-color: #4747A9;
}
</style>
border-color css
<style>
span { border-color: #4747A9; }
span { border-color: rgb(71,71,169); }
td.TdClassName
{
border-color: #4747A9;
}
.TagClassName
{
border-color: #4747A9;
}
</style>