Shades of Governor Bay #4E5787
Tints of Governor Bay #4E5787
RGB
CMYK
RGB Variations
Color information
#4E5787 (or 0x4E5787) is known color: Governor Bay. HEX triplet: 4E, 57 and 87. RGB value is (78,87,135). Sum of RGB (Red+Green+Blue) = 78+87+135=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E5787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5787 is #B1A878. Grayscale: #595959. Windows color (decimal): -11643001 or 8869710. OLE color: 8869710.
HSL color Cylindrical-coordinate representation of color #4E5787: hue angle of 230.53º degrees, saturation: 0.27, 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 #4E5787 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 87 | 135 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.47 |
| HSL | 230.53º | 0.27% | 0.42% | - |
| HSV(B) | 230.53º | 0.42% | 0.53% | - |
| XYZ | 10.92 | 10.19 | 24.31 | - |
| YUV | 89.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 87 | 135 | 0.42 | 0.36 | 0 | 0.47 | 230.53 | 0.27 | 0.42 |
| Hex | 4E | 57 | 87 | 2A | 24 | 0 | 2F | E7 | 1B | 2A |
| Octal | 116 | 127 | 207 | 52 | 44 | 0 | 57 | 347 | 33 | 52 |
| Binary | 1001110 | 1010111 | 10000111 | 101010 | 100100 | 0 | 101111 | 11100111 | 11011 | 101010 |
Color Harmonies of #4E5787
Complementary color
Monochromatic Colors of #4E5787
Black with #4E5787
Text Example
Text Example
White with #4E5787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5787; }
p { color: rgb(78,87,135); }
H1.HeaderClassName
{
color: #4E5787;
}
.AnyTagClassName
{
color: #4E5787;
}
</style>
background-color css
<style>
a { background-color: #4E5787; }
a { background-color: rgb(78,87,135); }
div.DivClassName
{
background-color: #4E5787;
}
.BgClassName
{
background-color: #4E5787;
}
</style>
border-color css
<style>
span { border-color: #4E5787; }
span { border-color: rgb(78,87,135); }
td.TdClassName
{
border-color: #4E5787;
}
.TagClassName
{
border-color: #4E5787;
}
</style>