Shades of Governor Bay #4E589E
Tints of Governor Bay #4E589E
RGB
CMYK
RGB Variations
Color information
#4E589E (or 0x4E589E) is known color: Governor Bay. HEX triplet: 4E, 58 and 9E. RGB value is (78,88,158). Sum of RGB (Red+Green+Blue) = 78+88+158=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 158 (62.11% from 255 or 48.77% from 324); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E589E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E589E is #B1A761. Grayscale: #5C5C5C. Windows color (decimal): -11642722 or 10377294. OLE color: 10377294.
HSL color Cylindrical-coordinate representation of color #4E589E: hue angle of 232.5º 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 #4E589E is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 88 | 158 | - |
| CMYK | 0.51 | 0.44 | 0 | 0.38 |
| HSL | 232.5º | 0.34% | 0.46% | - |
| HSV(B) | 232.5º | 0.51% | 0.62% | - |
| XYZ | 12.8 | 11.07 | 33.81 | - |
| YUV | 92.99 | 164.69 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 158 | 0.51 | 0.44 | 0 | 0.38 | 232.5 | 0.34 | 0.46 |
| Hex | 4E | 58 | 9E | 33 | 2C | 0 | 26 | E8 | 22 | 2E |
| Octal | 116 | 130 | 236 | 63 | 54 | 0 | 46 | 350 | 42 | 56 |
| Binary | 1001110 | 1011000 | 10011110 | 110011 | 101100 | 0 | 100110 | 11101000 | 100010 | 101110 |
Color Harmonies of #4E589E
Complementary color
Monochromatic Colors of #4E589E
Black with #4E589E
Text Example
Text Example
White with #4E589E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E589E; }
p { color: rgb(78,88,158); }
H1.HeaderClassName
{
color: #4E589E;
}
.AnyTagClassName
{
color: #4E589E;
}
</style>
background-color css
<style>
a { background-color: #4E589E; }
a { background-color: rgb(78,88,158); }
div.DivClassName
{
background-color: #4E589E;
}
.BgClassName
{
background-color: #4E589E;
}
</style>
border-color css
<style>
span { border-color: #4E589E; }
span { border-color: rgb(78,88,158); }
td.TdClassName
{
border-color: #4E589E;
}
.TagClassName
{
border-color: #4E589E;
}
</style>