Shades of Governor Bay #4E569A
Tints of Governor Bay #4E569A
RGB
CMYK
RGB Variations
Color information
#4E569A (or 0x4E569A) is known color: Governor Bay. HEX triplet: 4E, 56 and 9A. RGB value is (78,86,154). Sum of RGB (Red+Green+Blue) = 78+86+154=318 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.53% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 154 (60.55% from 255 or 48.43% from 318); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E569A is #B1A965. Grayscale: #5B5B5B. Windows color (decimal): -11643238 or 10114638. OLE color: 10114638.
HSL color Cylindrical-coordinate representation of color #4E569A: hue angle of 233.68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4E569A is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 78 | 86 | 154 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.40 |
| HSL | 233.68º | 0.33% | 0.45% | - |
| HSV(B) | 233.68º | 0.49% | 0.6% | - |
| XYZ | 12.3 | 10.61 | 31.97 | - |
| YUV | 91.36 | 163.35 | 118.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 86 | 154 | 0.49 | 0.44 | 0 | 0.40 | 233.68 | 0.33 | 0.45 |
| Hex | 4E | 56 | 9A | 31 | 2C | 0 | 28 | EA | 21 | 2D |
| Octal | 116 | 126 | 232 | 61 | 54 | 0 | 50 | 352 | 41 | 55 |
| Binary | 1001110 | 1010110 | 10011010 | 110001 | 101100 | 0 | 101000 | 11101010 | 100001 | 101101 |
Color Harmonies of #4E569A
Complementary color
Monochromatic Colors of #4E569A
Black with #4E569A
Text Example
Text Example
White with #4E569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E569A; }
p { color: rgb(78,86,154); }
H1.HeaderClassName
{
color: #4E569A;
}
.AnyTagClassName
{
color: #4E569A;
}
</style>
background-color css
<style>
a { background-color: #4E569A; }
a { background-color: rgb(78,86,154); }
div.DivClassName
{
background-color: #4E569A;
}
.BgClassName
{
background-color: #4E569A;
}
</style>
border-color css
<style>
span { border-color: #4E569A; }
span { border-color: rgb(78,86,154); }
td.TdClassName
{
border-color: #4E569A;
}
.TagClassName
{
border-color: #4E569A;
}
</style>