Shades of Governor Bay #4E5286
Tints of Governor Bay #4E5286
RGB
CMYK
RGB Variations
Color information
#4E5286 (or 0x4E5286) is known color: Governor Bay. HEX triplet: 4E, 52 and 86. RGB value is (78,82,134). Sum of RGB (Red+Green+Blue) = 78+82+134=294 (38% of max value = 765). Red value is 78 (30.86% from 255 or 26.53% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 134 (52.73% from 255 or 45.58% from 294); Max value from RGB is 134 - color contains mainly: blue. Hex color #4E5286 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5286 is #B1AD79. Grayscale: #565656. Windows color (decimal): -11644282 or 8802894. OLE color: 8802894.
HSL color Cylindrical-coordinate representation of color #4E5286: hue angle of 235.71º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E5286 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 82 | 134 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.47 |
| HSL | 235.71º | 0.26% | 0.42% | - |
| HSV(B) | 235.71º | 0.42% | 0.53% | - |
| XYZ | 10.46 | 9.38 | 23.81 | - |
| YUV | 86.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 134 | 0.42 | 0.39 | 0 | 0.47 | 235.71 | 0.26 | 0.42 |
| Hex | 4E | 52 | 86 | 2A | 27 | 0 | 2F | EC | 1A | 2A |
| Octal | 116 | 122 | 206 | 52 | 47 | 0 | 57 | 354 | 32 | 52 |
| Binary | 1001110 | 1010010 | 10000110 | 101010 | 100111 | 0 | 101111 | 11101100 | 11010 | 101010 |
Color Harmonies of #4E5286
Complementary color
Monochromatic Colors of #4E5286
Black with #4E5286
Text Example
Text Example
White with #4E5286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5286; }
p { color: rgb(78,82,134); }
H1.HeaderClassName
{
color: #4E5286;
}
.AnyTagClassName
{
color: #4E5286;
}
</style>
background-color css
<style>
a { background-color: #4E5286; }
a { background-color: rgb(78,82,134); }
div.DivClassName
{
background-color: #4E5286;
}
.BgClassName
{
background-color: #4E5286;
}
</style>
border-color css
<style>
span { border-color: #4E5286; }
span { border-color: rgb(78,82,134); }
td.TdClassName
{
border-color: #4E5286;
}
.TagClassName
{
border-color: #4E5286;
}
</style>