Shades of Governor Bay #49499C
Tints of Governor Bay #49499C
RGB
CMYK
RGB Variations
Color information
#49499C (or 0x49499C) is known color: Governor Bay. HEX triplet: 49, 49 and 9C. RGB value is (73,73,156). Sum of RGB (Red+Green+Blue) = 73+73+156=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #49499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49499C is #B6B663. Grayscale: #525252. Windows color (decimal): -11974244 or 10242377. OLE color: 10242377.
HSL color Cylindrical-coordinate representation of color #49499C: hue angle of 240º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #49499C is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 73 | 73 | 156 | - |
| CMYK | 0.53 | 0.53 | 0 | 0.39 |
| HSL | 240º | 0.36% | 0.45% | - |
| HSV(B) | 240º | 0.53% | 0.61% | - |
| XYZ | 11.13 | 8.58 | 32.52 | - |
| YUV | 82.46 | 169.5 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 156 | 0.53 | 0.53 | 0 | 0.39 | 240 | 0.36 | 0.45 |
| Hex | 49 | 49 | 9C | 35 | 35 | 0 | 27 | F0 | 24 | 2D |
| Octal | 111 | 111 | 234 | 65 | 65 | 0 | 47 | 360 | 44 | 55 |
| Binary | 1001001 | 1001001 | 10011100 | 110101 | 110101 | 0 | 100111 | 11110000 | 100100 | 101101 |
Color Harmonies of #49499C
Complementary color
Monochromatic Colors of #49499C
Black with #49499C
Text Example
Text Example
White with #49499C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49499C; }
p { color: rgb(73,73,156); }
H1.HeaderClassName
{
color: #49499C;
}
.AnyTagClassName
{
color: #49499C;
}
</style>
background-color css
<style>
a { background-color: #49499C; }
a { background-color: rgb(73,73,156); }
div.DivClassName
{
background-color: #49499C;
}
.BgClassName
{
background-color: #49499C;
}
</style>
border-color css
<style>
span { border-color: #49499C; }
span { border-color: rgb(73,73,156); }
td.TdClassName
{
border-color: #49499C;
}
.TagClassName
{
border-color: #49499C;
}
</style>