Shades of Governor Bay #4E529C
Tints of Governor Bay #4E529C
RGB
CMYK
RGB Variations
Color information
#4E529C (or 0x4E529C) is known color: Governor Bay. HEX triplet: 4E, 52 and 9C. RGB value is (78,82,156). Sum of RGB (Red+Green+Blue) = 78+82+156=316 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.68% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 156 (61.33% from 255 or 49.37% from 316); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E529C is #B1AD63. Grayscale: #585858. Windows color (decimal): -11644260 or 10244686. OLE color: 10244686.
HSL color Cylindrical-coordinate representation of color #4E529C: hue angle of 236.92º 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 #4E529C is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 82 | 156 | - |
| CMYK | 0.5 | 0.47 | 0 | 0.39 |
| HSL | 236.92º | 0.33% | 0.46% | - |
| HSV(B) | 236.92º | 0.5% | 0.61% | - |
| XYZ | 12.16 | 10.05 | 32.75 | - |
| YUV | 89.24 | 165.67 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 82 | 156 | 0.5 | 0.47 | 0 | 0.39 | 236.92 | 0.33 | 0.46 |
| Hex | 4E | 52 | 9C | 32 | 2F | 0 | 27 | ED | 21 | 2E |
| Octal | 116 | 122 | 234 | 62 | 57 | 0 | 47 | 355 | 41 | 56 |
| Binary | 1001110 | 1010010 | 10011100 | 110010 | 101111 | 0 | 100111 | 11101101 | 100001 | 101110 |
Color Harmonies of #4E529C
Complementary color
Monochromatic Colors of #4E529C
Black with #4E529C
Text Example
Text Example
White with #4E529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E529C; }
p { color: rgb(78,82,156); }
H1.HeaderClassName
{
color: #4E529C;
}
.AnyTagClassName
{
color: #4E529C;
}
</style>
background-color css
<style>
a { background-color: #4E529C; }
a { background-color: rgb(78,82,156); }
div.DivClassName
{
background-color: #4E529C;
}
.BgClassName
{
background-color: #4E529C;
}
</style>
border-color css
<style>
span { border-color: #4E529C; }
span { border-color: rgb(78,82,156); }
td.TdClassName
{
border-color: #4E529C;
}
.TagClassName
{
border-color: #4E529C;
}
</style>