Shades of Governor Bay #4E4B91
Tints of Governor Bay #4E4B91
RGB
CMYK
RGB Variations
Color information
#4E4B91 (or 0x4E4B91) is known color: Governor Bay. HEX triplet: 4E, 4B and 91. RGB value is (78,75,145). Sum of RGB (Red+Green+Blue) = 78+75+145=298 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.17% from 298); Green value is 75 (29.69% from 255 or 25.17% from 298); Blue value is 145 (57.03% from 255 or 48.66% from 298); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E4B91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4B91 is #B1B46E. Grayscale: #535353. Windows color (decimal): -11646063 or 9521998. OLE color: 9521998.
HSL color Cylindrical-coordinate representation of color #4E4B91: hue angle of 242.57º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E4B91 is Cyan = 0.46, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 75 | 145 | - |
| CMYK | 0.46 | 0.48 | 0 | 0.43 |
| HSL | 242.57º | 0.32% | 0.43% | - |
| HSV(B) | 242.57º | 0.48% | 0.57% | - |
| XYZ | 10.77 | 8.7 | 27.9 | - |
| YUV | 83.88 | 162.49 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 145 | 0.46 | 0.48 | 0 | 0.43 | 242.57 | 0.32 | 0.43 |
| Hex | 4E | 4B | 91 | 2E | 30 | 0 | 2B | F3 | 20 | 2B |
| Octal | 116 | 113 | 221 | 56 | 60 | 0 | 53 | 363 | 40 | 53 |
| Binary | 1001110 | 1001011 | 10010001 | 101110 | 110000 | 0 | 101011 | 11110011 | 100000 | 101011 |
Color Harmonies of #4E4B91
Complementary color
Monochromatic Colors of #4E4B91
Black with #4E4B91
Text Example
Text Example
White with #4E4B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4B91; }
p { color: rgb(78,75,145); }
H1.HeaderClassName
{
color: #4E4B91;
}
.AnyTagClassName
{
color: #4E4B91;
}
</style>
background-color css
<style>
a { background-color: #4E4B91; }
a { background-color: rgb(78,75,145); }
div.DivClassName
{
background-color: #4E4B91;
}
.BgClassName
{
background-color: #4E4B91;
}
</style>
border-color css
<style>
span { border-color: #4E4B91; }
span { border-color: rgb(78,75,145); }
td.TdClassName
{
border-color: #4E4B91;
}
.TagClassName
{
border-color: #4E4B91;
}
</style>