Shades of Governor Bay #4D5586
Tints of Governor Bay #4D5586
RGB
CMYK
RGB Variations
Color information
#4D5586 (or 0x4D5586) is known color: Governor Bay. HEX triplet: 4D, 55 and 86. RGB value is (77,85,134). Sum of RGB (Red+Green+Blue) = 77+85+134=296 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.01% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D5586 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5586 is #B2AA79. Grayscale: #575757. Windows color (decimal): -11709050 or 8803661. OLE color: 8803661.
HSL color Cylindrical-coordinate representation of color #4D5586: hue angle of 231.58º 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 #4D5586 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 85 | 134 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.47 |
| HSL | 231.58º | 0.27% | 0.41% | - |
| HSV(B) | 231.58º | 0.43% | 0.53% | - |
| XYZ | 10.61 | 9.8 | 23.89 | - |
| YUV | 88.19 | 153.85 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 134 | 0.43 | 0.37 | 0 | 0.47 | 231.58 | 0.27 | 0.41 |
| Hex | 4D | 55 | 86 | 2B | 25 | 0 | 2F | E8 | 1B | 29 |
| Octal | 115 | 125 | 206 | 53 | 45 | 0 | 57 | 350 | 33 | 51 |
| Binary | 1001101 | 1010101 | 10000110 | 101011 | 100101 | 0 | 101111 | 11101000 | 11011 | 101001 |
Color Harmonies of #4D5586
Complementary color
Monochromatic Colors of #4D5586
Black with #4D5586
Text Example
Text Example
White with #4D5586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5586; }
p { color: rgb(77,85,134); }
H1.HeaderClassName
{
color: #4D5586;
}
.AnyTagClassName
{
color: #4D5586;
}
</style>
background-color css
<style>
a { background-color: #4D5586; }
a { background-color: rgb(77,85,134); }
div.DivClassName
{
background-color: #4D5586;
}
.BgClassName
{
background-color: #4D5586;
}
</style>
border-color css
<style>
span { border-color: #4D5586; }
span { border-color: rgb(77,85,134); }
td.TdClassName
{
border-color: #4D5586;
}
.TagClassName
{
border-color: #4D5586;
}
</style>