Shades of Governor Bay #4E5688
Tints of Governor Bay #4E5688
RGB
CMYK
RGB Variations
Color information
#4E5688 (or 0x4E5688) is known color: Governor Bay. HEX triplet: 4E, 56 and 88. RGB value is (78,86,136). Sum of RGB (Red+Green+Blue) = 78+86+136=300 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #4E5688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5688 is #B1A977. Grayscale: #595959. Windows color (decimal): -11643256 or 8934990. OLE color: 8934990.
HSL color Cylindrical-coordinate representation of color #4E5688: hue angle of 231.72º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E5688 is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 78 | 86 | 136 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.47 |
| HSL | 231.72º | 0.27% | 0.42% | - |
| HSV(B) | 231.72º | 0.43% | 0.53% | - |
| XYZ | 10.91 | 10.05 | 24.66 | - |
| YUV | 89.31 | 154.35 | 119.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 136 | 0.43 | 0.37 | 0 | 0.47 | 231.72 | 0.27 | 0.42 |
| Hex | 4E | 56 | 88 | 2B | 25 | 0 | 2F | E8 | 1B | 2A |
| Octal | 116 | 126 | 210 | 53 | 45 | 0 | 57 | 350 | 33 | 52 |
| Binary | 1001110 | 1010110 | 10001000 | 101011 | 100101 | 0 | 101111 | 11101000 | 11011 | 101010 |
Color Harmonies of #4E5688
Complementary color
Monochromatic Colors of #4E5688
Black with #4E5688
Text Example
Text Example
White with #4E5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5688; }
p { color: rgb(78,86,136); }
H1.HeaderClassName
{
color: #4E5688;
}
.AnyTagClassName
{
color: #4E5688;
}
</style>
background-color css
<style>
a { background-color: #4E5688; }
a { background-color: rgb(78,86,136); }
div.DivClassName
{
background-color: #4E5688;
}
.BgClassName
{
background-color: #4E5688;
}
</style>
border-color css
<style>
span { border-color: #4E5688; }
span { border-color: rgb(78,86,136); }
td.TdClassName
{
border-color: #4E5688;
}
.TagClassName
{
border-color: #4E5688;
}
</style>