Shades of Governor Bay #494D89
Tints of Governor Bay #494D89
RGB
CMYK
RGB Variations
Color information
#494D89 (or 0x494D89) is known color: Governor Bay. HEX triplet: 49, 4D and 89. RGB value is (73,77,137). Sum of RGB (Red+Green+Blue) = 73+77+137=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 137 (53.91% from 255 or 47.74% from 287); Max value from RGB is 137 - color contains mainly: blue. Hex color #494D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D89 is #B6B276. Grayscale: #525252. Windows color (decimal): -11973239 or 8998217. OLE color: 8998217.
HSL color Cylindrical-coordinate representation of color #494D89: hue angle of 236.25º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494D89 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 77 | 137 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.46 |
| HSL | 236.25º | 0.3% | 0.41% | - |
| HSV(B) | 236.25º | 0.47% | 0.54% | - |
| XYZ | 9.92 | 8.53 | 24.79 | - |
| YUV | 82.64 | 158.67 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 137 | 0.47 | 0.44 | 0 | 0.46 | 236.25 | 0.3 | 0.41 |
| Hex | 49 | 4D | 89 | 2F | 2C | 0 | 2E | EC | 1E | 29 |
| Octal | 111 | 115 | 211 | 57 | 54 | 0 | 56 | 354 | 36 | 51 |
| Binary | 1001001 | 1001101 | 10001001 | 101111 | 101100 | 0 | 101110 | 11101100 | 11110 | 101001 |
Color Harmonies of #494D89
Complementary color
Monochromatic Colors of #494D89
Black with #494D89
Text Example
Text Example
White with #494D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D89; }
p { color: rgb(73,77,137); }
H1.HeaderClassName
{
color: #494D89;
}
.AnyTagClassName
{
color: #494D89;
}
</style>
background-color css
<style>
a { background-color: #494D89; }
a { background-color: rgb(73,77,137); }
div.DivClassName
{
background-color: #494D89;
}
.BgClassName
{
background-color: #494D89;
}
</style>
border-color css
<style>
span { border-color: #494D89; }
span { border-color: rgb(73,77,137); }
td.TdClassName
{
border-color: #494D89;
}
.TagClassName
{
border-color: #494D89;
}
</style>