Shades of Governor Bay #4E5495
Tints of Governor Bay #4E5495
RGB
CMYK
RGB Variations
Color information
#4E5495 (or 0x4E5495) is known color: Governor Bay. HEX triplet: 4E, 54 and 95. RGB value is (78,84,149). Sum of RGB (Red+Green+Blue) = 78+84+149=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E5495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5495 is #B1AB6A. Grayscale: #595959. Windows color (decimal): -11643755 or 9786446. OLE color: 9786446.
HSL color Cylindrical-coordinate representation of color #4E5495: hue angle of 234.93º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E5495 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 84 | 149 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.42 |
| HSL | 234.93º | 0.31% | 0.45% | - |
| HSV(B) | 234.93º | 0.48% | 0.58% | - |
| XYZ | 11.74 | 10.13 | 29.77 | - |
| YUV | 89.62 | 161.51 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 149 | 0.48 | 0.44 | 0 | 0.42 | 234.93 | 0.31 | 0.45 |
| Hex | 4E | 54 | 95 | 30 | 2C | 0 | 2A | EB | 1F | 2D |
| Octal | 116 | 124 | 225 | 60 | 54 | 0 | 52 | 353 | 37 | 55 |
| Binary | 1001110 | 1010100 | 10010101 | 110000 | 101100 | 0 | 101010 | 11101011 | 11111 | 101101 |
Color Harmonies of #4E5495
Complementary color
Monochromatic Colors of #4E5495
Black with #4E5495
Text Example
Text Example
White with #4E5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5495; }
p { color: rgb(78,84,149); }
H1.HeaderClassName
{
color: #4E5495;
}
.AnyTagClassName
{
color: #4E5495;
}
</style>
background-color css
<style>
a { background-color: #4E5495; }
a { background-color: rgb(78,84,149); }
div.DivClassName
{
background-color: #4E5495;
}
.BgClassName
{
background-color: #4E5495;
}
</style>
border-color css
<style>
span { border-color: #4E5495; }
span { border-color: rgb(78,84,149); }
td.TdClassName
{
border-color: #4E5495;
}
.TagClassName
{
border-color: #4E5495;
}
</style>