Shades of Governor Bay #49499F
Tints of Governor Bay #49499F
RGB
CMYK
RGB Variations
Color information
#49499F (or 0x49499F) is known color: Governor Bay. HEX triplet: 49, 49 and 9F. RGB value is (73,73,159). Sum of RGB (Red+Green+Blue) = 73+73+159=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #49499F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49499F is #B6B660. Grayscale: #525252. Windows color (decimal): -11974241 or 10438985. OLE color: 10438985.
HSL color Cylindrical-coordinate representation of color #49499F: hue angle of 240º 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 #49499F is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 73 | 159 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.38 |
| HSL | 240º | 0.37% | 0.45% | - |
| HSV(B) | 240º | 0.54% | 0.62% | - |
| XYZ | 11.39 | 8.68 | 33.88 | - |
| YUV | 82.8 | 171 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 159 | 0.54 | 0.54 | 0 | 0.38 | 240 | 0.37 | 0.45 |
| Hex | 49 | 49 | 9F | 36 | 36 | 0 | 26 | F0 | 25 | 2D |
| Octal | 111 | 111 | 237 | 66 | 66 | 0 | 46 | 360 | 45 | 55 |
| Binary | 1001001 | 1001001 | 10011111 | 110110 | 110110 | 0 | 100110 | 11110000 | 100101 | 101101 |
Color Harmonies of #49499F
Complementary color
Monochromatic Colors of #49499F
Black with #49499F
Text Example
Text Example
White with #49499F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49499F; }
p { color: rgb(73,73,159); }
H1.HeaderClassName
{
color: #49499F;
}
.AnyTagClassName
{
color: #49499F;
}
</style>
background-color css
<style>
a { background-color: #49499F; }
a { background-color: rgb(73,73,159); }
div.DivClassName
{
background-color: #49499F;
}
.BgClassName
{
background-color: #49499F;
}
</style>
border-color css
<style>
span { border-color: #49499F; }
span { border-color: rgb(73,73,159); }
td.TdClassName
{
border-color: #49499F;
}
.TagClassName
{
border-color: #49499F;
}
</style>