Shades of Governor Bay #4E5889
Tints of Governor Bay #4E5889
RGB
CMYK
RGB Variations
Color information
#4E5889 (or 0x4E5889) is known color: Governor Bay. HEX triplet: 4E, 58 and 89. RGB value is (78,88,137). Sum of RGB (Red+Green+Blue) = 78+88+137=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 137 (53.91% from 255 or 45.21% from 303); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E5889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5889 is #B1A776. Grayscale: #5A5A5A. Windows color (decimal): -11642743 or 9001038. OLE color: 9001038.
HSL color Cylindrical-coordinate representation of color #4E5889: hue angle of 229.83º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E5889 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 88 | 137 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.46 |
| HSL | 229.83º | 0.27% | 0.42% | - |
| HSV(B) | 229.83º | 0.43% | 0.54% | - |
| XYZ | 11.15 | 10.41 | 25.09 | - |
| YUV | 90.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 137 | 0.43 | 0.36 | 0 | 0.46 | 229.83 | 0.27 | 0.42 |
| Hex | 4E | 58 | 89 | 2B | 24 | 0 | 2E | E6 | 1B | 2A |
| Octal | 116 | 130 | 211 | 53 | 44 | 0 | 56 | 346 | 33 | 52 |
| Binary | 1001110 | 1011000 | 10001001 | 101011 | 100100 | 0 | 101110 | 11100110 | 11011 | 101010 |
Color Harmonies of #4E5889
Complementary color
Monochromatic Colors of #4E5889
Black with #4E5889
Text Example
Text Example
White with #4E5889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5889; }
p { color: rgb(78,88,137); }
H1.HeaderClassName
{
color: #4E5889;
}
.AnyTagClassName
{
color: #4E5889;
}
</style>
background-color css
<style>
a { background-color: #4E5889; }
a { background-color: rgb(78,88,137); }
div.DivClassName
{
background-color: #4E5889;
}
.BgClassName
{
background-color: #4E5889;
}
</style>
border-color css
<style>
span { border-color: #4E5889; }
span { border-color: rgb(78,88,137); }
td.TdClassName
{
border-color: #4E5889;
}
.TagClassName
{
border-color: #4E5889;
}
</style>