Shades of Governor Bay #49588E
Tints of Governor Bay #49588E
RGB
CMYK
RGB Variations
Color information
#49588E (or 0x49588E) is known color: Governor Bay. HEX triplet: 49, 58 and 8E. RGB value is (73,88,142). Sum of RGB (Red+Green+Blue) = 73+88+142=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 142 (55.86% from 255 or 46.86% from 303); Max value from RGB is 142 - color contains mainly: blue. Hex color #49588E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49588E is #B6A771. Grayscale: #595959. Windows color (decimal): -11970418 or 9328713. OLE color: 9328713.
HSL color Cylindrical-coordinate representation of color #49588E: hue angle of 226.96º 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 #49588E is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 88 | 142 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.44 |
| HSL | 226.96º | 0.32% | 0.42% | - |
| HSV(B) | 226.96º | 0.49% | 0.56% | - |
| XYZ | 11.12 | 10.35 | 27 | - |
| YUV | 89.67 | 157.53 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 142 | 0.49 | 0.38 | 0 | 0.44 | 226.96 | 0.32 | 0.42 |
| Hex | 49 | 58 | 8E | 31 | 26 | 0 | 2C | E3 | 20 | 2A |
| Octal | 111 | 130 | 216 | 61 | 46 | 0 | 54 | 343 | 40 | 52 |
| Binary | 1001001 | 1011000 | 10001110 | 110001 | 100110 | 0 | 101100 | 11100011 | 100000 | 101010 |
Color Harmonies of #49588E
Complementary color
Monochromatic Colors of #49588E
Black with #49588E
Text Example
Text Example
White with #49588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49588E; }
p { color: rgb(73,88,142); }
H1.HeaderClassName
{
color: #49588E;
}
.AnyTagClassName
{
color: #49588E;
}
</style>
background-color css
<style>
a { background-color: #49588E; }
a { background-color: rgb(73,88,142); }
div.DivClassName
{
background-color: #49588E;
}
.BgClassName
{
background-color: #49588E;
}
</style>
border-color css
<style>
span { border-color: #49588E; }
span { border-color: rgb(73,88,142); }
td.TdClassName
{
border-color: #49588E;
}
.TagClassName
{
border-color: #49588E;
}
</style>