Shades of Governor Bay #4E5D90
Tints of Governor Bay #4E5D90
RGB
CMYK
RGB Variations
Color information
#4E5D90 (or 0x4E5D90) is known color: Governor Bay. HEX triplet: 4E, 5D and 90. RGB value is (78,93,144). Sum of RGB (Red+Green+Blue) = 78+93+144=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 144 (56.64% from 255 or 45.71% from 315); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E5D90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5D90 is #B1A26F. Grayscale: #5E5E5E. Windows color (decimal): -11641456 or 9461070. OLE color: 9461070.
HSL color Cylindrical-coordinate representation of color #4E5D90: hue angle of 226.36º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E5D90 is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 93 | 144 | - |
| CMYK | 0.46 | 0.35 | 0 | 0.44 |
| HSL | 226.36º | 0.3% | 0.44% | - |
| HSV(B) | 226.36º | 0.46% | 0.56% | - |
| XYZ | 12.09 | 11.46 | 27.96 | - |
| YUV | 94.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 93 | 144 | 0.46 | 0.35 | 0 | 0.44 | 226.36 | 0.3 | 0.44 |
| Hex | 4E | 5D | 90 | 2E | 23 | 0 | 2C | E2 | 1E | 2C |
| Octal | 116 | 135 | 220 | 56 | 43 | 0 | 54 | 342 | 36 | 54 |
| Binary | 1001110 | 1011101 | 10010000 | 101110 | 100011 | 0 | 101100 | 11100010 | 11110 | 101100 |
Color Harmonies of #4E5D90
Complementary color
Monochromatic Colors of #4E5D90
Black with #4E5D90
Text Example
Text Example
White with #4E5D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5D90; }
p { color: rgb(78,93,144); }
H1.HeaderClassName
{
color: #4E5D90;
}
.AnyTagClassName
{
color: #4E5D90;
}
</style>
background-color css
<style>
a { background-color: #4E5D90; }
a { background-color: rgb(78,93,144); }
div.DivClassName
{
background-color: #4E5D90;
}
.BgClassName
{
background-color: #4E5D90;
}
</style>
border-color css
<style>
span { border-color: #4E5D90; }
span { border-color: rgb(78,93,144); }
td.TdClassName
{
border-color: #4E5D90;
}
.TagClassName
{
border-color: #4E5D90;
}
</style>