Shades of Governor Bay #4E5190
Tints of Governor Bay #4E5190
RGB
CMYK
RGB Variations
Color information
#4E5190 (or 0x4E5190) is known color: Governor Bay. HEX triplet: 4E, 51 and 90. RGB value is (78,81,144). Sum of RGB (Red+Green+Blue) = 78+81+144=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 144 (56.64% from 255 or 47.52% from 303); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E5190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5190 is #B1AE6F. Grayscale: #575757. Windows color (decimal): -11644528 or 9457998. OLE color: 9457998.
HSL color Cylindrical-coordinate representation of color #4E5190: hue angle of 237.27º 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 #4E5190 is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 81 | 144 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.44 |
| HSL | 237.27º | 0.3% | 0.44% | - |
| HSV(B) | 237.27º | 0.46% | 0.56% | - |
| XYZ | 11.12 | 9.52 | 27.64 | - |
| YUV | 87.29 | 160.01 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 81 | 144 | 0.46 | 0.44 | 0 | 0.44 | 237.27 | 0.3 | 0.44 |
| Hex | 4E | 51 | 90 | 2E | 2C | 0 | 2C | ED | 1E | 2C |
| Octal | 116 | 121 | 220 | 56 | 54 | 0 | 54 | 355 | 36 | 54 |
| Binary | 1001110 | 1010001 | 10010000 | 101110 | 101100 | 0 | 101100 | 11101101 | 11110 | 101100 |
Color Harmonies of #4E5190
Complementary color
Monochromatic Colors of #4E5190
Black with #4E5190
Text Example
Text Example
White with #4E5190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5190; }
p { color: rgb(78,81,144); }
H1.HeaderClassName
{
color: #4E5190;
}
.AnyTagClassName
{
color: #4E5190;
}
</style>
background-color css
<style>
a { background-color: #4E5190; }
a { background-color: rgb(78,81,144); }
div.DivClassName
{
background-color: #4E5190;
}
.BgClassName
{
background-color: #4E5190;
}
</style>
border-color css
<style>
span { border-color: #4E5190; }
span { border-color: rgb(78,81,144); }
td.TdClassName
{
border-color: #4E5190;
}
.TagClassName
{
border-color: #4E5190;
}
</style>