Shades of Governor Bay #49558D
Tints of Governor Bay #49558D
RGB
CMYK
RGB Variations
Color information
#49558D (or 0x49558D) is known color: Governor Bay. HEX triplet: 49, 55 and 8D. RGB value is (73,85,141). Sum of RGB (Red+Green+Blue) = 73+85+141=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #49558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49558D is #B6AA72. Grayscale: #575757. Windows color (decimal): -11971187 or 9262409. OLE color: 9262409.
HSL color Cylindrical-coordinate representation of color #49558D: hue angle of 229.41º 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 #49558D is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 85 | 141 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.45 |
| HSL | 229.41º | 0.32% | 0.42% | - |
| HSV(B) | 229.41º | 0.48% | 0.55% | - |
| XYZ | 10.8 | 9.84 | 26.53 | - |
| YUV | 87.8 | 158.02 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 141 | 0.48 | 0.40 | 0 | 0.45 | 229.41 | 0.32 | 0.42 |
| Hex | 49 | 55 | 8D | 30 | 28 | 0 | 2D | E5 | 20 | 2A |
| Octal | 111 | 125 | 215 | 60 | 50 | 0 | 55 | 345 | 40 | 52 |
| Binary | 1001001 | 1010101 | 10001101 | 110000 | 101000 | 0 | 101101 | 11100101 | 100000 | 101010 |
Color Harmonies of #49558D
Complementary color
Monochromatic Colors of #49558D
Black with #49558D
Text Example
Text Example
White with #49558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49558D; }
p { color: rgb(73,85,141); }
H1.HeaderClassName
{
color: #49558D;
}
.AnyTagClassName
{
color: #49558D;
}
</style>
background-color css
<style>
a { background-color: #49558D; }
a { background-color: rgb(73,85,141); }
div.DivClassName
{
background-color: #49558D;
}
.BgClassName
{
background-color: #49558D;
}
</style>
border-color css
<style>
span { border-color: #49558D; }
span { border-color: rgb(73,85,141); }
td.TdClassName
{
border-color: #49558D;
}
.TagClassName
{
border-color: #49558D;
}
</style>