Shades of Governor Bay #4544A9
Tints of Governor Bay #4544A9
RGB
CMYK
RGB Variations
Color information
#4544A9 (or 0x4544A9) is known color: Governor Bay. HEX triplet: 45, 44 and A9. RGB value is (69,68,169). Sum of RGB (Red+Green+Blue) = 69+68+169=306 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.55% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 169 (66.41% from 255 or 55.23% from 306); Max value from RGB is 169 - color contains mainly: blue. Hex color #4544A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4544A9 is #BABB56. Grayscale: #4F4F4F. Windows color (decimal): -12237655 or 11093061. OLE color: 11093061.
HSL color Cylindrical-coordinate representation of color #4544A9: hue angle of 240.59º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4544A9 is Cyan = 0.59, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 69 | 68 | 169 | - |
| CMYK | 0.59 | 0.60 | 0 | 0.34 |
| HSL | 240.59º | 0.43% | 0.46% | - |
| HSV(B) | 240.59º | 0.6% | 0.66% | - |
| XYZ | 11.68 | 8.26 | 38.52 | - |
| YUV | 79.81 | 178.33 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 68 | 169 | 0.59 | 0.60 | 0 | 0.34 | 240.59 | 0.43 | 0.46 |
| Hex | 45 | 44 | A9 | 3B | 3C | 0 | 22 | F1 | 2B | 2E |
| Octal | 105 | 104 | 251 | 73 | 74 | 0 | 42 | 361 | 53 | 56 |
| Binary | 1000101 | 1000100 | 10101001 | 111011 | 111100 | 0 | 100010 | 11110001 | 101011 | 101110 |
Color Harmonies of #4544A9
Complementary color
Monochromatic Colors of #4544A9
Black with #4544A9
Text Example
Text Example
White with #4544A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4544A9; }
p { color: rgb(69,68,169); }
H1.HeaderClassName
{
color: #4544A9;
}
.AnyTagClassName
{
color: #4544A9;
}
</style>
background-color css
<style>
a { background-color: #4544A9; }
a { background-color: rgb(69,68,169); }
div.DivClassName
{
background-color: #4544A9;
}
.BgClassName
{
background-color: #4544A9;
}
</style>
border-color css
<style>
span { border-color: #4544A9; }
span { border-color: rgb(69,68,169); }
td.TdClassName
{
border-color: #4544A9;
}
.TagClassName
{
border-color: #4544A9;
}
</style>