Shades of Governor Bay #4E5890
Tints of Governor Bay #4E5890
RGB
CMYK
RGB Variations
Color information
#4E5890 (or 0x4E5890) is known color: Governor Bay. HEX triplet: 4E, 58 and 90. RGB value is (78,88,144). Sum of RGB (Red+Green+Blue) = 78+88+144=310 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.16% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 144 (56.64% from 255 or 46.45% from 310); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E5890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5890 is #B1A76F. Grayscale: #5B5B5B. Windows color (decimal): -11642736 or 9459790. OLE color: 9459790.
HSL color Cylindrical-coordinate representation of color #4E5890: hue angle of 230.91º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E5890 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 88 | 144 | - |
| CMYK | 0.46 | 0.39 | 0 | 0.44 |
| HSL | 230.91º | 0.3% | 0.44% | - |
| HSV(B) | 230.91º | 0.46% | 0.56% | - |
| XYZ | 11.67 | 10.61 | 27.82 | - |
| YUV | 91.39 | 157.69 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 144 | 0.46 | 0.39 | 0 | 0.44 | 230.91 | 0.3 | 0.44 |
| Hex | 4E | 58 | 90 | 2E | 27 | 0 | 2C | E7 | 1E | 2C |
| Octal | 116 | 130 | 220 | 56 | 47 | 0 | 54 | 347 | 36 | 54 |
| Binary | 1001110 | 1011000 | 10010000 | 101110 | 100111 | 0 | 101100 | 11100111 | 11110 | 101100 |
Color Harmonies of #4E5890
Complementary color
Monochromatic Colors of #4E5890
Black with #4E5890
Text Example
Text Example
White with #4E5890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5890; }
p { color: rgb(78,88,144); }
H1.HeaderClassName
{
color: #4E5890;
}
.AnyTagClassName
{
color: #4E5890;
}
</style>
background-color css
<style>
a { background-color: #4E5890; }
a { background-color: rgb(78,88,144); }
div.DivClassName
{
background-color: #4E5890;
}
.BgClassName
{
background-color: #4E5890;
}
</style>
border-color css
<style>
span { border-color: #4E5890; }
span { border-color: rgb(78,88,144); }
td.TdClassName
{
border-color: #4E5890;
}
.TagClassName
{
border-color: #4E5890;
}
</style>