Shades of Governor Bay #49519F
Tints of Governor Bay #49519F
RGB
CMYK
RGB Variations
Color information
#49519F (or 0x49519F) is known color: Governor Bay. HEX triplet: 49, 51 and 9F. RGB value is (73,81,159). Sum of RGB (Red+Green+Blue) = 73+81+159=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #49519F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49519F is #B6AE60. Grayscale: #575757. Windows color (decimal): -11972193 or 10441033. OLE color: 10441033.
HSL color Cylindrical-coordinate representation of color #49519F: hue angle of 234.42º 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 #49519F is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 81 | 159 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.38 |
| HSL | 234.42º | 0.37% | 0.45% | - |
| HSV(B) | 234.42º | 0.54% | 0.62% | - |
| XYZ | 11.95 | 9.8 | 34.06 | - |
| YUV | 87.5 | 168.35 | 117.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 159 | 0.54 | 0.49 | 0 | 0.38 | 234.42 | 0.37 | 0.45 |
| Hex | 49 | 51 | 9F | 36 | 31 | 0 | 26 | EA | 25 | 2D |
| Octal | 111 | 121 | 237 | 66 | 61 | 0 | 46 | 352 | 45 | 55 |
| Binary | 1001001 | 1010001 | 10011111 | 110110 | 110001 | 0 | 100110 | 11101010 | 100101 | 101101 |
Color Harmonies of #49519F
Complementary color
Monochromatic Colors of #49519F
Black with #49519F
Text Example
Text Example
White with #49519F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49519F; }
p { color: rgb(73,81,159); }
H1.HeaderClassName
{
color: #49519F;
}
.AnyTagClassName
{
color: #49519F;
}
</style>
background-color css
<style>
a { background-color: #49519F; }
a { background-color: rgb(73,81,159); }
div.DivClassName
{
background-color: #49519F;
}
.BgClassName
{
background-color: #49519F;
}
</style>
border-color css
<style>
span { border-color: #49519F; }
span { border-color: rgb(73,81,159); }
td.TdClassName
{
border-color: #49519F;
}
.TagClassName
{
border-color: #49519F;
}
</style>