Shades of Governor Bay #4D5088
Tints of Governor Bay #4D5088
RGB
CMYK
RGB Variations
Color information
#4D5088 (or 0x4D5088) is known color: Governor Bay. HEX triplet: 4D, 50 and 88. RGB value is (77,80,136). Sum of RGB (Red+Green+Blue) = 77+80+136=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D5088 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5088 is #B2AF77. Grayscale: #555555. Windows color (decimal): -11710328 or 8933453. OLE color: 8933453.
HSL color Cylindrical-coordinate representation of color #4D5088: hue angle of 236.95º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4D5088 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 80 | 136 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.47 |
| HSL | 236.95º | 0.28% | 0.42% | - |
| HSV(B) | 236.95º | 0.43% | 0.53% | - |
| XYZ | 10.37 | 9.09 | 24.5 | - |
| YUV | 85.49 | 156.51 | 121.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 136 | 0.43 | 0.41 | 0 | 0.47 | 236.95 | 0.28 | 0.42 |
| Hex | 4D | 50 | 88 | 2B | 29 | 0 | 2F | ED | 1C | 2A |
| Octal | 115 | 120 | 210 | 53 | 51 | 0 | 57 | 355 | 34 | 52 |
| Binary | 1001101 | 1010000 | 10001000 | 101011 | 101001 | 0 | 101111 | 11101101 | 11100 | 101010 |
Color Harmonies of #4D5088
Complementary color
Monochromatic Colors of #4D5088
Black with #4D5088
Text Example
Text Example
White with #4D5088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5088; }
p { color: rgb(77,80,136); }
H1.HeaderClassName
{
color: #4D5088;
}
.AnyTagClassName
{
color: #4D5088;
}
</style>
background-color css
<style>
a { background-color: #4D5088; }
a { background-color: rgb(77,80,136); }
div.DivClassName
{
background-color: #4D5088;
}
.BgClassName
{
background-color: #4D5088;
}
</style>
border-color css
<style>
span { border-color: #4D5088; }
span { border-color: rgb(77,80,136); }
td.TdClassName
{
border-color: #4D5088;
}
.TagClassName
{
border-color: #4D5088;
}
</style>