Shades of Governor Bay #49599D
Tints of Governor Bay #49599D
RGB
CMYK
RGB Variations
Color information
#49599D (or 0x49599D) is known color: Governor Bay. HEX triplet: 49, 59 and 9D. RGB value is (73,89,157). Sum of RGB (Red+Green+Blue) = 73+89+157=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 157 (61.72% from 255 or 49.22% from 319); Max value from RGB is 157 - color contains mainly: blue. Hex color #49599D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49599D is #B6A662. Grayscale: #5B5B5B. Windows color (decimal): -11970147 or 10312009. OLE color: 10312009.
HSL color Cylindrical-coordinate representation of color #49599D: hue angle of 228.57º 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 #49599D is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 89 | 157 | - |
| CMYK | 0.54 | 0.43 | 0 | 0.38 |
| HSL | 228.57º | 0.37% | 0.45% | - |
| HSV(B) | 228.57º | 0.54% | 0.62% | - |
| XYZ | 12.41 | 11 | 33.37 | - |
| YUV | 91.97 | 164.7 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 157 | 0.54 | 0.43 | 0 | 0.38 | 228.57 | 0.37 | 0.45 |
| Hex | 49 | 59 | 9D | 36 | 2B | 0 | 26 | E5 | 25 | 2D |
| Octal | 111 | 131 | 235 | 66 | 53 | 0 | 46 | 345 | 45 | 55 |
| Binary | 1001001 | 1011001 | 10011101 | 110110 | 101011 | 0 | 100110 | 11100101 | 100101 | 101101 |
Color Harmonies of #49599D
Complementary color
Monochromatic Colors of #49599D
Black with #49599D
Text Example
Text Example
White with #49599D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49599D; }
p { color: rgb(73,89,157); }
H1.HeaderClassName
{
color: #49599D;
}
.AnyTagClassName
{
color: #49599D;
}
</style>
background-color css
<style>
a { background-color: #49599D; }
a { background-color: rgb(73,89,157); }
div.DivClassName
{
background-color: #49599D;
}
.BgClassName
{
background-color: #49599D;
}
</style>
border-color css
<style>
span { border-color: #49599D; }
span { border-color: rgb(73,89,157); }
td.TdClassName
{
border-color: #49599D;
}
.TagClassName
{
border-color: #49599D;
}
</style>