Shades of Governor Bay #49599F
Tints of Governor Bay #49599F
RGB
CMYK
RGB Variations
Color information
#49599F (or 0x49599F) is known color: Governor Bay. HEX triplet: 49, 59 and 9F. RGB value is (73,89,159). Sum of RGB (Red+Green+Blue) = 73+89+159=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #49599F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49599F is #B6A660. Grayscale: #5B5B5B. Windows color (decimal): -11970145 or 10443081. OLE color: 10443081.
HSL color Cylindrical-coordinate representation of color #49599F: hue angle of 228.84º 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 #49599F is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 89 | 159 | - |
| CMYK | 0.54 | 0.44 | 0 | 0.38 |
| HSL | 228.84º | 0.37% | 0.45% | - |
| HSV(B) | 228.84º | 0.54% | 0.62% | - |
| XYZ | 12.58 | 11.06 | 34.27 | - |
| YUV | 92.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 159 | 0.54 | 0.44 | 0 | 0.38 | 228.84 | 0.37 | 0.45 |
| Hex | 49 | 59 | 9F | 36 | 2C | 0 | 26 | E5 | 25 | 2D |
| Octal | 111 | 131 | 237 | 66 | 54 | 0 | 46 | 345 | 45 | 55 |
| Binary | 1001001 | 1011001 | 10011111 | 110110 | 101100 | 0 | 100110 | 11100101 | 100101 | 101101 |
Color Harmonies of #49599F
Complementary color
Monochromatic Colors of #49599F
Black with #49599F
Text Example
Text Example
White with #49599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49599F; }
p { color: rgb(73,89,159); }
H1.HeaderClassName
{
color: #49599F;
}
.AnyTagClassName
{
color: #49599F;
}
</style>
background-color css
<style>
a { background-color: #49599F; }
a { background-color: rgb(73,89,159); }
div.DivClassName
{
background-color: #49599F;
}
.BgClassName
{
background-color: #49599F;
}
</style>
border-color css
<style>
span { border-color: #49599F; }
span { border-color: rgb(73,89,159); }
td.TdClassName
{
border-color: #49599F;
}
.TagClassName
{
border-color: #49599F;
}
</style>