Shades of Governor Bay #49558C
Tints of Governor Bay #49558C
RGB
CMYK
RGB Variations
Color information
#49558C (or 0x49558C) is known color: Governor Bay. HEX triplet: 49, 55 and 8C. RGB value is (73,85,140). Sum of RGB (Red+Green+Blue) = 73+85+140=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #49558C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49558C is #B6AA73. Grayscale: #575757. Windows color (decimal): -11971188 or 9196873. OLE color: 9196873.
HSL color Cylindrical-coordinate representation of color #49558C: hue angle of 229.25º 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 #49558C is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 85 | 140 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.45 |
| HSL | 229.25º | 0.31% | 0.42% | - |
| HSV(B) | 229.25º | 0.48% | 0.55% | - |
| XYZ | 10.73 | 9.81 | 26.14 | - |
| YUV | 87.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 85 | 140 | 0.48 | 0.39 | 0 | 0.45 | 229.25 | 0.31 | 0.42 |
| Hex | 49 | 55 | 8C | 30 | 27 | 0 | 2D | E5 | 1F | 2A |
| Octal | 111 | 125 | 214 | 60 | 47 | 0 | 55 | 345 | 37 | 52 |
| Binary | 1001001 | 1010101 | 10001100 | 110000 | 100111 | 0 | 101101 | 11100101 | 11111 | 101010 |
Color Harmonies of #49558C
Complementary color
Monochromatic Colors of #49558C
Black with #49558C
Text Example
Text Example
White with #49558C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49558C; }
p { color: rgb(73,85,140); }
H1.HeaderClassName
{
color: #49558C;
}
.AnyTagClassName
{
color: #49558C;
}
</style>
background-color css
<style>
a { background-color: #49558C; }
a { background-color: rgb(73,85,140); }
div.DivClassName
{
background-color: #49558C;
}
.BgClassName
{
background-color: #49558C;
}
</style>
border-color css
<style>
span { border-color: #49558C; }
span { border-color: rgb(73,85,140); }
td.TdClassName
{
border-color: #49558C;
}
.TagClassName
{
border-color: #49558C;
}
</style>