Shades of Governor Bay #4D508A
Tints of Governor Bay #4D508A
RGB
CMYK
RGB Variations
Color information
#4D508A (or 0x4D508A) is known color: Governor Bay. HEX triplet: 4D, 50 and 8A. RGB value is (77,80,138). Sum of RGB (Red+Green+Blue) = 77+80+138=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D508A is #B2AF75. Grayscale: #555555. Windows color (decimal): -11710326 or 9064525. OLE color: 9064525.
HSL color Cylindrical-coordinate representation of color #4D508A: hue angle of 237.05º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D508A is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 77 | 80 | 138 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.46 |
| HSL | 237.05º | 0.28% | 0.42% | - |
| HSV(B) | 237.05º | 0.44% | 0.54% | - |
| XYZ | 10.52 | 9.15 | 25.26 | - |
| YUV | 85.72 | 157.51 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 138 | 0.44 | 0.42 | 0 | 0.46 | 237.05 | 0.28 | 0.42 |
| Hex | 4D | 50 | 8A | 2C | 2A | 0 | 2E | ED | 1C | 2A |
| Octal | 115 | 120 | 212 | 54 | 52 | 0 | 56 | 355 | 34 | 52 |
| Binary | 1001101 | 1010000 | 10001010 | 101100 | 101010 | 0 | 101110 | 11101101 | 11100 | 101010 |
Color Harmonies of #4D508A
Complementary color
Monochromatic Colors of #4D508A
Black with #4D508A
Text Example
Text Example
White with #4D508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D508A; }
p { color: rgb(77,80,138); }
H1.HeaderClassName
{
color: #4D508A;
}
.AnyTagClassName
{
color: #4D508A;
}
</style>
background-color css
<style>
a { background-color: #4D508A; }
a { background-color: rgb(77,80,138); }
div.DivClassName
{
background-color: #4D508A;
}
.BgClassName
{
background-color: #4D508A;
}
</style>
border-color css
<style>
span { border-color: #4D508A; }
span { border-color: rgb(77,80,138); }
td.TdClassName
{
border-color: #4D508A;
}
.TagClassName
{
border-color: #4D508A;
}
</style>