Shades of Governor Bay #504A9B
Tints of Governor Bay #504A9B
RGB
CMYK
RGB Variations
Color information
#504A9B (or 0x504A9B) is known color: Governor Bay. HEX triplet: 50, 4A and 9B. RGB value is (80,74,155). Sum of RGB (Red+Green+Blue) = 80+74+155=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 155 (60.94% from 255 or 50.16% from 309); Max value from RGB is 155 - color contains mainly: blue. Hex color #504A9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504A9B is #AFB564. Grayscale: #545454. Windows color (decimal): -11515237 or 10177104. OLE color: 10177104.
HSL color Cylindrical-coordinate representation of color #504A9B: hue angle of 244.44º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #504A9B is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 80 | 74 | 155 | - |
| CMYK | 0.48 | 0.52 | 0 | 0.39 |
| HSL | 244.44º | 0.35% | 0.45% | - |
| HSV(B) | 244.44º | 0.52% | 0.61% | - |
| XYZ | 11.67 | 8.97 | 32.13 | - |
| YUV | 85.03 | 167.49 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 74 | 155 | 0.48 | 0.52 | 0 | 0.39 | 244.44 | 0.35 | 0.45 |
| Hex | 50 | 4A | 9B | 30 | 34 | 0 | 27 | F4 | 23 | 2D |
| Octal | 120 | 112 | 233 | 60 | 64 | 0 | 47 | 364 | 43 | 55 |
| Binary | 1010000 | 1001010 | 10011011 | 110000 | 110100 | 0 | 100111 | 11110100 | 100011 | 101101 |
Color Harmonies of #504A9B
Complementary color
Monochromatic Colors of #504A9B
Black with #504A9B
Text Example
Text Example
White with #504A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #504A9B; }
p { color: rgb(80,74,155); }
H1.HeaderClassName
{
color: #504A9B;
}
.AnyTagClassName
{
color: #504A9B;
}
</style>
background-color css
<style>
a { background-color: #504A9B; }
a { background-color: rgb(80,74,155); }
div.DivClassName
{
background-color: #504A9B;
}
.BgClassName
{
background-color: #504A9B;
}
</style>
border-color css
<style>
span { border-color: #504A9B; }
span { border-color: rgb(80,74,155); }
td.TdClassName
{
border-color: #504A9B;
}
.TagClassName
{
border-color: #504A9B;
}
</style>