Shades of Governor Bay #49599B
Tints of Governor Bay #49599B
RGB
CMYK
RGB Variations
Color information
#49599B (or 0x49599B) is known color: Governor Bay. HEX triplet: 49, 59 and 9B. RGB value is (73,89,155). Sum of RGB (Red+Green+Blue) = 73+89+155=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #49599B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49599B is #B6A664. Grayscale: #5B5B5B. Windows color (decimal): -11970149 or 10180937. OLE color: 10180937.
HSL color Cylindrical-coordinate representation of color #49599B: hue angle of 228.29º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49599B is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 89 | 155 | - |
| CMYK | 0.53 | 0.43 | 0 | 0.39 |
| HSL | 228.29º | 0.36% | 0.45% | - |
| HSV(B) | 228.29º | 0.53% | 0.61% | - |
| XYZ | 12.24 | 10.93 | 32.47 | - |
| YUV | 91.74 | 163.7 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 155 | 0.53 | 0.43 | 0 | 0.39 | 228.29 | 0.36 | 0.45 |
| Hex | 49 | 59 | 9B | 35 | 2B | 0 | 27 | E4 | 24 | 2D |
| Octal | 111 | 131 | 233 | 65 | 53 | 0 | 47 | 344 | 44 | 55 |
| Binary | 1001001 | 1011001 | 10011011 | 110101 | 101011 | 0 | 100111 | 11100100 | 100100 | 101101 |
Color Harmonies of #49599B
Complementary color
Monochromatic Colors of #49599B
Black with #49599B
Text Example
Text Example
White with #49599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49599B; }
p { color: rgb(73,89,155); }
H1.HeaderClassName
{
color: #49599B;
}
.AnyTagClassName
{
color: #49599B;
}
</style>
background-color css
<style>
a { background-color: #49599B; }
a { background-color: rgb(73,89,155); }
div.DivClassName
{
background-color: #49599B;
}
.BgClassName
{
background-color: #49599B;
}
</style>
border-color css
<style>
span { border-color: #49599B; }
span { border-color: rgb(73,89,155); }
td.TdClassName
{
border-color: #49599B;
}
.TagClassName
{
border-color: #49599B;
}
</style>