Shades of Governor Bay #4E5A90
Tints of Governor Bay #4E5A90
RGB
CMYK
RGB Variations
Color information
#4E5A90 (or 0x4E5A90) is known color: Governor Bay. HEX triplet: 4E, 5A and 90. RGB value is (78,90,144). Sum of RGB (Red+Green+Blue) = 78+90+144=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E5A90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5A90 is #B1A56F. Grayscale: #5C5C5C. Windows color (decimal): -11642224 or 9460302. OLE color: 9460302.
HSL color Cylindrical-coordinate representation of color #4E5A90: hue angle of 229.09º 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 #4E5A90 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 90 | 144 | - |
| CMYK | 0.46 | 0.37 | 0 | 0.44 |
| HSL | 229.09º | 0.3% | 0.44% | - |
| HSV(B) | 229.09º | 0.46% | 0.56% | - |
| XYZ | 11.83 | 10.95 | 27.87 | - |
| YUV | 92.57 | 157.02 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 90 | 144 | 0.46 | 0.37 | 0 | 0.44 | 229.09 | 0.3 | 0.44 |
| Hex | 4E | 5A | 90 | 2E | 25 | 0 | 2C | E5 | 1E | 2C |
| Octal | 116 | 132 | 220 | 56 | 45 | 0 | 54 | 345 | 36 | 54 |
| Binary | 1001110 | 1011010 | 10010000 | 101110 | 100101 | 0 | 101100 | 11100101 | 11110 | 101100 |
Color Harmonies of #4E5A90
Complementary color
Monochromatic Colors of #4E5A90
Black with #4E5A90
Text Example
Text Example
White with #4E5A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5A90; }
p { color: rgb(78,90,144); }
H1.HeaderClassName
{
color: #4E5A90;
}
.AnyTagClassName
{
color: #4E5A90;
}
</style>
background-color css
<style>
a { background-color: #4E5A90; }
a { background-color: rgb(78,90,144); }
div.DivClassName
{
background-color: #4E5A90;
}
.BgClassName
{
background-color: #4E5A90;
}
</style>
border-color css
<style>
span { border-color: #4E5A90; }
span { border-color: rgb(78,90,144); }
td.TdClassName
{
border-color: #4E5A90;
}
.TagClassName
{
border-color: #4E5A90;
}
</style>