Shades of Governor Bay #49588F
Tints of Governor Bay #49588F
RGB
CMYK
RGB Variations
Color information
#49588F (or 0x49588F) is known color: Governor Bay. HEX triplet: 49, 58 and 8F. RGB value is (73,88,143). Sum of RGB (Red+Green+Blue) = 73+88+143=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 143 (56.25% from 255 or 47.04% from 304); Max value from RGB is 143 - color contains mainly: blue. Hex color #49588F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49588F is #B6A770. Grayscale: #595959. Windows color (decimal): -11970417 or 9394249. OLE color: 9394249.
HSL color Cylindrical-coordinate representation of color #49588F: hue angle of 227.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49588F is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 88 | 143 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.44 |
| HSL | 227.14º | 0.32% | 0.42% | - |
| HSV(B) | 227.14º | 0.49% | 0.56% | - |
| XYZ | 11.2 | 10.38 | 27.4 | - |
| YUV | 89.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 143 | 0.49 | 0.38 | 0 | 0.44 | 227.14 | 0.32 | 0.42 |
| Hex | 49 | 58 | 8F | 31 | 26 | 0 | 2C | E3 | 20 | 2A |
| Octal | 111 | 130 | 217 | 61 | 46 | 0 | 54 | 343 | 40 | 52 |
| Binary | 1001001 | 1011000 | 10001111 | 110001 | 100110 | 0 | 101100 | 11100011 | 100000 | 101010 |
Color Harmonies of #49588F
Complementary color
Monochromatic Colors of #49588F
Black with #49588F
Text Example
Text Example
White with #49588F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49588F; }
p { color: rgb(73,88,143); }
H1.HeaderClassName
{
color: #49588F;
}
.AnyTagClassName
{
color: #49588F;
}
</style>
background-color css
<style>
a { background-color: #49588F; }
a { background-color: rgb(73,88,143); }
div.DivClassName
{
background-color: #49588F;
}
.BgClassName
{
background-color: #49588F;
}
</style>
border-color css
<style>
span { border-color: #49588F; }
span { border-color: rgb(73,88,143); }
td.TdClassName
{
border-color: #49588F;
}
.TagClassName
{
border-color: #49588F;
}
</style>