Shades of Governor Bay #49529F
Tints of Governor Bay #49529F
RGB
CMYK
RGB Variations
Color information
#49529F (or 0x49529F) is known color: Governor Bay. HEX triplet: 49, 52 and 9F. RGB value is (73,82,159). Sum of RGB (Red+Green+Blue) = 73+82+159=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 159 (62.5% from 255 or 50.64% from 314); Max value from RGB is 159 - color contains mainly: blue. Hex color #49529F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49529F is #B6AD60. Grayscale: #575757. Windows color (decimal): -11971937 or 10441289. OLE color: 10441289.
HSL color Cylindrical-coordinate representation of color #49529F: hue angle of 233.72º 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 #49529F is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 82 | 159 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.38 |
| HSL | 233.72º | 0.37% | 0.45% | - |
| HSV(B) | 233.72º | 0.54% | 0.62% | - |
| XYZ | 12.02 | 9.95 | 34.09 | - |
| YUV | 88.09 | 168.02 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 159 | 0.54 | 0.48 | 0 | 0.38 | 233.72 | 0.37 | 0.45 |
| Hex | 49 | 52 | 9F | 36 | 30 | 0 | 26 | EA | 25 | 2D |
| Octal | 111 | 122 | 237 | 66 | 60 | 0 | 46 | 352 | 45 | 55 |
| Binary | 1001001 | 1010010 | 10011111 | 110110 | 110000 | 0 | 100110 | 11101010 | 100101 | 101101 |
Color Harmonies of #49529F
Complementary color
Monochromatic Colors of #49529F
Black with #49529F
Text Example
Text Example
White with #49529F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49529F; }
p { color: rgb(73,82,159); }
H1.HeaderClassName
{
color: #49529F;
}
.AnyTagClassName
{
color: #49529F;
}
</style>
background-color css
<style>
a { background-color: #49529F; }
a { background-color: rgb(73,82,159); }
div.DivClassName
{
background-color: #49529F;
}
.BgClassName
{
background-color: #49529F;
}
</style>
border-color css
<style>
span { border-color: #49529F; }
span { border-color: rgb(73,82,159); }
td.TdClassName
{
border-color: #49529F;
}
.TagClassName
{
border-color: #49529F;
}
</style>