Shades of Governor Bay #4E4F94
Tints of Governor Bay #4E4F94
RGB
CMYK
RGB Variations
Color information
#4E4F94 (or 0x4E4F94) is known color: Governor Bay. HEX triplet: 4E, 4F and 94. RGB value is (78,79,148). Sum of RGB (Red+Green+Blue) = 78+79+148=305 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.57% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #4E4F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4F94 is #B1B06B. Grayscale: #565656. Windows color (decimal): -11645036 or 9719630. OLE color: 9719630.
HSL color Cylindrical-coordinate representation of color #4E4F94: hue angle of 239.14º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E4F94 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 78 | 79 | 148 | - |
| CMYK | 0.47 | 0.47 | 0 | 0.42 |
| HSL | 239.14º | 0.31% | 0.44% | - |
| HSV(B) | 239.14º | 0.47% | 0.58% | - |
| XYZ | 11.28 | 9.35 | 29.23 | - |
| YUV | 86.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 148 | 0.47 | 0.47 | 0 | 0.42 | 239.14 | 0.31 | 0.44 |
| Hex | 4E | 4F | 94 | 2F | 2F | 0 | 2A | EF | 1F | 2C |
| Octal | 116 | 117 | 224 | 57 | 57 | 0 | 52 | 357 | 37 | 54 |
| Binary | 1001110 | 1001111 | 10010100 | 101111 | 101111 | 0 | 101010 | 11101111 | 11111 | 101100 |
Color Harmonies of #4E4F94
Complementary color
Monochromatic Colors of #4E4F94
Black with #4E4F94
Text Example
Text Example
White with #4E4F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F94; }
p { color: rgb(78,79,148); }
H1.HeaderClassName
{
color: #4E4F94;
}
.AnyTagClassName
{
color: #4E4F94;
}
</style>
background-color css
<style>
a { background-color: #4E4F94; }
a { background-color: rgb(78,79,148); }
div.DivClassName
{
background-color: #4E4F94;
}
.BgClassName
{
background-color: #4E4F94;
}
</style>
border-color css
<style>
span { border-color: #4E4F94; }
span { border-color: rgb(78,79,148); }
td.TdClassName
{
border-color: #4E4F94;
}
.TagClassName
{
border-color: #4E4F94;
}
</style>