Shades of Governor Bay #49518E
Tints of Governor Bay #49518E
RGB
CMYK
RGB Variations
Color information
#49518E (or 0x49518E) is known color: Governor Bay. HEX triplet: 49, 51 and 8E. RGB value is (73,81,142). Sum of RGB (Red+Green+Blue) = 73+81+142=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 142 (55.86% from 255 or 47.97% from 296); Max value from RGB is 142 - color contains mainly: blue. Hex color #49518E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49518E is #B6AE71. Grayscale: #555555. Windows color (decimal): -11972210 or 9326921. OLE color: 9326921.
HSL color Cylindrical-coordinate representation of color #49518E: hue angle of 233.04º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49518E is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 81 | 142 | - |
| CMYK | 0.49 | 0.43 | 0 | 0.44 |
| HSL | 233.04º | 0.32% | 0.42% | - |
| HSV(B) | 233.04º | 0.49% | 0.56% | - |
| XYZ | 10.57 | 9.25 | 26.82 | - |
| YUV | 85.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 142 | 0.49 | 0.43 | 0 | 0.44 | 233.04 | 0.32 | 0.42 |
| Hex | 49 | 51 | 8E | 31 | 2B | 0 | 2C | E9 | 20 | 2A |
| Octal | 111 | 121 | 216 | 61 | 53 | 0 | 54 | 351 | 40 | 52 |
| Binary | 1001001 | 1010001 | 10001110 | 110001 | 101011 | 0 | 101100 | 11101001 | 100000 | 101010 |
Color Harmonies of #49518E
Complementary color
Monochromatic Colors of #49518E
Black with #49518E
Text Example
Text Example
White with #49518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49518E; }
p { color: rgb(73,81,142); }
H1.HeaderClassName
{
color: #49518E;
}
.AnyTagClassName
{
color: #49518E;
}
</style>
background-color css
<style>
a { background-color: #49518E; }
a { background-color: rgb(73,81,142); }
div.DivClassName
{
background-color: #49518E;
}
.BgClassName
{
background-color: #49518E;
}
</style>
border-color css
<style>
span { border-color: #49518E; }
span { border-color: rgb(73,81,142); }
td.TdClassName
{
border-color: #49518E;
}
.TagClassName
{
border-color: #49518E;
}
</style>