Shades of Governor Bay #49518B
Tints of Governor Bay #49518B
RGB
CMYK
RGB Variations
Color information
#49518B (or 0x49518B) is known color: Governor Bay. HEX triplet: 49, 51 and 8B. RGB value is (73,81,139). Sum of RGB (Red+Green+Blue) = 73+81+139=293 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.91% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 139 (54.69% from 255 or 47.44% from 293); Max value from RGB is 139 - color contains mainly: blue. Hex color #49518B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49518B is #B6AE74. Grayscale: #545454. Windows color (decimal): -11972213 or 9130313. OLE color: 9130313.
HSL color Cylindrical-coordinate representation of color #49518B: hue angle of 232.73º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49518B is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 81 | 139 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.45 |
| HSL | 232.73º | 0.31% | 0.42% | - |
| HSV(B) | 232.73º | 0.47% | 0.55% | - |
| XYZ | 10.35 | 9.17 | 25.65 | - |
| YUV | 85.22 | 158.35 | 119.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 139 | 0.47 | 0.42 | 0 | 0.45 | 232.73 | 0.31 | 0.42 |
| Hex | 49 | 51 | 8B | 2F | 2A | 0 | 2D | E9 | 1F | 2A |
| Octal | 111 | 121 | 213 | 57 | 52 | 0 | 55 | 351 | 37 | 52 |
| Binary | 1001001 | 1010001 | 10001011 | 101111 | 101010 | 0 | 101101 | 11101001 | 11111 | 101010 |
Color Harmonies of #49518B
Complementary color
Monochromatic Colors of #49518B
Black with #49518B
Text Example
Text Example
White with #49518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49518B; }
p { color: rgb(73,81,139); }
H1.HeaderClassName
{
color: #49518B;
}
.AnyTagClassName
{
color: #49518B;
}
</style>
background-color css
<style>
a { background-color: #49518B; }
a { background-color: rgb(73,81,139); }
div.DivClassName
{
background-color: #49518B;
}
.BgClassName
{
background-color: #49518B;
}
</style>
border-color css
<style>
span { border-color: #49518B; }
span { border-color: rgb(73,81,139); }
td.TdClassName
{
border-color: #49518B;
}
.TagClassName
{
border-color: #49518B;
}
</style>