Shades of Governor Bay #4E509C
Tints of Governor Bay #4E509C
RGB
CMYK
RGB Variations
Color information
#4E509C (or 0x4E509C) is known color: Governor Bay. HEX triplet: 4E, 50 and 9C. RGB value is (78,80,156). Sum of RGB (Red+Green+Blue) = 78+80+156=314 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.84% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 156 (61.33% from 255 or 49.68% from 314); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E509C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E509C is #B1AF63. Grayscale: #575757. Windows color (decimal): -11644772 or 10244174. OLE color: 10244174.
HSL color Cylindrical-coordinate representation of color #4E509C: hue angle of 238.46º 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 #4E509C is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 78 | 80 | 156 | - |
| CMYK | 0.5 | 0.49 | 0 | 0.39 |
| HSL | 238.46º | 0.33% | 0.46% | - |
| HSV(B) | 238.46º | 0.5% | 0.61% | - |
| XYZ | 12.01 | 9.76 | 32.7 | - |
| YUV | 88.07 | 166.34 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 80 | 156 | 0.5 | 0.49 | 0 | 0.39 | 238.46 | 0.33 | 0.46 |
| Hex | 4E | 50 | 9C | 32 | 31 | 0 | 27 | EE | 21 | 2E |
| Octal | 116 | 120 | 234 | 62 | 61 | 0 | 47 | 356 | 41 | 56 |
| Binary | 1001110 | 1010000 | 10011100 | 110010 | 110001 | 0 | 100111 | 11101110 | 100001 | 101110 |
Color Harmonies of #4E509C
Complementary color
Monochromatic Colors of #4E509C
Black with #4E509C
Text Example
Text Example
White with #4E509C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E509C; }
p { color: rgb(78,80,156); }
H1.HeaderClassName
{
color: #4E509C;
}
.AnyTagClassName
{
color: #4E509C;
}
</style>
background-color css
<style>
a { background-color: #4E509C; }
a { background-color: rgb(78,80,156); }
div.DivClassName
{
background-color: #4E509C;
}
.BgClassName
{
background-color: #4E509C;
}
</style>
border-color css
<style>
span { border-color: #4E509C; }
span { border-color: rgb(78,80,156); }
td.TdClassName
{
border-color: #4E509C;
}
.TagClassName
{
border-color: #4E509C;
}
</style>