Shades of Governor Bay #4E559F
Tints of Governor Bay #4E559F
RGB
CMYK
RGB Variations
Color information
#4E559F (or 0x4E559F) is known color: Governor Bay. HEX triplet: 4E, 55 and 9F. RGB value is (78,85,159). Sum of RGB (Red+Green+Blue) = 78+85+159=322 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.22% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E559F is #B1AA60. Grayscale: #5B5B5B. Windows color (decimal): -11643489 or 10442062. OLE color: 10442062.
HSL color Cylindrical-coordinate representation of color #4E559F: hue angle of 234.81º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E559F is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 85 | 159 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.38 |
| HSL | 234.81º | 0.34% | 0.46% | - |
| HSV(B) | 234.81º | 0.51% | 0.62% | - |
| XYZ | 12.65 | 10.62 | 34.18 | - |
| YUV | 91.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 85 | 159 | 0.51 | 0.47 | 0 | 0.38 | 234.81 | 0.34 | 0.46 |
| Hex | 4E | 55 | 9F | 33 | 2F | 0 | 26 | EB | 22 | 2E |
| Octal | 116 | 125 | 237 | 63 | 57 | 0 | 46 | 353 | 42 | 56 |
| Binary | 1001110 | 1010101 | 10011111 | 110011 | 101111 | 0 | 100110 | 11101011 | 100010 | 101110 |
Color Harmonies of #4E559F
Complementary color
Monochromatic Colors of #4E559F
Black with #4E559F
Text Example
Text Example
White with #4E559F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E559F; }
p { color: rgb(78,85,159); }
H1.HeaderClassName
{
color: #4E559F;
}
.AnyTagClassName
{
color: #4E559F;
}
</style>
background-color css
<style>
a { background-color: #4E559F; }
a { background-color: rgb(78,85,159); }
div.DivClassName
{
background-color: #4E559F;
}
.BgClassName
{
background-color: #4E559F;
}
</style>
border-color css
<style>
span { border-color: #4E559F; }
span { border-color: rgb(78,85,159); }
td.TdClassName
{
border-color: #4E559F;
}
.TagClassName
{
border-color: #4E559F;
}
</style>