Shades of Governor Bay #4E549F
Tints of Governor Bay #4E549F
RGB
CMYK
RGB Variations
Color information
#4E549F (or 0x4E549F) is known color: Governor Bay. HEX triplet: 4E, 54 and 9F. RGB value is (78,84,159). Sum of RGB (Red+Green+Blue) = 78+84+159=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #4E549F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E549F is #B1AB60. Grayscale: #5A5A5A. Windows color (decimal): -11643745 or 10441806. OLE color: 10441806.
HSL color Cylindrical-coordinate representation of color #4E549F: hue angle of 235.56º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4E549F is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 84 | 159 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.38 |
| HSL | 235.56º | 0.34% | 0.46% | - |
| HSV(B) | 235.56º | 0.51% | 0.62% | - |
| XYZ | 12.57 | 10.46 | 34.16 | - |
| YUV | 90.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 84 | 159 | 0.51 | 0.47 | 0 | 0.38 | 235.56 | 0.34 | 0.46 |
| Hex | 4E | 54 | 9F | 33 | 2F | 0 | 26 | EC | 22 | 2E |
| Octal | 116 | 124 | 237 | 63 | 57 | 0 | 46 | 354 | 42 | 56 |
| Binary | 1001110 | 1010100 | 10011111 | 110011 | 101111 | 0 | 100110 | 11101100 | 100010 | 101110 |
Color Harmonies of #4E549F
Complementary color
Monochromatic Colors of #4E549F
Black with #4E549F
Text Example
Text Example
White with #4E549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E549F; }
p { color: rgb(78,84,159); }
H1.HeaderClassName
{
color: #4E549F;
}
.AnyTagClassName
{
color: #4E549F;
}
</style>
background-color css
<style>
a { background-color: #4E549F; }
a { background-color: rgb(78,84,159); }
div.DivClassName
{
background-color: #4E549F;
}
.BgClassName
{
background-color: #4E549F;
}
</style>
border-color css
<style>
span { border-color: #4E549F; }
span { border-color: rgb(78,84,159); }
td.TdClassName
{
border-color: #4E549F;
}
.TagClassName
{
border-color: #4E549F;
}
</style>