Shades of Governor Bay #4D5286
Tints of Governor Bay #4D5286
RGB
CMYK
RGB Variations
Color information
#4D5286 (or 0x4D5286) is known color: Governor Bay. HEX triplet: 4D, 52 and 86. RGB value is (77,82,134). Sum of RGB (Red+Green+Blue) = 77+82+134=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 134 (52.73% from 255 or 45.73% from 293); Max value from RGB is 134 - color contains mainly: blue. Hex color #4D5286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5286 is #B2AD79. Grayscale: #565656. Windows color (decimal): -11709818 or 8802893. OLE color: 8802893.
HSL color Cylindrical-coordinate representation of color #4D5286: hue angle of 234.74º 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 #4D5286 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 82 | 134 | - |
| CMYK | 0.43 | 0.39 | 0 | 0.47 |
| HSL | 234.74º | 0.27% | 0.41% | - |
| HSV(B) | 234.74º | 0.43% | 0.53% | - |
| XYZ | 10.38 | 9.33 | 23.81 | - |
| YUV | 86.43 | 154.84 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 134 | 0.43 | 0.39 | 0 | 0.47 | 234.74 | 0.27 | 0.41 |
| Hex | 4D | 52 | 86 | 2B | 27 | 0 | 2F | EB | 1B | 29 |
| Octal | 115 | 122 | 206 | 53 | 47 | 0 | 57 | 353 | 33 | 51 |
| Binary | 1001101 | 1010010 | 10000110 | 101011 | 100111 | 0 | 101111 | 11101011 | 11011 | 101001 |
Color Harmonies of #4D5286
Complementary color
Monochromatic Colors of #4D5286
Black with #4D5286
Text Example
Text Example
White with #4D5286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5286; }
p { color: rgb(77,82,134); }
H1.HeaderClassName
{
color: #4D5286;
}
.AnyTagClassName
{
color: #4D5286;
}
</style>
background-color css
<style>
a { background-color: #4D5286; }
a { background-color: rgb(77,82,134); }
div.DivClassName
{
background-color: #4D5286;
}
.BgClassName
{
background-color: #4D5286;
}
</style>
border-color css
<style>
span { border-color: #4D5286; }
span { border-color: rgb(77,82,134); }
td.TdClassName
{
border-color: #4D5286;
}
.TagClassName
{
border-color: #4D5286;
}
</style>