Shades of Governor Bay #4E4D91
Tints of Governor Bay #4E4D91
RGB
CMYK
RGB Variations
Color information
#4E4D91 (or 0x4E4D91) is known color: Governor Bay. HEX triplet: 4E, 4D and 91. RGB value is (78,77,145). Sum of RGB (Red+Green+Blue) = 78+77+145=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E4D91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4D91 is #B1B26E. Grayscale: #545454. Windows color (decimal): -11645551 or 9522510. OLE color: 9522510.
HSL color Cylindrical-coordinate representation of color #4E4D91: hue angle of 240.88º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E4D91 is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 77 | 145 | - |
| CMYK | 0.46 | 0.47 | 0 | 0.43 |
| HSL | 240.88º | 0.31% | 0.44% | - |
| HSV(B) | 240.88º | 0.47% | 0.57% | - |
| XYZ | 10.91 | 8.97 | 27.94 | - |
| YUV | 85.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 145 | 0.46 | 0.47 | 0 | 0.43 | 240.88 | 0.31 | 0.44 |
| Hex | 4E | 4D | 91 | 2E | 2F | 0 | 2B | F1 | 1F | 2C |
| Octal | 116 | 115 | 221 | 56 | 57 | 0 | 53 | 361 | 37 | 54 |
| Binary | 1001110 | 1001101 | 10010001 | 101110 | 101111 | 0 | 101011 | 11110001 | 11111 | 101100 |
Color Harmonies of #4E4D91
Complementary color
Monochromatic Colors of #4E4D91
Black with #4E4D91
Text Example
Text Example
White with #4E4D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4D91; }
p { color: rgb(78,77,145); }
H1.HeaderClassName
{
color: #4E4D91;
}
.AnyTagClassName
{
color: #4E4D91;
}
</style>
background-color css
<style>
a { background-color: #4E4D91; }
a { background-color: rgb(78,77,145); }
div.DivClassName
{
background-color: #4E4D91;
}
.BgClassName
{
background-color: #4E4D91;
}
</style>
border-color css
<style>
span { border-color: #4E4D91; }
span { border-color: rgb(78,77,145); }
td.TdClassName
{
border-color: #4E4D91;
}
.TagClassName
{
border-color: #4E4D91;
}
</style>