Shades of Governor Bay #4E508A
Tints of Governor Bay #4E508A
RGB
CMYK
RGB Variations
Color information
#4E508A (or 0x4E508A) is known color: Governor Bay. HEX triplet: 4E, 50 and 8A. RGB value is (78,80,138). Sum of RGB (Red+Green+Blue) = 78+80+138=296 (39% of max value = 765). Red value is 78 (30.86% from 255 or 26.35% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E508A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E508A is #B1AF75. Grayscale: #555555. Windows color (decimal): -11644790 or 9064526. OLE color: 9064526.
HSL color Cylindrical-coordinate representation of color #4E508A: hue angle of 238º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E508A is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 78 | 80 | 138 | - |
| CMYK | 0.43 | 0.42 | 0 | 0.46 |
| HSL | 238º | 0.28% | 0.42% | - |
| HSV(B) | 238º | 0.43% | 0.54% | - |
| XYZ | 10.6 | 9.19 | 25.26 | - |
| YUV | 86.01 | 157.34 | 122.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 138 | 0.43 | 0.42 | 0 | 0.46 | 238 | 0.28 | 0.42 |
| Hex | 4E | 50 | 8A | 2B | 2A | 0 | 2E | EE | 1C | 2A |
| Octal | 116 | 120 | 212 | 53 | 52 | 0 | 56 | 356 | 34 | 52 |
| Binary | 1001110 | 1010000 | 10001010 | 101011 | 101010 | 0 | 101110 | 11101110 | 11100 | 101010 |
Color Harmonies of #4E508A
Complementary color
Monochromatic Colors of #4E508A
Black with #4E508A
Text Example
Text Example
White with #4E508A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E508A; }
p { color: rgb(78,80,138); }
H1.HeaderClassName
{
color: #4E508A;
}
.AnyTagClassName
{
color: #4E508A;
}
</style>
background-color css
<style>
a { background-color: #4E508A; }
a { background-color: rgb(78,80,138); }
div.DivClassName
{
background-color: #4E508A;
}
.BgClassName
{
background-color: #4E508A;
}
</style>
border-color css
<style>
span { border-color: #4E508A; }
span { border-color: rgb(78,80,138); }
td.TdClassName
{
border-color: #4E508A;
}
.TagClassName
{
border-color: #4E508A;
}
</style>