Shades of Governor Bay #4E4A93
Tints of Governor Bay #4E4A93
RGB
CMYK
RGB Variations
Color information
#4E4A93 (or 0x4E4A93) is known color: Governor Bay. HEX triplet: 4E, 4A and 93. RGB value is (78,74,147). Sum of RGB (Red+Green+Blue) = 78+74+147=299 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.09% from 299); Green value is 74 (29.30% from 255 or 24.75% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #4E4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4A93 is #B1B56C. Grayscale: #535353. Windows color (decimal): -11646317 or 9652814. OLE color: 9652814.
HSL color Cylindrical-coordinate representation of color #4E4A93: hue angle of 243.29º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E4A93 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 74 | 147 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.42 |
| HSL | 243.29º | 0.33% | 0.43% | - |
| HSV(B) | 243.29º | 0.5% | 0.58% | - |
| XYZ | 10.86 | 8.62 | 28.7 | - |
| YUV | 83.52 | 163.83 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 147 | 0.47 | 0.50 | 0 | 0.42 | 243.29 | 0.33 | 0.43 |
| Hex | 4E | 4A | 93 | 2F | 32 | 0 | 2A | F3 | 21 | 2B |
| Octal | 116 | 112 | 223 | 57 | 62 | 0 | 52 | 363 | 41 | 53 |
| Binary | 1001110 | 1001010 | 10010011 | 101111 | 110010 | 0 | 101010 | 11110011 | 100001 | 101011 |
Color Harmonies of #4E4A93
Complementary color
Monochromatic Colors of #4E4A93
Black with #4E4A93
Text Example
Text Example
White with #4E4A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4A93; }
p { color: rgb(78,74,147); }
H1.HeaderClassName
{
color: #4E4A93;
}
.AnyTagClassName
{
color: #4E4A93;
}
</style>
background-color css
<style>
a { background-color: #4E4A93; }
a { background-color: rgb(78,74,147); }
div.DivClassName
{
background-color: #4E4A93;
}
.BgClassName
{
background-color: #4E4A93;
}
</style>
border-color css
<style>
span { border-color: #4E4A93; }
span { border-color: rgb(78,74,147); }
td.TdClassName
{
border-color: #4E4A93;
}
.TagClassName
{
border-color: #4E4A93;
}
</style>