Shades of Governor Bay #4E589D
Tints of Governor Bay #4E589D
RGB
CMYK
RGB Variations
Color information
#4E589D (or 0x4E589D) is known color: Governor Bay. HEX triplet: 4E, 58 and 9D. RGB value is (78,88,157). Sum of RGB (Red+Green+Blue) = 78+88+157=323 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.15% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E589D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E589D is #B1A762. Grayscale: #5C5C5C. Windows color (decimal): -11642723 or 10311758. OLE color: 10311758.
HSL color Cylindrical-coordinate representation of color #4E589D: hue angle of 232.41º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E589D is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 88 | 157 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.38 |
| HSL | 232.41º | 0.34% | 0.46% | - |
| HSV(B) | 232.41º | 0.5% | 0.62% | - |
| XYZ | 12.72 | 11.03 | 33.36 | - |
| YUV | 92.88 | 164.19 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 88 | 157 | 0.50 | 0.44 | 0 | 0.38 | 232.41 | 0.34 | 0.46 |
| Hex | 4E | 58 | 9D | 32 | 2C | 0 | 26 | E8 | 22 | 2E |
| Octal | 116 | 130 | 235 | 62 | 54 | 0 | 46 | 350 | 42 | 56 |
| Binary | 1001110 | 1011000 | 10011101 | 110010 | 101100 | 0 | 100110 | 11101000 | 100010 | 101110 |
Color Harmonies of #4E589D
Complementary color
Monochromatic Colors of #4E589D
Black with #4E589D
Text Example
Text Example
White with #4E589D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E589D; }
p { color: rgb(78,88,157); }
H1.HeaderClassName
{
color: #4E589D;
}
.AnyTagClassName
{
color: #4E589D;
}
</style>
background-color css
<style>
a { background-color: #4E589D; }
a { background-color: rgb(78,88,157); }
div.DivClassName
{
background-color: #4E589D;
}
.BgClassName
{
background-color: #4E589D;
}
</style>
border-color css
<style>
span { border-color: #4E589D; }
span { border-color: rgb(78,88,157); }
td.TdClassName
{
border-color: #4E589D;
}
.TagClassName
{
border-color: #4E589D;
}
</style>