Shades of Governor Bay #4D5198
Tints of Governor Bay #4D5198
RGB
CMYK
RGB Variations
Color information
#4D5198 (or 0x4D5198) is known color: Governor Bay. HEX triplet: 4D, 51 and 98. RGB value is (77,81,152). Sum of RGB (Red+Green+Blue) = 77+81+152=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #4D5198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5198 is #B2AE67. Grayscale: #575757. Windows color (decimal): -11710056 or 9982285. OLE color: 9982285.
HSL color Cylindrical-coordinate representation of color #4D5198: hue angle of 236.8º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4D5198 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 77 | 81 | 152 | - |
| CMYK | 0.49 | 0.47 | 0 | 0.40 |
| HSL | 236.8º | 0.33% | 0.45% | - |
| HSV(B) | 236.8º | 0.49% | 0.6% | - |
| XYZ | 11.67 | 9.73 | 30.97 | - |
| YUV | 87.9 | 164.17 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 152 | 0.49 | 0.47 | 0 | 0.40 | 236.8 | 0.33 | 0.45 |
| Hex | 4D | 51 | 98 | 31 | 2F | 0 | 28 | ED | 21 | 2D |
| Octal | 115 | 121 | 230 | 61 | 57 | 0 | 50 | 355 | 41 | 55 |
| Binary | 1001101 | 1010001 | 10011000 | 110001 | 101111 | 0 | 101000 | 11101101 | 100001 | 101101 |
Color Harmonies of #4D5198
Complementary color
Monochromatic Colors of #4D5198
Black with #4D5198
Text Example
Text Example
White with #4D5198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5198; }
p { color: rgb(77,81,152); }
H1.HeaderClassName
{
color: #4D5198;
}
.AnyTagClassName
{
color: #4D5198;
}
</style>
background-color css
<style>
a { background-color: #4D5198; }
a { background-color: rgb(77,81,152); }
div.DivClassName
{
background-color: #4D5198;
}
.BgClassName
{
background-color: #4D5198;
}
</style>
border-color css
<style>
span { border-color: #4D5198; }
span { border-color: rgb(77,81,152); }
td.TdClassName
{
border-color: #4D5198;
}
.TagClassName
{
border-color: #4D5198;
}
</style>