Shades of Governor Bay #49489E
Tints of Governor Bay #49489E
RGB
CMYK
RGB Variations
Color information
#49489E (or 0x49489E) is known color: Governor Bay. HEX triplet: 49, 48 and 9E. RGB value is (73,72,158). Sum of RGB (Red+Green+Blue) = 73+72+158=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 72 (28.52% from 255 or 23.76% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #49489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49489E is #B6B761. Grayscale: #515151. Windows color (decimal): -11974498 or 10373193. OLE color: 10373193.
HSL color Cylindrical-coordinate representation of color #49489E: hue angle of 240.7º 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 #49489E is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 72 | 158 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.38 |
| HSL | 240.7º | 0.37% | 0.45% | - |
| HSV(B) | 240.7º | 0.54% | 0.62% | - |
| XYZ | 11.24 | 8.52 | 33.4 | - |
| YUV | 82.1 | 170.83 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 72 | 158 | 0.54 | 0.54 | 0 | 0.38 | 240.7 | 0.37 | 0.45 |
| Hex | 49 | 48 | 9E | 36 | 36 | 0 | 26 | F1 | 25 | 2D |
| Octal | 111 | 110 | 236 | 66 | 66 | 0 | 46 | 361 | 45 | 55 |
| Binary | 1001001 | 1001000 | 10011110 | 110110 | 110110 | 0 | 100110 | 11110001 | 100101 | 101101 |
Color Harmonies of #49489E
Complementary color
Monochromatic Colors of #49489E
Black with #49489E
Text Example
Text Example
White with #49489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49489E; }
p { color: rgb(73,72,158); }
H1.HeaderClassName
{
color: #49489E;
}
.AnyTagClassName
{
color: #49489E;
}
</style>
background-color css
<style>
a { background-color: #49489E; }
a { background-color: rgb(73,72,158); }
div.DivClassName
{
background-color: #49489E;
}
.BgClassName
{
background-color: #49489E;
}
</style>
border-color css
<style>
span { border-color: #49489E; }
span { border-color: rgb(73,72,158); }
td.TdClassName
{
border-color: #49489E;
}
.TagClassName
{
border-color: #49489E;
}
</style>