Shades of Governor Bay #49459C
Tints of Governor Bay #49459C
RGB
CMYK
RGB Variations
Color information
#49459C (or 0x49459C) is known color: Governor Bay. HEX triplet: 49, 45 and 9C. RGB value is (73,69,156). Sum of RGB (Red+Green+Blue) = 73+69+156=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 69 (27.34% from 255 or 23.15% from 298); Blue value is 156 (61.33% from 255 or 52.35% from 298); Max value from RGB is 156 - color contains mainly: blue. Hex color #49459C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49459C is #B6BA63. Grayscale: #4F4F4F. Windows color (decimal): -11975268 or 10241353. OLE color: 10241353.
HSL color Cylindrical-coordinate representation of color #49459C: hue angle of 242.76º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49459C is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 69 | 156 | - |
| CMYK | 0.53 | 0.56 | 0 | 0.39 |
| HSL | 242.76º | 0.39% | 0.44% | - |
| HSV(B) | 242.76º | 0.56% | 0.61% | - |
| XYZ | 10.88 | 8.07 | 32.44 | - |
| YUV | 80.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 69 | 156 | 0.53 | 0.56 | 0 | 0.39 | 242.76 | 0.39 | 0.44 |
| Hex | 49 | 45 | 9C | 35 | 38 | 0 | 27 | F3 | 27 | 2C |
| Octal | 111 | 105 | 234 | 65 | 70 | 0 | 47 | 363 | 47 | 54 |
| Binary | 1001001 | 1000101 | 10011100 | 110101 | 111000 | 0 | 100111 | 11110011 | 100111 | 101100 |
Color Harmonies of #49459C
Complementary color
Monochromatic Colors of #49459C
Black with #49459C
Text Example
Text Example
White with #49459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49459C; }
p { color: rgb(73,69,156); }
H1.HeaderClassName
{
color: #49459C;
}
.AnyTagClassName
{
color: #49459C;
}
</style>
background-color css
<style>
a { background-color: #49459C; }
a { background-color: rgb(73,69,156); }
div.DivClassName
{
background-color: #49459C;
}
.BgClassName
{
background-color: #49459C;
}
</style>
border-color css
<style>
span { border-color: #49459C; }
span { border-color: rgb(73,69,156); }
td.TdClassName
{
border-color: #49459C;
}
.TagClassName
{
border-color: #49459C;
}
</style>