Shades of Governor Bay #4547A9
Tints of Governor Bay #4547A9
RGB
CMYK
RGB Variations
Color information
#4547A9 (or 0x4547A9) is known color: Governor Bay. HEX triplet: 45, 47 and A9. RGB value is (69,71,169). Sum of RGB (Red+Green+Blue) = 69+71+169=309 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.33% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 169 (66.41% from 255 or 54.69% from 309); Max value from RGB is 169 - color contains mainly: blue. Hex color #4547A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4547A9 is #BAB856. Grayscale: #515151. Windows color (decimal): -12236887 or 11093829. OLE color: 11093829.
HSL color Cylindrical-coordinate representation of color #4547A9: hue angle of 238.8º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4547A9 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 71 | 169 | - |
| CMYK | 0.59 | 0.58 | 0 | 0.34 |
| HSL | 238.8º | 0.42% | 0.47% | - |
| HSV(B) | 238.8º | 0.59% | 0.66% | - |
| XYZ | 11.87 | 8.64 | 38.58 | - |
| YUV | 81.57 | 177.34 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 71 | 169 | 0.59 | 0.58 | 0 | 0.34 | 238.8 | 0.42 | 0.47 |
| Hex | 45 | 47 | A9 | 3B | 3A | 0 | 22 | EF | 2A | 2F |
| Octal | 105 | 107 | 251 | 73 | 72 | 0 | 42 | 357 | 52 | 57 |
| Binary | 1000101 | 1000111 | 10101001 | 111011 | 111010 | 0 | 100010 | 11101111 | 101010 | 101111 |
Color Harmonies of #4547A9
Complementary color
Monochromatic Colors of #4547A9
Black with #4547A9
Text Example
Text Example
White with #4547A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4547A9; }
p { color: rgb(69,71,169); }
H1.HeaderClassName
{
color: #4547A9;
}
.AnyTagClassName
{
color: #4547A9;
}
</style>
background-color css
<style>
a { background-color: #4547A9; }
a { background-color: rgb(69,71,169); }
div.DivClassName
{
background-color: #4547A9;
}
.BgClassName
{
background-color: #4547A9;
}
</style>
border-color css
<style>
span { border-color: #4547A9; }
span { border-color: rgb(69,71,169); }
td.TdClassName
{
border-color: #4547A9;
}
.TagClassName
{
border-color: #4547A9;
}
</style>