Shades of Governor Bay #4E569C
Tints of Governor Bay #4E569C
RGB
CMYK
RGB Variations
Color information
#4E569C (or 0x4E569C) is known color: Governor Bay. HEX triplet: 4E, 56 and 9C. RGB value is (78,86,156). Sum of RGB (Red+Green+Blue) = 78+86+156=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 86 (33.98% from 255 or 26.88% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E569C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E569C is #B1A963. Grayscale: #5B5B5B. Windows color (decimal): -11643236 or 10245710. OLE color: 10245710.
HSL color Cylindrical-coordinate representation of color #4E569C: hue angle of 233.85º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4E569C is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 86 | 156 | - |
| CMYK | 0.5 | 0.45 | 0 | 0.39 |
| HSL | 233.85º | 0.33% | 0.46% | - |
| HSV(B) | 233.85º | 0.5% | 0.61% | - |
| XYZ | 12.47 | 10.68 | 32.86 | - |
| YUV | 91.59 | 164.35 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 156 | 0.5 | 0.45 | 0 | 0.39 | 233.85 | 0.33 | 0.46 |
| Hex | 4E | 56 | 9C | 32 | 2D | 0 | 27 | EA | 21 | 2E |
| Octal | 116 | 126 | 234 | 62 | 55 | 0 | 47 | 352 | 41 | 56 |
| Binary | 1001110 | 1010110 | 10011100 | 110010 | 101101 | 0 | 100111 | 11101010 | 100001 | 101110 |
Color Harmonies of #4E569C
Complementary color
Monochromatic Colors of #4E569C
Black with #4E569C
Text Example
Text Example
White with #4E569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E569C; }
p { color: rgb(78,86,156); }
H1.HeaderClassName
{
color: #4E569C;
}
.AnyTagClassName
{
color: #4E569C;
}
</style>
background-color css
<style>
a { background-color: #4E569C; }
a { background-color: rgb(78,86,156); }
div.DivClassName
{
background-color: #4E569C;
}
.BgClassName
{
background-color: #4E569C;
}
</style>
border-color css
<style>
span { border-color: #4E569C; }
span { border-color: rgb(78,86,156); }
td.TdClassName
{
border-color: #4E569C;
}
.TagClassName
{
border-color: #4E569C;
}
</style>