Shades of Governor Bay #4E5191
Tints of Governor Bay #4E5191
RGB
CMYK
RGB Variations
Color information
#4E5191 (or 0x4E5191) is known color: Governor Bay. HEX triplet: 4E, 51 and 91. RGB value is (78,81,145). Sum of RGB (Red+Green+Blue) = 78+81+145=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E5191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5191 is #B1AE6E. Grayscale: #575757. Windows color (decimal): -11644527 or 9523534. OLE color: 9523534.
HSL color Cylindrical-coordinate representation of color #4E5191: hue angle of 237.31º 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 #4E5191 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 81 | 145 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.43 |
| HSL | 237.31º | 0.3% | 0.44% | - |
| HSV(B) | 237.31º | 0.46% | 0.57% | - |
| XYZ | 11.2 | 9.55 | 28.04 | - |
| YUV | 87.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 145 | 0.46 | 0.44 | 0 | 0.43 | 237.31 | 0.3 | 0.44 |
| Hex | 4E | 51 | 91 | 2E | 2C | 0 | 2B | ED | 1E | 2C |
| Octal | 116 | 121 | 221 | 56 | 54 | 0 | 53 | 355 | 36 | 54 |
| Binary | 1001110 | 1010001 | 10010001 | 101110 | 101100 | 0 | 101011 | 11101101 | 11110 | 101100 |
Color Harmonies of #4E5191
Complementary color
Monochromatic Colors of #4E5191
Black with #4E5191
Text Example
Text Example
White with #4E5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5191; }
p { color: rgb(78,81,145); }
H1.HeaderClassName
{
color: #4E5191;
}
.AnyTagClassName
{
color: #4E5191;
}
</style>
background-color css
<style>
a { background-color: #4E5191; }
a { background-color: rgb(78,81,145); }
div.DivClassName
{
background-color: #4E5191;
}
.BgClassName
{
background-color: #4E5191;
}
</style>
border-color css
<style>
span { border-color: #4E5191; }
span { border-color: rgb(78,81,145); }
td.TdClassName
{
border-color: #4E5191;
}
.TagClassName
{
border-color: #4E5191;
}
</style>