Shades of Governor Bay #4959A0
Tints of Governor Bay #4959A0
RGB
CMYK
RGB Variations
Color information
#4959A0 (or 0x4959A0) is known color: Governor Bay. HEX triplet: 49, 59 and A0. RGB value is (73,89,160). Sum of RGB (Red+Green+Blue) = 73+89+160=322 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.67% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 160 (62.89% from 255 or 49.69% from 322); Max value from RGB is 160 - color contains mainly: blue. Hex color #4959A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4959A0 is #B6A65F. Grayscale: #5C5C5C. Windows color (decimal): -11970144 or 10508617. OLE color: 10508617.
HSL color Cylindrical-coordinate representation of color #4959A0: hue angle of 228.97º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4959A0 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 89 | 160 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.37 |
| HSL | 228.97º | 0.37% | 0.46% | - |
| HSV(B) | 228.97º | 0.54% | 0.63% | - |
| XYZ | 12.67 | 11.1 | 34.73 | - |
| YUV | 92.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 160 | 0.54 | 0.44 | 0 | 0.37 | 228.97 | 0.37 | 0.46 |
| Hex | 49 | 59 | A0 | 36 | 2C | 0 | 25 | E5 | 25 | 2E |
| Octal | 111 | 131 | 240 | 66 | 54 | 0 | 45 | 345 | 45 | 56 |
| Binary | 1001001 | 1011001 | 10100000 | 110110 | 101100 | 0 | 100101 | 11100101 | 100101 | 101110 |
Color Harmonies of #4959A0
Complementary color
Monochromatic Colors of #4959A0
Black with #4959A0
Text Example
Text Example
White with #4959A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4959A0; }
p { color: rgb(73,89,160); }
H1.HeaderClassName
{
color: #4959A0;
}
.AnyTagClassName
{
color: #4959A0;
}
</style>
background-color css
<style>
a { background-color: #4959A0; }
a { background-color: rgb(73,89,160); }
div.DivClassName
{
background-color: #4959A0;
}
.BgClassName
{
background-color: #4959A0;
}
</style>
border-color css
<style>
span { border-color: #4959A0; }
span { border-color: rgb(73,89,160); }
td.TdClassName
{
border-color: #4959A0;
}
.TagClassName
{
border-color: #4959A0;
}
</style>