Shades of Governor Bay #4E588E
Tints of Governor Bay #4E588E
RGB
CMYK
RGB Variations
Color information
#4E588E (or 0x4E588E) is known color: Governor Bay. HEX triplet: 4E, 58 and 8E. RGB value is (78,88,142). Sum of RGB (Red+Green+Blue) = 78+88+142=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E588E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E588E is #B1A771. Grayscale: #5A5A5A. Windows color (decimal): -11642738 or 9328718. OLE color: 9328718.
HSL color Cylindrical-coordinate representation of color #4E588E: hue angle of 230.62º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E588E is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 88 | 142 | - |
| CMYK | 0.45 | 0.38 | 0 | 0.44 |
| HSL | 230.63º | 0.29% | 0.43% | - |
| HSV(B) | 230.63º | 0.45% | 0.56% | - |
| XYZ | 11.51 | 10.55 | 27.02 | - |
| YUV | 91.17 | 156.69 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 142 | 0.45 | 0.38 | 0 | 0.44 | 230.63 | 0.29 | 0.43 |
| Hex | 4E | 58 | 8E | 2D | 26 | 0 | 2C | E7 | 1D | 2B |
| Octal | 116 | 130 | 216 | 55 | 46 | 0 | 54 | 347 | 35 | 53 |
| Binary | 1001110 | 1011000 | 10001110 | 101101 | 100110 | 0 | 101100 | 11100111 | 11101 | 101011 |
Color Harmonies of #4E588E
Complementary color
Monochromatic Colors of #4E588E
Black with #4E588E
Text Example
Text Example
White with #4E588E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E588E; }
p { color: rgb(78,88,142); }
H1.HeaderClassName
{
color: #4E588E;
}
.AnyTagClassName
{
color: #4E588E;
}
</style>
background-color css
<style>
a { background-color: #4E588E; }
a { background-color: rgb(78,88,142); }
div.DivClassName
{
background-color: #4E588E;
}
.BgClassName
{
background-color: #4E588E;
}
</style>
border-color css
<style>
span { border-color: #4E588E; }
span { border-color: rgb(78,88,142); }
td.TdClassName
{
border-color: #4E588E;
}
.TagClassName
{
border-color: #4E588E;
}
</style>