Shades of Governor Bay #49538E
Tints of Governor Bay #49538E
RGB
CMYK
RGB Variations
Color information
#49538E (or 0x49538E) is known color: Governor Bay. HEX triplet: 49, 53 and 8E. RGB value is (73,83,142). Sum of RGB (Red+Green+Blue) = 73+83+142=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #49538E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49538E is #B6AC71. Grayscale: #565656. Windows color (decimal): -11971698 or 9327433. OLE color: 9327433.
HSL color Cylindrical-coordinate representation of color #49538E: hue angle of 231.3º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49538E is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 83 | 142 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.44 |
| HSL | 231.3º | 0.32% | 0.42% | - |
| HSV(B) | 231.3º | 0.49% | 0.56% | - |
| XYZ | 10.72 | 9.56 | 26.87 | - |
| YUV | 86.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 83 | 142 | 0.49 | 0.42 | 0 | 0.44 | 231.3 | 0.32 | 0.42 |
| Hex | 49 | 53 | 8E | 31 | 2A | 0 | 2C | E7 | 20 | 2A |
| Octal | 111 | 123 | 216 | 61 | 52 | 0 | 54 | 347 | 40 | 52 |
| Binary | 1001001 | 1010011 | 10001110 | 110001 | 101010 | 0 | 101100 | 11100111 | 100000 | 101010 |
Color Harmonies of #49538E
Complementary color
Monochromatic Colors of #49538E
Black with #49538E
Text Example
Text Example
White with #49538E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49538E; }
p { color: rgb(73,83,142); }
H1.HeaderClassName
{
color: #49538E;
}
.AnyTagClassName
{
color: #49538E;
}
</style>
background-color css
<style>
a { background-color: #49538E; }
a { background-color: rgb(73,83,142); }
div.DivClassName
{
background-color: #49538E;
}
.BgClassName
{
background-color: #49538E;
}
</style>
border-color css
<style>
span { border-color: #49538E; }
span { border-color: rgb(73,83,142); }
td.TdClassName
{
border-color: #49538E;
}
.TagClassName
{
border-color: #49538E;
}
</style>