Shades of Governor Bay #49539E
Tints of Governor Bay #49539E
RGB
CMYK
RGB Variations
Color information
#49539E (or 0x49539E) is known color: Governor Bay. HEX triplet: 49, 53 and 9E. RGB value is (73,83,158). Sum of RGB (Red+Green+Blue) = 73+83+158=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 158 (62.11% from 255 or 50.32% from 314); Max value from RGB is 158 - color contains mainly: blue. Hex color #49539E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49539E is #B6AC61. Grayscale: #585858. Windows color (decimal): -11971682 or 10376009. OLE color: 10376009.
HSL color Cylindrical-coordinate representation of color #49539E: hue angle of 232.94º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #49539E is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 83 | 158 | - |
| CMYK | 0.54 | 0.47 | 0 | 0.38 |
| HSL | 232.94º | 0.37% | 0.45% | - |
| HSV(B) | 232.94º | 0.54% | 0.62% | - |
| XYZ | 12.01 | 10.07 | 33.66 | - |
| YUV | 88.56 | 167.19 | 116.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 158 | 0.54 | 0.47 | 0 | 0.38 | 232.94 | 0.37 | 0.45 |
| Hex | 49 | 53 | 9E | 36 | 2F | 0 | 26 | E9 | 25 | 2D |
| Octal | 111 | 123 | 236 | 66 | 57 | 0 | 46 | 351 | 45 | 55 |
| Binary | 1001001 | 1010011 | 10011110 | 110110 | 101111 | 0 | 100110 | 11101001 | 100101 | 101101 |
Color Harmonies of #49539E
Complementary color
Monochromatic Colors of #49539E
Black with #49539E
Text Example
Text Example
White with #49539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49539E; }
p { color: rgb(73,83,158); }
H1.HeaderClassName
{
color: #49539E;
}
.AnyTagClassName
{
color: #49539E;
}
</style>
background-color css
<style>
a { background-color: #49539E; }
a { background-color: rgb(73,83,158); }
div.DivClassName
{
background-color: #49539E;
}
.BgClassName
{
background-color: #49539E;
}
</style>
border-color css
<style>
span { border-color: #49539E; }
span { border-color: rgb(73,83,158); }
td.TdClassName
{
border-color: #49539E;
}
.TagClassName
{
border-color: #49539E;
}
</style>