Shades of Governor Bay #49508A
Tints of Governor Bay #49508A
RGB
CMYK
RGB Variations
Color information
#49508A (or 0x49508A) is known color: Governor Bay. HEX triplet: 49, 50 and 8A. RGB value is (73,80,138). Sum of RGB (Red+Green+Blue) = 73+80+138=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #49508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49508A is #B6AF75. Grayscale: #545454. Windows color (decimal): -11972470 or 9064521. OLE color: 9064521.
HSL color Cylindrical-coordinate representation of color #49508A: hue angle of 233.54º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49508A is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 73 | 80 | 138 | - |
| CMYK | 0.47 | 0.42 | 0 | 0.46 |
| HSL | 233.54º | 0.31% | 0.41% | - |
| HSV(B) | 233.54º | 0.47% | 0.54% | - |
| XYZ | 10.2 | 8.99 | 25.24 | - |
| YUV | 84.52 | 158.18 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 138 | 0.47 | 0.42 | 0 | 0.46 | 233.54 | 0.31 | 0.41 |
| Hex | 49 | 50 | 8A | 2F | 2A | 0 | 2E | EA | 1F | 29 |
| Octal | 111 | 120 | 212 | 57 | 52 | 0 | 56 | 352 | 37 | 51 |
| Binary | 1001001 | 1010000 | 10001010 | 101111 | 101010 | 0 | 101110 | 11101010 | 11111 | 101001 |
Color Harmonies of #49508A
Complementary color
Monochromatic Colors of #49508A
Black with #49508A
Text Example
Text Example
White with #49508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49508A; }
p { color: rgb(73,80,138); }
H1.HeaderClassName
{
color: #49508A;
}
.AnyTagClassName
{
color: #49508A;
}
</style>
background-color css
<style>
a { background-color: #49508A; }
a { background-color: rgb(73,80,138); }
div.DivClassName
{
background-color: #49508A;
}
.BgClassName
{
background-color: #49508A;
}
</style>
border-color css
<style>
span { border-color: #49508A; }
span { border-color: rgb(73,80,138); }
td.TdClassName
{
border-color: #49508A;
}
.TagClassName
{
border-color: #49508A;
}
</style>