Shades of Governor Bay #49588D
Tints of Governor Bay #49588D
RGB
CMYK
RGB Variations
Color information
#49588D (or 0x49588D) is known color: Governor Bay. HEX triplet: 49, 58 and 8D. RGB value is (73,88,141). Sum of RGB (Red+Green+Blue) = 73+88+141=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #49588D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49588D is #B6A772. Grayscale: #595959. Windows color (decimal): -11970419 or 9263177. OLE color: 9263177.
HSL color Cylindrical-coordinate representation of color #49588D: hue angle of 226.76º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49588D is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 88 | 141 | - |
| CMYK | 0.48 | 0.38 | 0 | 0.45 |
| HSL | 226.76º | 0.32% | 0.42% | - |
| HSV(B) | 226.76º | 0.48% | 0.55% | - |
| XYZ | 11.05 | 10.32 | 26.61 | - |
| YUV | 89.56 | 157.03 | 116.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 141 | 0.48 | 0.38 | 0 | 0.45 | 226.76 | 0.32 | 0.42 |
| Hex | 49 | 58 | 8D | 30 | 26 | 0 | 2D | E3 | 20 | 2A |
| Octal | 111 | 130 | 215 | 60 | 46 | 0 | 55 | 343 | 40 | 52 |
| Binary | 1001001 | 1011000 | 10001101 | 110000 | 100110 | 0 | 101101 | 11100011 | 100000 | 101010 |
Color Harmonies of #49588D
Complementary color
Monochromatic Colors of #49588D
Black with #49588D
Text Example
Text Example
White with #49588D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49588D; }
p { color: rgb(73,88,141); }
H1.HeaderClassName
{
color: #49588D;
}
.AnyTagClassName
{
color: #49588D;
}
</style>
background-color css
<style>
a { background-color: #49588D; }
a { background-color: rgb(73,88,141); }
div.DivClassName
{
background-color: #49588D;
}
.BgClassName
{
background-color: #49588D;
}
</style>
border-color css
<style>
span { border-color: #49588D; }
span { border-color: rgb(73,88,141); }
td.TdClassName
{
border-color: #49588D;
}
.TagClassName
{
border-color: #49588D;
}
</style>