Shades of Governor Bay #49568D
Tints of Governor Bay #49568D
RGB
CMYK
RGB Variations
Color information
#49568D (or 0x49568D) is known color: Governor Bay. HEX triplet: 49, 56 and 8D. RGB value is (73,86,141). Sum of RGB (Red+Green+Blue) = 73+86+141=300 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.33% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #49568D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49568D is #B6A972. Grayscale: #585858. Windows color (decimal): -11970931 or 9262665. OLE color: 9262665.
HSL color Cylindrical-coordinate representation of color #49568D: hue angle of 228.53º degrees, saturation: 0.32, 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 #49568D is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 86 | 141 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.45 |
| HSL | 228.53º | 0.32% | 0.42% | - |
| HSV(B) | 228.53º | 0.48% | 0.55% | - |
| XYZ | 10.88 | 10 | 26.55 | - |
| YUV | 88.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 141 | 0.48 | 0.39 | 0 | 0.45 | 228.53 | 0.32 | 0.42 |
| Hex | 49 | 56 | 8D | 30 | 27 | 0 | 2D | E5 | 20 | 2A |
| Octal | 111 | 126 | 215 | 60 | 47 | 0 | 55 | 345 | 40 | 52 |
| Binary | 1001001 | 1010110 | 10001101 | 110000 | 100111 | 0 | 101101 | 11100101 | 100000 | 101010 |
Color Harmonies of #49568D
Complementary color
Monochromatic Colors of #49568D
Black with #49568D
Text Example
Text Example
White with #49568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49568D; }
p { color: rgb(73,86,141); }
H1.HeaderClassName
{
color: #49568D;
}
.AnyTagClassName
{
color: #49568D;
}
</style>
background-color css
<style>
a { background-color: #49568D; }
a { background-color: rgb(73,86,141); }
div.DivClassName
{
background-color: #49568D;
}
.BgClassName
{
background-color: #49568D;
}
</style>
border-color css
<style>
span { border-color: #49568D; }
span { border-color: rgb(73,86,141); }
td.TdClassName
{
border-color: #49568D;
}
.TagClassName
{
border-color: #49568D;
}
</style>