Shades of Governor Bay #4E539D
Tints of Governor Bay #4E539D
RGB
CMYK
RGB Variations
Color information
#4E539D (or 0x4E539D) is known color: Governor Bay. HEX triplet: 4E, 53 and 9D. RGB value is (78,83,157). Sum of RGB (Red+Green+Blue) = 78+83+157=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E539D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E539D is #B1AC62. Grayscale: #595959. Windows color (decimal): -11644003 or 10310478. OLE color: 10310478.
HSL color Cylindrical-coordinate representation of color #4E539D: hue angle of 236.2º 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 #4E539D is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 83 | 157 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.38 |
| HSL | 236.2º | 0.34% | 0.46% | - |
| HSV(B) | 236.2º | 0.5% | 0.62% | - |
| XYZ | 12.32 | 10.24 | 33.23 | - |
| YUV | 89.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 83 | 157 | 0.50 | 0.47 | 0 | 0.38 | 236.2 | 0.34 | 0.46 |
| Hex | 4E | 53 | 9D | 32 | 2F | 0 | 26 | EC | 22 | 2E |
| Octal | 116 | 123 | 235 | 62 | 57 | 0 | 46 | 354 | 42 | 56 |
| Binary | 1001110 | 1010011 | 10011101 | 110010 | 101111 | 0 | 100110 | 11101100 | 100010 | 101110 |
Color Harmonies of #4E539D
Complementary color
Monochromatic Colors of #4E539D
Black with #4E539D
Text Example
Text Example
White with #4E539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E539D; }
p { color: rgb(78,83,157); }
H1.HeaderClassName
{
color: #4E539D;
}
.AnyTagClassName
{
color: #4E539D;
}
</style>
background-color css
<style>
a { background-color: #4E539D; }
a { background-color: rgb(78,83,157); }
div.DivClassName
{
background-color: #4E539D;
}
.BgClassName
{
background-color: #4E539D;
}
</style>
border-color css
<style>
span { border-color: #4E539D; }
span { border-color: rgb(78,83,157); }
td.TdClassName
{
border-color: #4E539D;
}
.TagClassName
{
border-color: #4E539D;
}
</style>