Shades of Governor Bay #49469F
Tints of Governor Bay #49469F
RGB
CMYK
RGB Variations
Color information
#49469F (or 0x49469F) is known color: Governor Bay. HEX triplet: 49, 46 and 9F. RGB value is (73,70,159). Sum of RGB (Red+Green+Blue) = 73+70+159=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 70 (27.73% from 255 or 23.18% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #49469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #49469F is #B6B960. Grayscale: #505050. Windows color (decimal): -11975009 or 10438217. OLE color: 10438217.
HSL color Cylindrical-coordinate representation of color #49469F: hue angle of 242.02º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #49469F is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 73 | 70 | 159 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.38 |
| HSL | 242.02º | 0.39% | 0.45% | - |
| HSV(B) | 242.02º | 0.56% | 0.62% | - |
| XYZ | 11.2 | 8.3 | 33.81 | - |
| YUV | 81.04 | 171.99 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 70 | 159 | 0.54 | 0.56 | 0 | 0.38 | 242.02 | 0.39 | 0.45 |
| Hex | 49 | 46 | 9F | 36 | 38 | 0 | 26 | F2 | 27 | 2D |
| Octal | 111 | 106 | 237 | 66 | 70 | 0 | 46 | 362 | 47 | 55 |
| Binary | 1001001 | 1000110 | 10011111 | 110110 | 111000 | 0 | 100110 | 11110010 | 100111 | 101101 |
Color Harmonies of #49469F
Complementary color
Monochromatic Colors of #49469F
Black with #49469F
Text Example
Text Example
White with #49469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49469F; }
p { color: rgb(73,70,159); }
H1.HeaderClassName
{
color: #49469F;
}
.AnyTagClassName
{
color: #49469F;
}
</style>
background-color css
<style>
a { background-color: #49469F; }
a { background-color: rgb(73,70,159); }
div.DivClassName
{
background-color: #49469F;
}
.BgClassName
{
background-color: #49469F;
}
</style>
border-color css
<style>
span { border-color: #49469F; }
span { border-color: rgb(73,70,159); }
td.TdClassName
{
border-color: #49469F;
}
.TagClassName
{
border-color: #49469F;
}
</style>