Shades of Governor Bay #50469F
Tints of Governor Bay #50469F
RGB
CMYK
RGB Variations
Color information
#50469F (or 0x50469F) is known color: Governor Bay. HEX triplet: 50, 46 and 9F. RGB value is (80,70,159). Sum of RGB (Red+Green+Blue) = 80+70+159=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #50469F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #50469F is #AFB960. Grayscale: #525252. Windows color (decimal): -11516257 or 10438224. OLE color: 10438224.
HSL color Cylindrical-coordinate representation of color #50469F: hue angle of 246.74º 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 #50469F is Cyan = 0.50, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 80 | 70 | 159 | - |
| CMYK | 0.50 | 0.56 | 0 | 0.38 |
| HSL | 246.74º | 0.39% | 0.45% | - |
| HSV(B) | 246.74º | 0.56% | 0.62% | - |
| XYZ | 11.76 | 8.59 | 33.84 | - |
| YUV | 83.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 70 | 159 | 0.50 | 0.56 | 0 | 0.38 | 246.74 | 0.39 | 0.45 |
| Hex | 50 | 46 | 9F | 32 | 38 | 0 | 26 | F7 | 27 | 2D |
| Octal | 120 | 106 | 237 | 62 | 70 | 0 | 46 | 367 | 47 | 55 |
| Binary | 1010000 | 1000110 | 10011111 | 110010 | 111000 | 0 | 100110 | 11110111 | 100111 | 101101 |
Color Harmonies of #50469F
Complementary color
Monochromatic Colors of #50469F
Black with #50469F
Text Example
Text Example
White with #50469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50469F; }
p { color: rgb(80,70,159); }
H1.HeaderClassName
{
color: #50469F;
}
.AnyTagClassName
{
color: #50469F;
}
</style>
background-color css
<style>
a { background-color: #50469F; }
a { background-color: rgb(80,70,159); }
div.DivClassName
{
background-color: #50469F;
}
.BgClassName
{
background-color: #50469F;
}
</style>
border-color css
<style>
span { border-color: #50469F; }
span { border-color: rgb(80,70,159); }
td.TdClassName
{
border-color: #50469F;
}
.TagClassName
{
border-color: #50469F;
}
</style>