Shades of Governor Bay #4E4DA0
Tints of Governor Bay #4E4DA0
RGB
CMYK
RGB Variations
Color information
#4E4DA0 (or 0x4E4DA0) is known color: Governor Bay. HEX triplet: 4E, 4D and A0. RGB value is (78,77,160). Sum of RGB (Red+Green+Blue) = 78+77+160=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 160 (62.89% from 255 or 50.79% from 315); Max value from RGB is 160 - color contains mainly: blue. Hex color #4E4DA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4DA0 is #B1B25F. Grayscale: #565656. Windows color (decimal): -11645536 or 10505550. OLE color: 10505550.
HSL color Cylindrical-coordinate representation of color #4E4DA0: hue angle of 240.72º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E4DA0 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 78 | 77 | 160 | - |
| CMYK | 0.51 | 0.52 | 0 | 0.37 |
| HSL | 240.72º | 0.35% | 0.46% | - |
| HSV(B) | 240.72º | 0.52% | 0.63% | - |
| XYZ | 12.14 | 9.47 | 34.44 | - |
| YUV | 86.76 | 169.33 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 77 | 160 | 0.51 | 0.52 | 0 | 0.37 | 240.72 | 0.35 | 0.46 |
| Hex | 4E | 4D | A0 | 33 | 34 | 0 | 25 | F1 | 23 | 2E |
| Octal | 116 | 115 | 240 | 63 | 64 | 0 | 45 | 361 | 43 | 56 |
| Binary | 1001110 | 1001101 | 10100000 | 110011 | 110100 | 0 | 100101 | 11110001 | 100011 | 101110 |
Color Harmonies of #4E4DA0
Complementary color
Monochromatic Colors of #4E4DA0
Black with #4E4DA0
Text Example
Text Example
White with #4E4DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4DA0; }
p { color: rgb(78,77,160); }
H1.HeaderClassName
{
color: #4E4DA0;
}
.AnyTagClassName
{
color: #4E4DA0;
}
</style>
background-color css
<style>
a { background-color: #4E4DA0; }
a { background-color: rgb(78,77,160); }
div.DivClassName
{
background-color: #4E4DA0;
}
.BgClassName
{
background-color: #4E4DA0;
}
</style>
border-color css
<style>
span { border-color: #4E4DA0; }
span { border-color: rgb(78,77,160); }
td.TdClassName
{
border-color: #4E4DA0;
}
.TagClassName
{
border-color: #4E4DA0;
}
</style>