Shades of Governor Bay #4E5E90
Tints of Governor Bay #4E5E90
RGB
CMYK
RGB Variations
Color information
#4E5E90 (or 0x4E5E90) is known color: Governor Bay. HEX triplet: 4E, 5E and 90. RGB value is (78,94,144). Sum of RGB (Red+Green+Blue) = 78+94+144=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 94 (37.11% from 255 or 29.75% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E5E90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5E90 is #B1A16F. Grayscale: #5E5E5E. Windows color (decimal): -11641200 or 9461326. OLE color: 9461326.
HSL color Cylindrical-coordinate representation of color #4E5E90: hue angle of 225.45º 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 #4E5E90 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 94 | 144 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.44 |
| HSL | 225.45º | 0.3% | 0.44% | - |
| HSV(B) | 225.45º | 0.46% | 0.56% | - |
| XYZ | 12.18 | 11.64 | 27.99 | - |
| YUV | 94.92 | 155.7 | 115.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 94 | 144 | 0.46 | 0.35 | 0 | 0.44 | 225.45 | 0.3 | 0.44 |
| Hex | 4E | 5E | 90 | 2E | 23 | 0 | 2C | E1 | 1E | 2C |
| Octal | 116 | 136 | 220 | 56 | 43 | 0 | 54 | 341 | 36 | 54 |
| Binary | 1001110 | 1011110 | 10010000 | 101110 | 100011 | 0 | 101100 | 11100001 | 11110 | 101100 |
Color Harmonies of #4E5E90
Complementary color
Monochromatic Colors of #4E5E90
Black with #4E5E90
Text Example
Text Example
White with #4E5E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5E90; }
p { color: rgb(78,94,144); }
H1.HeaderClassName
{
color: #4E5E90;
}
.AnyTagClassName
{
color: #4E5E90;
}
</style>
background-color css
<style>
a { background-color: #4E5E90; }
a { background-color: rgb(78,94,144); }
div.DivClassName
{
background-color: #4E5E90;
}
.BgClassName
{
background-color: #4E5E90;
}
</style>
border-color css
<style>
span { border-color: #4E5E90; }
span { border-color: rgb(78,94,144); }
td.TdClassName
{
border-color: #4E5E90;
}
.TagClassName
{
border-color: #4E5E90;
}
</style>