Shades of Governor Bay #4E598D
Tints of Governor Bay #4E598D
RGB
CMYK
RGB Variations
Color information
#4E598D (or 0x4E598D) is known color: Governor Bay. HEX triplet: 4E, 59 and 8D. RGB value is (78,89,141). Sum of RGB (Red+Green+Blue) = 78+89+141=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 141 - color contains mainly: blue. Hex color #4E598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E598D is #B1A672. Grayscale: #5B5B5B. Windows color (decimal): -11642483 or 9263438. OLE color: 9263438.
HSL color Cylindrical-coordinate representation of color #4E598D: hue angle of 229.52º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E598D is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 78 | 89 | 141 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.45 |
| HSL | 229.52º | 0.29% | 0.43% | - |
| HSV(B) | 229.52º | 0.45% | 0.55% | - |
| XYZ | 11.52 | 10.69 | 26.65 | - |
| YUV | 91.64 | 155.86 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 89 | 141 | 0.45 | 0.37 | 0 | 0.45 | 229.52 | 0.29 | 0.43 |
| Hex | 4E | 59 | 8D | 2D | 25 | 0 | 2D | E6 | 1D | 2B |
| Octal | 116 | 131 | 215 | 55 | 45 | 0 | 55 | 346 | 35 | 53 |
| Binary | 1001110 | 1011001 | 10001101 | 101101 | 100101 | 0 | 101101 | 11100110 | 11101 | 101011 |
Color Harmonies of #4E598D
Complementary color
Monochromatic Colors of #4E598D
Black with #4E598D
Text Example
Text Example
White with #4E598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E598D; }
p { color: rgb(78,89,141); }
H1.HeaderClassName
{
color: #4E598D;
}
.AnyTagClassName
{
color: #4E598D;
}
</style>
background-color css
<style>
a { background-color: #4E598D; }
a { background-color: rgb(78,89,141); }
div.DivClassName
{
background-color: #4E598D;
}
.BgClassName
{
background-color: #4E598D;
}
</style>
border-color css
<style>
span { border-color: #4E598D; }
span { border-color: rgb(78,89,141); }
td.TdClassName
{
border-color: #4E598D;
}
.TagClassName
{
border-color: #4E598D;
}
</style>