Shades of Governor Bay #4D4F86
Tints of Governor Bay #4D4F86
RGB
CMYK
RGB Variations
Color information
#4D4F86 (or 0x4D4F86) is known color: Governor Bay. HEX triplet: 4D, 4F and 86. RGB value is (77,79,134). Sum of RGB (Red+Green+Blue) = 77+79+134=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D4F86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4F86 is #B2B079. Grayscale: #545454. Windows color (decimal): -11710586 or 8802125. OLE color: 8802125.
HSL color Cylindrical-coordinate representation of color #4D4F86: hue angle of 237.89º 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 #4D4F86 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 79 | 134 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.47 |
| HSL | 237.89º | 0.27% | 0.41% | - |
| HSV(B) | 237.89º | 0.43% | 0.53% | - |
| XYZ | 10.16 | 8.89 | 23.73 | - |
| YUV | 84.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 134 | 0.43 | 0.41 | 0 | 0.47 | 237.89 | 0.27 | 0.41 |
| Hex | 4D | 4F | 86 | 2B | 29 | 0 | 2F | EE | 1B | 29 |
| Octal | 115 | 117 | 206 | 53 | 51 | 0 | 57 | 356 | 33 | 51 |
| Binary | 1001101 | 1001111 | 10000110 | 101011 | 101001 | 0 | 101111 | 11101110 | 11011 | 101001 |
Color Harmonies of #4D4F86
Complementary color
Monochromatic Colors of #4D4F86
Black with #4D4F86
Text Example
Text Example
White with #4D4F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F86; }
p { color: rgb(77,79,134); }
H1.HeaderClassName
{
color: #4D4F86;
}
.AnyTagClassName
{
color: #4D4F86;
}
</style>
background-color css
<style>
a { background-color: #4D4F86; }
a { background-color: rgb(77,79,134); }
div.DivClassName
{
background-color: #4D4F86;
}
.BgClassName
{
background-color: #4D4F86;
}
</style>
border-color css
<style>
span { border-color: #4D4F86; }
span { border-color: rgb(77,79,134); }
td.TdClassName
{
border-color: #4D4F86;
}
.TagClassName
{
border-color: #4D4F86;
}
</style>