Shades of Governor Bay #4D5686
Tints of Governor Bay #4D5686
RGB
CMYK
RGB Variations
Color information
#4D5686 (or 0x4D5686) is known color: Governor Bay. HEX triplet: 4D, 56 and 86. RGB value is (77,86,134). Sum of RGB (Red+Green+Blue) = 77+86+134=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 134 (52.73% from 255 or 45.12% from 297); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D5686 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5686 is #B2A979. Grayscale: #585858. Windows color (decimal): -11708794 or 8803917. OLE color: 8803917.
HSL color Cylindrical-coordinate representation of color #4D5686: hue angle of 230.53º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D5686 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 86 | 134 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.47 |
| HSL | 230.53º | 0.27% | 0.41% | - |
| HSV(B) | 230.53º | 0.43% | 0.53% | - |
| XYZ | 10.69 | 9.95 | 23.91 | - |
| YUV | 88.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 86 | 134 | 0.43 | 0.36 | 0 | 0.47 | 230.53 | 0.27 | 0.41 |
| Hex | 4D | 56 | 86 | 2B | 24 | 0 | 2F | E7 | 1B | 29 |
| Octal | 115 | 126 | 206 | 53 | 44 | 0 | 57 | 347 | 33 | 51 |
| Binary | 1001101 | 1010110 | 10000110 | 101011 | 100100 | 0 | 101111 | 11100111 | 11011 | 101001 |
Color Harmonies of #4D5686
Complementary color
Monochromatic Colors of #4D5686
Black with #4D5686
Text Example
Text Example
White with #4D5686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5686; }
p { color: rgb(77,86,134); }
H1.HeaderClassName
{
color: #4D5686;
}
.AnyTagClassName
{
color: #4D5686;
}
</style>
background-color css
<style>
a { background-color: #4D5686; }
a { background-color: rgb(77,86,134); }
div.DivClassName
{
background-color: #4D5686;
}
.BgClassName
{
background-color: #4D5686;
}
</style>
border-color css
<style>
span { border-color: #4D5686; }
span { border-color: rgb(77,86,134); }
td.TdClassName
{
border-color: #4D5686;
}
.TagClassName
{
border-color: #4D5686;
}
</style>