Shades of Governor Bay #4E5096
Tints of Governor Bay #4E5096
RGB
CMYK
RGB Variations
Color information
#4E5096 (or 0x4E5096) is known color: Governor Bay. HEX triplet: 4E, 50 and 96. RGB value is (78,80,150). Sum of RGB (Red+Green+Blue) = 78+80+150=308 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.32% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #4E5096 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E5096 is #B1AF69. Grayscale: #575757. Windows color (decimal): -11644778 or 9850958. OLE color: 9850958.
HSL color Cylindrical-coordinate representation of color #4E5096: hue angle of 238.33º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4E5096 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 78 | 80 | 150 | - |
| CMYK | 0.48 | 0.47 | 0 | 0.41 |
| HSL | 238.33º | 0.32% | 0.45% | - |
| HSV(B) | 238.33º | 0.48% | 0.59% | - |
| XYZ | 11.52 | 9.56 | 30.09 | - |
| YUV | 87.38 | 163.34 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 150 | 0.48 | 0.47 | 0 | 0.41 | 238.33 | 0.32 | 0.45 |
| Hex | 4E | 50 | 96 | 30 | 2F | 0 | 29 | EE | 20 | 2D |
| Octal | 116 | 120 | 226 | 60 | 57 | 0 | 51 | 356 | 40 | 55 |
| Binary | 1001110 | 1010000 | 10010110 | 110000 | 101111 | 0 | 101001 | 11101110 | 100000 | 101101 |
Color Harmonies of #4E5096
Complementary color
Monochromatic Colors of #4E5096
Black with #4E5096
Text Example
Text Example
White with #4E5096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E5096; }
p { color: rgb(78,80,150); }
H1.HeaderClassName
{
color: #4E5096;
}
.AnyTagClassName
{
color: #4E5096;
}
</style>
background-color css
<style>
a { background-color: #4E5096; }
a { background-color: rgb(78,80,150); }
div.DivClassName
{
background-color: #4E5096;
}
.BgClassName
{
background-color: #4E5096;
}
</style>
border-color css
<style>
span { border-color: #4E5096; }
span { border-color: rgb(78,80,150); }
td.TdClassName
{
border-color: #4E5096;
}
.TagClassName
{
border-color: #4E5096;
}
</style>