Shades of Governor Bay #4E5E91
Tints of Governor Bay #4E5E91
RGB
CMYK
RGB Variations
Color information
#4E5E91 (or 0x4E5E91) is known color: Governor Bay. HEX triplet: 4E, 5E and 91. RGB value is (78,94,145). Sum of RGB (Red+Green+Blue) = 78+94+145=317 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.61% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E5E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5E91 is #B1A16E. Grayscale: #5E5E5E. Windows color (decimal): -11641199 or 9526862. OLE color: 9526862.
HSL color Cylindrical-coordinate representation of color #4E5E91: hue angle of 225.67º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E5E91 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 94 | 145 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.43 |
| HSL | 225.67º | 0.3% | 0.44% | - |
| HSV(B) | 225.67º | 0.46% | 0.57% | - |
| XYZ | 12.26 | 11.67 | 28.39 | - |
| YUV | 95.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 145 | 0.46 | 0.35 | 0 | 0.43 | 225.67 | 0.3 | 0.44 |
| Hex | 4E | 5E | 91 | 2E | 23 | 0 | 2B | E2 | 1E | 2C |
| Octal | 116 | 136 | 221 | 56 | 43 | 0 | 53 | 342 | 36 | 54 |
| Binary | 1001110 | 1011110 | 10010001 | 101110 | 100011 | 0 | 101011 | 11100010 | 11110 | 101100 |
Color Harmonies of #4E5E91
Complementary color
Monochromatic Colors of #4E5E91
Black with #4E5E91
Text Example
Text Example
White with #4E5E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5E91; }
p { color: rgb(78,94,145); }
H1.HeaderClassName
{
color: #4E5E91;
}
.AnyTagClassName
{
color: #4E5E91;
}
</style>
background-color css
<style>
a { background-color: #4E5E91; }
a { background-color: rgb(78,94,145); }
div.DivClassName
{
background-color: #4E5E91;
}
.BgClassName
{
background-color: #4E5E91;
}
</style>
border-color css
<style>
span { border-color: #4E5E91; }
span { border-color: rgb(78,94,145); }
td.TdClassName
{
border-color: #4E5E91;
}
.TagClassName
{
border-color: #4E5E91;
}
</style>