Shades of Governor Bay #4E4BA1
Tints of Governor Bay #4E4BA1
RGB
CMYK
RGB Variations
Color information
#4E4BA1 (or 0x4E4BA1) is known color: Governor Bay. HEX triplet: 4E, 4B and A1. RGB value is (78,75,161). Sum of RGB (Red+Green+Blue) = 78+75+161=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 161 (63.28% from 255 or 51.27% from 314); Max value from RGB is 161 - color contains mainly: blue. Hex color #4E4BA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4BA1 is #B1B45E. Grayscale: #555555. Windows color (decimal): -11646047 or 10570574. OLE color: 10570574.
HSL color Cylindrical-coordinate representation of color #4E4BA1: hue angle of 242.09º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E4BA1 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 75 | 161 | - |
| CMYK | 0.52 | 0.53 | 0 | 0.37 |
| HSL | 242.09º | 0.36% | 0.46% | - |
| HSV(B) | 242.09º | 0.53% | 0.63% | - |
| XYZ | 12.09 | 9.23 | 34.86 | - |
| YUV | 85.7 | 170.49 | 122.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 75 | 161 | 0.52 | 0.53 | 0 | 0.37 | 242.09 | 0.36 | 0.46 |
| Hex | 4E | 4B | A1 | 34 | 35 | 0 | 25 | F2 | 24 | 2E |
| Octal | 116 | 113 | 241 | 64 | 65 | 0 | 45 | 362 | 44 | 56 |
| Binary | 1001110 | 1001011 | 10100001 | 110100 | 110101 | 0 | 100101 | 11110010 | 100100 | 101110 |
Color Harmonies of #4E4BA1
Complementary color
Monochromatic Colors of #4E4BA1
Black with #4E4BA1
Text Example
Text Example
White with #4E4BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4BA1; }
p { color: rgb(78,75,161); }
H1.HeaderClassName
{
color: #4E4BA1;
}
.AnyTagClassName
{
color: #4E4BA1;
}
</style>
background-color css
<style>
a { background-color: #4E4BA1; }
a { background-color: rgb(78,75,161); }
div.DivClassName
{
background-color: #4E4BA1;
}
.BgClassName
{
background-color: #4E4BA1;
}
</style>
border-color css
<style>
span { border-color: #4E4BA1; }
span { border-color: rgb(78,75,161); }
td.TdClassName
{
border-color: #4E4BA1;
}
.TagClassName
{
border-color: #4E4BA1;
}
</style>