Shades of Governor Bay #49599E
Tints of Governor Bay #49599E
RGB
CMYK
RGB Variations
Color information
#49599E (or 0x49599E) is known color: Governor Bay. HEX triplet: 49, 59 and 9E. RGB value is (73,89,158). Sum of RGB (Red+Green+Blue) = 73+89+158=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #49599E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49599E is #B6A661. Grayscale: #5B5B5B. Windows color (decimal): -11970146 or 10377545. OLE color: 10377545.
HSL color Cylindrical-coordinate representation of color #49599E: hue angle of 228.71º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49599E is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 89 | 158 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.38 |
| HSL | 228.71º | 0.37% | 0.45% | - |
| HSV(B) | 228.71º | 0.54% | 0.62% | - |
| XYZ | 12.49 | 11.03 | 33.82 | - |
| YUV | 92.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 158 | 0.54 | 0.44 | 0 | 0.38 | 228.71 | 0.37 | 0.45 |
| Hex | 49 | 59 | 9E | 36 | 2C | 0 | 26 | E5 | 25 | 2D |
| Octal | 111 | 131 | 236 | 66 | 54 | 0 | 46 | 345 | 45 | 55 |
| Binary | 1001001 | 1011001 | 10011110 | 110110 | 101100 | 0 | 100110 | 11100101 | 100101 | 101101 |
Color Harmonies of #49599E
Complementary color
Monochromatic Colors of #49599E
Black with #49599E
Text Example
Text Example
White with #49599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49599E; }
p { color: rgb(73,89,158); }
H1.HeaderClassName
{
color: #49599E;
}
.AnyTagClassName
{
color: #49599E;
}
</style>
background-color css
<style>
a { background-color: #49599E; }
a { background-color: rgb(73,89,158); }
div.DivClassName
{
background-color: #49599E;
}
.BgClassName
{
background-color: #49599E;
}
</style>
border-color css
<style>
span { border-color: #49599E; }
span { border-color: rgb(73,89,158); }
td.TdClassName
{
border-color: #49599E;
}
.TagClassName
{
border-color: #49599E;
}
</style>