Shades of Governor Bay #4D5788
Tints of Governor Bay #4D5788
RGB
CMYK
RGB Variations
Color information
#4D5788 (or 0x4D5788) is known color: Governor Bay. HEX triplet: 4D, 57 and 88. RGB value is (77,87,136). Sum of RGB (Red+Green+Blue) = 77+87+136=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 136 (53.52% from 255 or 45.33% from 300); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D5788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5788 is #B2A877. Grayscale: #595959. Windows color (decimal): -11708536 or 8935245. OLE color: 8935245.
HSL color Cylindrical-coordinate representation of color #4D5788: hue angle of 229.83º 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 #4D5788 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 87 | 136 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.47 |
| HSL | 229.83º | 0.28% | 0.42% | - |
| HSV(B) | 229.83º | 0.43% | 0.53% | - |
| XYZ | 10.91 | 10.17 | 24.68 | - |
| YUV | 89.6 | 154.19 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 87 | 136 | 0.43 | 0.36 | 0 | 0.47 | 229.83 | 0.28 | 0.42 |
| Hex | 4D | 57 | 88 | 2B | 24 | 0 | 2F | E6 | 1C | 2A |
| Octal | 115 | 127 | 210 | 53 | 44 | 0 | 57 | 346 | 34 | 52 |
| Binary | 1001101 | 1010111 | 10001000 | 101011 | 100100 | 0 | 101111 | 11100110 | 11100 | 101010 |
Color Harmonies of #4D5788
Complementary color
Monochromatic Colors of #4D5788
Black with #4D5788
Text Example
Text Example
White with #4D5788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5788; }
p { color: rgb(77,87,136); }
H1.HeaderClassName
{
color: #4D5788;
}
.AnyTagClassName
{
color: #4D5788;
}
</style>
background-color css
<style>
a { background-color: #4D5788; }
a { background-color: rgb(77,87,136); }
div.DivClassName
{
background-color: #4D5788;
}
.BgClassName
{
background-color: #4D5788;
}
</style>
border-color css
<style>
span { border-color: #4D5788; }
span { border-color: rgb(77,87,136); }
td.TdClassName
{
border-color: #4D5788;
}
.TagClassName
{
border-color: #4D5788;
}
</style>