Shades of Governor Bay #4E4AA0
Tints of Governor Bay #4E4AA0
RGB
CMYK
RGB Variations
Color information
#4E4AA0 (or 0x4E4AA0) is known color: Governor Bay. HEX triplet: 4E, 4A and A0. RGB value is (78,74,160). Sum of RGB (Red+Green+Blue) = 78+74+160=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #4E4AA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4AA0 is #B1B55F. Grayscale: #545454. Windows color (decimal): -11646304 or 10504782. OLE color: 10504782.
HSL color Cylindrical-coordinate representation of color #4E4AA0: hue angle of 242.79º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4E4AA0 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 74 | 160 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.37 |
| HSL | 242.79º | 0.37% | 0.46% | - |
| HSV(B) | 242.79º | 0.54% | 0.63% | - |
| XYZ | 11.94 | 9.06 | 34.38 | - |
| YUV | 85 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 74 | 160 | 0.51 | 0.54 | 0 | 0.37 | 242.79 | 0.37 | 0.46 |
| Hex | 4E | 4A | A0 | 33 | 36 | 0 | 25 | F3 | 25 | 2E |
| Octal | 116 | 112 | 240 | 63 | 66 | 0 | 45 | 363 | 45 | 56 |
| Binary | 1001110 | 1001010 | 10100000 | 110011 | 110110 | 0 | 100101 | 11110011 | 100101 | 101110 |
Color Harmonies of #4E4AA0
Complementary color
Monochromatic Colors of #4E4AA0
Black with #4E4AA0
Text Example
Text Example
White with #4E4AA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4AA0; }
p { color: rgb(78,74,160); }
H1.HeaderClassName
{
color: #4E4AA0;
}
.AnyTagClassName
{
color: #4E4AA0;
}
</style>
background-color css
<style>
a { background-color: #4E4AA0; }
a { background-color: rgb(78,74,160); }
div.DivClassName
{
background-color: #4E4AA0;
}
.BgClassName
{
background-color: #4E4AA0;
}
</style>
border-color css
<style>
span { border-color: #4E4AA0; }
span { border-color: rgb(78,74,160); }
td.TdClassName
{
border-color: #4E4AA0;
}
.TagClassName
{
border-color: #4E4AA0;
}
</style>