Shades of Governor Bay #4E5290
Tints of Governor Bay #4E5290
RGB
CMYK
RGB Variations
Color information
#4E5290 (or 0x4E5290) is known color: Governor Bay. HEX triplet: 4E, 52 and 90. RGB value is (78,82,144). Sum of RGB (Red+Green+Blue) = 78+82+144=304 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.66% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E5290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5290 is #B1AD6F. Grayscale: #575757. Windows color (decimal): -11644272 or 9458254. OLE color: 9458254.
HSL color Cylindrical-coordinate representation of color #4E5290: hue angle of 236.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 #4E5290 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 78 | 82 | 144 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.44 |
| HSL | 236.36º | 0.3% | 0.44% | - |
| HSV(B) | 236.36º | 0.46% | 0.56% | - |
| XYZ | 11.19 | 9.67 | 27.66 | - |
| YUV | 87.87 | 159.67 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 144 | 0.46 | 0.43 | 0 | 0.44 | 236.36 | 0.3 | 0.44 |
| Hex | 4E | 52 | 90 | 2E | 2B | 0 | 2C | EC | 1E | 2C |
| Octal | 116 | 122 | 220 | 56 | 53 | 0 | 54 | 354 | 36 | 54 |
| Binary | 1001110 | 1010010 | 10010000 | 101110 | 101011 | 0 | 101100 | 11101100 | 11110 | 101100 |
Color Harmonies of #4E5290
Complementary color
Monochromatic Colors of #4E5290
Black with #4E5290
Text Example
Text Example
White with #4E5290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5290; }
p { color: rgb(78,82,144); }
H1.HeaderClassName
{
color: #4E5290;
}
.AnyTagClassName
{
color: #4E5290;
}
</style>
background-color css
<style>
a { background-color: #4E5290; }
a { background-color: rgb(78,82,144); }
div.DivClassName
{
background-color: #4E5290;
}
.BgClassName
{
background-color: #4E5290;
}
</style>
border-color css
<style>
span { border-color: #4E5290; }
span { border-color: rgb(78,82,144); }
td.TdClassName
{
border-color: #4E5290;
}
.TagClassName
{
border-color: #4E5290;
}
</style>