Shades of Governor Bay #4E45A6
Tints of Governor Bay #4E45A6
RGB
CMYK
RGB Variations
Color information
#4E45A6 (or 0x4E45A6) is known color: Governor Bay. HEX triplet: 4E, 45 and A6. RGB value is (78,69,166). Sum of RGB (Red+Green+Blue) = 78+69+166=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 69 (27.34% from 255 or 22.04% from 313); Blue value is 166 (65.23% from 255 or 53.04% from 313); Max value from RGB is 166 - color contains mainly: blue. Hex color #4E45A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E45A6 is #B1BA59. Grayscale: #525252. Windows color (decimal): -11647578 or 10896718. OLE color: 10896718.
HSL color Cylindrical-coordinate representation of color #4E45A6: hue angle of 245.57º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E45A6 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 69 | 166 | - |
| CMYK | 0.53 | 0.58 | 0 | 0.35 |
| HSL | 245.57º | 0.41% | 0.46% | - |
| HSV(B) | 245.57º | 0.58% | 0.65% | - |
| XYZ | 12.15 | 8.63 | 37.1 | - |
| YUV | 82.75 | 174.98 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 69 | 166 | 0.53 | 0.58 | 0 | 0.35 | 245.57 | 0.41 | 0.46 |
| Hex | 4E | 45 | A6 | 35 | 3A | 0 | 23 | F6 | 29 | 2E |
| Octal | 116 | 105 | 246 | 65 | 72 | 0 | 43 | 366 | 51 | 56 |
| Binary | 1001110 | 1000101 | 10100110 | 110101 | 111010 | 0 | 100011 | 11110110 | 101001 | 101110 |
Color Harmonies of #4E45A6
Complementary color
Monochromatic Colors of #4E45A6
Black with #4E45A6
Text Example
Text Example
White with #4E45A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E45A6; }
p { color: rgb(78,69,166); }
H1.HeaderClassName
{
color: #4E45A6;
}
.AnyTagClassName
{
color: #4E45A6;
}
</style>
background-color css
<style>
a { background-color: #4E45A6; }
a { background-color: rgb(78,69,166); }
div.DivClassName
{
background-color: #4E45A6;
}
.BgClassName
{
background-color: #4E45A6;
}
</style>
border-color css
<style>
span { border-color: #4E45A6; }
span { border-color: rgb(78,69,166); }
td.TdClassName
{
border-color: #4E45A6;
}
.TagClassName
{
border-color: #4E45A6;
}
</style>