Shades of Governor Bay #49528C
Tints of Governor Bay #49528C
RGB
CMYK
RGB Variations
Color information
#49528C (or 0x49528C) is known color: Governor Bay. HEX triplet: 49, 52 and 8C. RGB value is (73,82,140). Sum of RGB (Red+Green+Blue) = 73+82+140=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 140 (55.08% from 255 or 47.46% from 295); Max value from RGB is 140 - color contains mainly: blue. Hex color #49528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49528C is #B6AD73. Grayscale: #555555. Windows color (decimal): -11971956 or 9196105. OLE color: 9196105.
HSL color Cylindrical-coordinate representation of color #49528C: hue angle of 231.94º 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 #49528C is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 82 | 140 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.45 |
| HSL | 231.94º | 0.31% | 0.42% | - |
| HSV(B) | 231.94º | 0.48% | 0.55% | - |
| XYZ | 10.5 | 9.34 | 26.06 | - |
| YUV | 85.92 | 158.52 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 82 | 140 | 0.48 | 0.41 | 0 | 0.45 | 231.94 | 0.31 | 0.42 |
| Hex | 49 | 52 | 8C | 30 | 29 | 0 | 2D | E8 | 1F | 2A |
| Octal | 111 | 122 | 214 | 60 | 51 | 0 | 55 | 350 | 37 | 52 |
| Binary | 1001001 | 1010010 | 10001100 | 110000 | 101001 | 0 | 101101 | 11101000 | 11111 | 101010 |
Color Harmonies of #49528C
Complementary color
Monochromatic Colors of #49528C
Black with #49528C
Text Example
Text Example
White with #49528C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49528C; }
p { color: rgb(73,82,140); }
H1.HeaderClassName
{
color: #49528C;
}
.AnyTagClassName
{
color: #49528C;
}
</style>
background-color css
<style>
a { background-color: #49528C; }
a { background-color: rgb(73,82,140); }
div.DivClassName
{
background-color: #49528C;
}
.BgClassName
{
background-color: #49528C;
}
</style>
border-color css
<style>
span { border-color: #49528C; }
span { border-color: rgb(73,82,140); }
td.TdClassName
{
border-color: #49528C;
}
.TagClassName
{
border-color: #49528C;
}
</style>