Shades of Governor Bay #49549C
Tints of Governor Bay #49549C
RGB
CMYK
RGB Variations
Color information
#49549C (or 0x49549C) is known color: Governor Bay. HEX triplet: 49, 54 and 9C. RGB value is (73,84,156). Sum of RGB (Red+Green+Blue) = 73+84+156=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 84 (33.20% from 255 or 26.84% from 313); Blue value is 156 (61.33% from 255 or 49.84% from 313); Max value from RGB is 156 - color contains mainly: blue. Hex color #49549C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49549C is #B6AB63. Grayscale: #585858. Windows color (decimal): -11971428 or 10245193. OLE color: 10245193.
HSL color Cylindrical-coordinate representation of color #49549C: hue angle of 232.05º 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 #49549C is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 84 | 156 | - |
| CMYK | 0.53 | 0.46 | 0 | 0.39 |
| HSL | 232.05º | 0.36% | 0.45% | - |
| HSV(B) | 232.05º | 0.53% | 0.61% | - |
| XYZ | 11.92 | 10.16 | 32.78 | - |
| YUV | 88.92 | 165.86 | 116.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 156 | 0.53 | 0.46 | 0 | 0.39 | 232.05 | 0.36 | 0.45 |
| Hex | 49 | 54 | 9C | 35 | 2E | 0 | 27 | E8 | 24 | 2D |
| Octal | 111 | 124 | 234 | 65 | 56 | 0 | 47 | 350 | 44 | 55 |
| Binary | 1001001 | 1010100 | 10011100 | 110101 | 101110 | 0 | 100111 | 11101000 | 100100 | 101101 |
Color Harmonies of #49549C
Complementary color
Monochromatic Colors of #49549C
Black with #49549C
Text Example
Text Example
White with #49549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49549C; }
p { color: rgb(73,84,156); }
H1.HeaderClassName
{
color: #49549C;
}
.AnyTagClassName
{
color: #49549C;
}
</style>
background-color css
<style>
a { background-color: #49549C; }
a { background-color: rgb(73,84,156); }
div.DivClassName
{
background-color: #49549C;
}
.BgClassName
{
background-color: #49549C;
}
</style>
border-color css
<style>
span { border-color: #49549C; }
span { border-color: rgb(73,84,156); }
td.TdClassName
{
border-color: #49549C;
}
.TagClassName
{
border-color: #49549C;
}
</style>