Shades of Governor Bay #4E589F
Tints of Governor Bay #4E589F
RGB
CMYK
RGB Variations
Color information
#4E589F (or 0x4E589F) is known color: Governor Bay. HEX triplet: 4E, 58 and 9F. RGB value is (78,88,159). Sum of RGB (Red+Green+Blue) = 78+88+159=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E589F is #B1A760. Grayscale: #5C5C5C. Windows color (decimal): -11642721 or 10442830. OLE color: 10442830.
HSL color Cylindrical-coordinate representation of color #4E589F: hue angle of 232.59º 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 #4E589F is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 88 | 159 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.38 |
| HSL | 232.59º | 0.34% | 0.46% | - |
| HSV(B) | 232.59º | 0.51% | 0.62% | - |
| XYZ | 12.89 | 11.1 | 34.26 | - |
| YUV | 93.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 159 | 0.51 | 0.45 | 0 | 0.38 | 232.59 | 0.34 | 0.46 |
| Hex | 4E | 58 | 9F | 33 | 2D | 0 | 26 | E9 | 22 | 2E |
| Octal | 116 | 130 | 237 | 63 | 55 | 0 | 46 | 351 | 42 | 56 |
| Binary | 1001110 | 1011000 | 10011111 | 110011 | 101101 | 0 | 100110 | 11101001 | 100010 | 101110 |
Color Harmonies of #4E589F
Complementary color
Monochromatic Colors of #4E589F
Black with #4E589F
Text Example
Text Example
White with #4E589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E589F; }
p { color: rgb(78,88,159); }
H1.HeaderClassName
{
color: #4E589F;
}
.AnyTagClassName
{
color: #4E589F;
}
</style>
background-color css
<style>
a { background-color: #4E589F; }
a { background-color: rgb(78,88,159); }
div.DivClassName
{
background-color: #4E589F;
}
.BgClassName
{
background-color: #4E589F;
}
</style>
border-color css
<style>
span { border-color: #4E589F; }
span { border-color: rgb(78,88,159); }
td.TdClassName
{
border-color: #4E589F;
}
.TagClassName
{
border-color: #4E589F;
}
</style>