Shades of Governor Bay #49598F
Tints of Governor Bay #49598F
RGB
CMYK
RGB Variations
Color information
#49598F (or 0x49598F) is known color: Governor Bay. HEX triplet: 49, 59 and 8F. RGB value is (73,89,143). Sum of RGB (Red+Green+Blue) = 73+89+143=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #49598F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49598F is #B6A670. Grayscale: #5A5A5A. Windows color (decimal): -11970161 or 9394505. OLE color: 9394505.
HSL color Cylindrical-coordinate representation of color #49598F: hue angle of 226.29º 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 #49598F is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 89 | 143 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.44 |
| HSL | 226.29º | 0.32% | 0.42% | - |
| HSV(B) | 226.29º | 0.49% | 0.56% | - |
| XYZ | 11.28 | 10.54 | 27.43 | - |
| YUV | 90.37 | 157.7 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 143 | 0.49 | 0.38 | 0 | 0.44 | 226.29 | 0.32 | 0.42 |
| Hex | 49 | 59 | 8F | 31 | 26 | 0 | 2C | E2 | 20 | 2A |
| Octal | 111 | 131 | 217 | 61 | 46 | 0 | 54 | 342 | 40 | 52 |
| Binary | 1001001 | 1011001 | 10001111 | 110001 | 100110 | 0 | 101100 | 11100010 | 100000 | 101010 |
Color Harmonies of #49598F
Complementary color
Monochromatic Colors of #49598F
Black with #49598F
Text Example
Text Example
White with #49598F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49598F; }
p { color: rgb(73,89,143); }
H1.HeaderClassName
{
color: #49598F;
}
.AnyTagClassName
{
color: #49598F;
}
</style>
background-color css
<style>
a { background-color: #49598F; }
a { background-color: rgb(73,89,143); }
div.DivClassName
{
background-color: #49598F;
}
.BgClassName
{
background-color: #49598F;
}
</style>
border-color css
<style>
span { border-color: #49598F; }
span { border-color: rgb(73,89,143); }
td.TdClassName
{
border-color: #49598F;
}
.TagClassName
{
border-color: #49598F;
}
</style>