Shades of Governor Bay #4D539E
Tints of Governor Bay #4D539E
RGB
CMYK
RGB Variations
Color information
#4D539E (or 0x4D539E) is known color: Governor Bay. HEX triplet: 4D, 53 and 9E. RGB value is (77,83,158). Sum of RGB (Red+Green+Blue) = 77+83+158=318 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.21% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 158 (62.11% from 255 or 49.69% from 318); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D539E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D539E is #B2AC61. Grayscale: #595959. Windows color (decimal): -11709538 or 10376013. OLE color: 10376013.
HSL color Cylindrical-coordinate representation of color #4D539E: hue angle of 235.56º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D539E is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 83 | 158 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.38 |
| HSL | 235.56º | 0.34% | 0.46% | - |
| HSV(B) | 235.56º | 0.51% | 0.62% | - |
| XYZ | 12.33 | 10.23 | 33.67 | - |
| YUV | 89.76 | 166.51 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 83 | 158 | 0.51 | 0.47 | 0 | 0.38 | 235.56 | 0.34 | 0.46 |
| Hex | 4D | 53 | 9E | 33 | 2F | 0 | 26 | EC | 22 | 2E |
| Octal | 115 | 123 | 236 | 63 | 57 | 0 | 46 | 354 | 42 | 56 |
| Binary | 1001101 | 1010011 | 10011110 | 110011 | 101111 | 0 | 100110 | 11101100 | 100010 | 101110 |
Color Harmonies of #4D539E
Complementary color
Monochromatic Colors of #4D539E
Black with #4D539E
Text Example
Text Example
White with #4D539E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D539E; }
p { color: rgb(77,83,158); }
H1.HeaderClassName
{
color: #4D539E;
}
.AnyTagClassName
{
color: #4D539E;
}
</style>
background-color css
<style>
a { background-color: #4D539E; }
a { background-color: rgb(77,83,158); }
div.DivClassName
{
background-color: #4D539E;
}
.BgClassName
{
background-color: #4D539E;
}
</style>
border-color css
<style>
span { border-color: #4D539E; }
span { border-color: rgb(77,83,158); }
td.TdClassName
{
border-color: #4D539E;
}
.TagClassName
{
border-color: #4D539E;
}
</style>