Shades of Governor Bay #49549D
Tints of Governor Bay #49549D
RGB
CMYK
RGB Variations
Color information
#49549D (or 0x49549D) is known color: Governor Bay. HEX triplet: 49, 54 and 9D. RGB value is (73,84,157). Sum of RGB (Red+Green+Blue) = 73+84+157=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 157 (61.72% from 255 or 50% from 314); Max value from RGB is 157 - color contains mainly: blue. Hex color #49549D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49549D is #B6AB62. Grayscale: #585858. Windows color (decimal): -11971427 or 10310729. OLE color: 10310729.
HSL color Cylindrical-coordinate representation of color #49549D: hue angle of 232.14º 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 #49549D is Cyan = 0.54, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 84 | 157 | - |
| CMYK | 0.54 | 0.46 | 0 | 0.38 |
| HSL | 232.14º | 0.37% | 0.45% | - |
| HSV(B) | 232.14º | 0.54% | 0.62% | - |
| XYZ | 12 | 10.19 | 33.23 | - |
| YUV | 89.03 | 166.36 | 116.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 157 | 0.54 | 0.46 | 0 | 0.38 | 232.14 | 0.37 | 0.45 |
| Hex | 49 | 54 | 9D | 36 | 2E | 0 | 26 | E8 | 25 | 2D |
| Octal | 111 | 124 | 235 | 66 | 56 | 0 | 46 | 350 | 45 | 55 |
| Binary | 1001001 | 1010100 | 10011101 | 110110 | 101110 | 0 | 100110 | 11101000 | 100101 | 101101 |
Color Harmonies of #49549D
Complementary color
Monochromatic Colors of #49549D
Black with #49549D
Text Example
Text Example
White with #49549D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49549D; }
p { color: rgb(73,84,157); }
H1.HeaderClassName
{
color: #49549D;
}
.AnyTagClassName
{
color: #49549D;
}
</style>
background-color css
<style>
a { background-color: #49549D; }
a { background-color: rgb(73,84,157); }
div.DivClassName
{
background-color: #49549D;
}
.BgClassName
{
background-color: #49549D;
}
</style>
border-color css
<style>
span { border-color: #49549D; }
span { border-color: rgb(73,84,157); }
td.TdClassName
{
border-color: #49549D;
}
.TagClassName
{
border-color: #49549D;
}
</style>