Shades of Governor Bay #49568C
Tints of Governor Bay #49568C
RGB
CMYK
RGB Variations
Color information
#49568C (or 0x49568C) is known color: Governor Bay. HEX triplet: 49, 56 and 8C. RGB value is (73,86,140). Sum of RGB (Red+Green+Blue) = 73+86+140=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 140 (55.08% from 255 or 46.82% from 299); Max value from RGB is 140 - color contains mainly: blue. Hex color #49568C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #49568C is #B6A973. Grayscale: #585858. Windows color (decimal): -11970932 or 9197129. OLE color: 9197129.
HSL color Cylindrical-coordinate representation of color #49568C: hue angle of 228.36º 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 #49568C is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 86 | 140 | - |
| CMYK | 0.48 | 0.39 | 0 | 0.45 |
| HSL | 228.36º | 0.31% | 0.42% | - |
| HSV(B) | 228.36º | 0.48% | 0.55% | - |
| XYZ | 10.81 | 9.97 | 26.16 | - |
| YUV | 88.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 86 | 140 | 0.48 | 0.39 | 0 | 0.45 | 228.36 | 0.31 | 0.42 |
| Hex | 49 | 56 | 8C | 30 | 27 | 0 | 2D | E4 | 1F | 2A |
| Octal | 111 | 126 | 214 | 60 | 47 | 0 | 55 | 344 | 37 | 52 |
| Binary | 1001001 | 1010110 | 10001100 | 110000 | 100111 | 0 | 101101 | 11100100 | 11111 | 101010 |
Color Harmonies of #49568C
Complementary color
Monochromatic Colors of #49568C
Black with #49568C
Text Example
Text Example
White with #49568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49568C; }
p { color: rgb(73,86,140); }
H1.HeaderClassName
{
color: #49568C;
}
.AnyTagClassName
{
color: #49568C;
}
</style>
background-color css
<style>
a { background-color: #49568C; }
a { background-color: rgb(73,86,140); }
div.DivClassName
{
background-color: #49568C;
}
.BgClassName
{
background-color: #49568C;
}
</style>
border-color css
<style>
span { border-color: #49568C; }
span { border-color: rgb(73,86,140); }
td.TdClassName
{
border-color: #49568C;
}
.TagClassName
{
border-color: #49568C;
}
</style>