Shades of Governor Bay #49519B
Tints of Governor Bay #49519B
RGB
CMYK
RGB Variations
Color information
#49519B (or 0x49519B) is known color: Governor Bay. HEX triplet: 49, 51 and 9B. RGB value is (73,81,155). Sum of RGB (Red+Green+Blue) = 73+81+155=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #49519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49519B is #B6AE64. Grayscale: #565656. Windows color (decimal): -11972197 or 10178889. OLE color: 10178889.
HSL color Cylindrical-coordinate representation of color #49519B: hue angle of 234.15º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49519B is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 81 | 155 | - |
| CMYK | 0.53 | 0.48 | 0 | 0.39 |
| HSL | 234.15º | 0.36% | 0.45% | - |
| HSV(B) | 234.15º | 0.53% | 0.61% | - |
| XYZ | 11.61 | 9.67 | 32.26 | - |
| YUV | 87.04 | 166.35 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 155 | 0.53 | 0.48 | 0 | 0.39 | 234.15 | 0.36 | 0.45 |
| Hex | 49 | 51 | 9B | 35 | 30 | 0 | 27 | EA | 24 | 2D |
| Octal | 111 | 121 | 233 | 65 | 60 | 0 | 47 | 352 | 44 | 55 |
| Binary | 1001001 | 1010001 | 10011011 | 110101 | 110000 | 0 | 100111 | 11101010 | 100100 | 101101 |
Color Harmonies of #49519B
Complementary color
Monochromatic Colors of #49519B
Black with #49519B
Text Example
Text Example
White with #49519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49519B; }
p { color: rgb(73,81,155); }
H1.HeaderClassName
{
color: #49519B;
}
.AnyTagClassName
{
color: #49519B;
}
</style>
background-color css
<style>
a { background-color: #49519B; }
a { background-color: rgb(73,81,155); }
div.DivClassName
{
background-color: #49519B;
}
.BgClassName
{
background-color: #49519B;
}
</style>
border-color css
<style>
span { border-color: #49519B; }
span { border-color: rgb(73,81,155); }
td.TdClassName
{
border-color: #49519B;
}
.TagClassName
{
border-color: #49519B;
}
</style>