Shades of Governor Bay #49548E
Tints of Governor Bay #49548E
RGB
CMYK
RGB Variations
Color information
#49548E (or 0x49548E) is known color: Governor Bay. HEX triplet: 49, 54 and 8E. RGB value is (73,84,142). Sum of RGB (Red+Green+Blue) = 73+84+142=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 142 (55.86% from 255 or 47.49% from 299); Max value from RGB is 142 - color contains mainly: blue. Hex color #49548E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49548E is #B6AB71. Grayscale: #575757. Windows color (decimal): -11971442 or 9327689. OLE color: 9327689.
HSL color Cylindrical-coordinate representation of color #49548E: hue angle of 230.43º 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 #49548E is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 84 | 142 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.44 |
| HSL | 230.43º | 0.32% | 0.42% | - |
| HSV(B) | 230.43º | 0.49% | 0.56% | - |
| XYZ | 10.8 | 9.71 | 26.9 | - |
| YUV | 87.32 | 158.86 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 142 | 0.49 | 0.41 | 0 | 0.44 | 230.43 | 0.32 | 0.42 |
| Hex | 49 | 54 | 8E | 31 | 29 | 0 | 2C | E6 | 20 | 2A |
| Octal | 111 | 124 | 216 | 61 | 51 | 0 | 54 | 346 | 40 | 52 |
| Binary | 1001001 | 1010100 | 10001110 | 110001 | 101001 | 0 | 101100 | 11100110 | 100000 | 101010 |
Color Harmonies of #49548E
Complementary color
Monochromatic Colors of #49548E
Black with #49548E
Text Example
Text Example
White with #49548E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49548E; }
p { color: rgb(73,84,142); }
H1.HeaderClassName
{
color: #49548E;
}
.AnyTagClassName
{
color: #49548E;
}
</style>
background-color css
<style>
a { background-color: #49548E; }
a { background-color: rgb(73,84,142); }
div.DivClassName
{
background-color: #49548E;
}
.BgClassName
{
background-color: #49548E;
}
</style>
border-color css
<style>
span { border-color: #49548E; }
span { border-color: rgb(73,84,142); }
td.TdClassName
{
border-color: #49548E;
}
.TagClassName
{
border-color: #49548E;
}
</style>