Shades of Governor Bay #49518C
Tints of Governor Bay #49518C
RGB
CMYK
RGB Variations
Color information
#49518C (or 0x49518C) is known color: Governor Bay. HEX triplet: 49, 51 and 8C. RGB value is (73,81,140). Sum of RGB (Red+Green+Blue) = 73+81+140=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 81 (32.03% from 255 or 27.55% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #49518C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49518C is #B6AE73. Grayscale: #555555. Windows color (decimal): -11972212 or 9195849. OLE color: 9195849.
HSL color Cylindrical-coordinate representation of color #49518C: hue angle of 232.84º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #49518C is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 81 | 140 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.45 |
| HSL | 232.84º | 0.31% | 0.42% | - |
| HSV(B) | 232.84º | 0.48% | 0.55% | - |
| XYZ | 10.42 | 9.19 | 26.04 | - |
| YUV | 85.33 | 158.85 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 140 | 0.48 | 0.42 | 0 | 0.45 | 232.84 | 0.31 | 0.42 |
| Hex | 49 | 51 | 8C | 30 | 2A | 0 | 2D | E9 | 1F | 2A |
| Octal | 111 | 121 | 214 | 60 | 52 | 0 | 55 | 351 | 37 | 52 |
| Binary | 1001001 | 1010001 | 10001100 | 110000 | 101010 | 0 | 101101 | 11101001 | 11111 | 101010 |
Color Harmonies of #49518C
Complementary color
Monochromatic Colors of #49518C
Black with #49518C
Text Example
Text Example
White with #49518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49518C; }
p { color: rgb(73,81,140); }
H1.HeaderClassName
{
color: #49518C;
}
.AnyTagClassName
{
color: #49518C;
}
</style>
background-color css
<style>
a { background-color: #49518C; }
a { background-color: rgb(73,81,140); }
div.DivClassName
{
background-color: #49518C;
}
.BgClassName
{
background-color: #49518C;
}
</style>
border-color css
<style>
span { border-color: #49518C; }
span { border-color: rgb(73,81,140); }
td.TdClassName
{
border-color: #49518C;
}
.TagClassName
{
border-color: #49518C;
}
</style>