Shades of Governor Bay #49579F
Tints of Governor Bay #49579F
RGB
CMYK
RGB Variations
Color information
#49579F (or 0x49579F) is known color: Governor Bay. HEX triplet: 49, 57 and 9F. RGB value is (73,87,159). Sum of RGB (Red+Green+Blue) = 73+87+159=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 159 (62.5% from 255 or 49.84% from 319); Max value from RGB is 159 - color contains mainly: blue. Hex color #49579F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49579F is #B6A860. Grayscale: #5A5A5A. Windows color (decimal): -11970657 or 10442569. OLE color: 10442569.
HSL color Cylindrical-coordinate representation of color #49579F: hue angle of 230.23º 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 #49579F is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 87 | 159 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.38 |
| HSL | 230.23º | 0.37% | 0.45% | - |
| HSV(B) | 230.23º | 0.54% | 0.62% | - |
| XYZ | 12.41 | 10.74 | 34.22 | - |
| YUV | 91.02 | 166.36 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 87 | 159 | 0.54 | 0.45 | 0 | 0.38 | 230.23 | 0.37 | 0.45 |
| Hex | 49 | 57 | 9F | 36 | 2D | 0 | 26 | E6 | 25 | 2D |
| Octal | 111 | 127 | 237 | 66 | 55 | 0 | 46 | 346 | 45 | 55 |
| Binary | 1001001 | 1010111 | 10011111 | 110110 | 101101 | 0 | 100110 | 11100110 | 100101 | 101101 |
Color Harmonies of #49579F
Complementary color
Monochromatic Colors of #49579F
Black with #49579F
Text Example
Text Example
White with #49579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49579F; }
p { color: rgb(73,87,159); }
H1.HeaderClassName
{
color: #49579F;
}
.AnyTagClassName
{
color: #49579F;
}
</style>
background-color css
<style>
a { background-color: #49579F; }
a { background-color: rgb(73,87,159); }
div.DivClassName
{
background-color: #49579F;
}
.BgClassName
{
background-color: #49579F;
}
</style>
border-color css
<style>
span { border-color: #49579F; }
span { border-color: rgb(73,87,159); }
td.TdClassName
{
border-color: #49579F;
}
.TagClassName
{
border-color: #49579F;
}
</style>