Shades of Governor Bay #4D5488
Tints of Governor Bay #4D5488
RGB
CMYK
RGB Variations
Color information
#4D5488 (or 0x4D5488) is known color: Governor Bay. HEX triplet: 4D, 54 and 88. RGB value is (77,84,136). Sum of RGB (Red+Green+Blue) = 77+84+136=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D5488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5488 is #B2AB77. Grayscale: #575757. Windows color (decimal): -11709304 or 8934477. OLE color: 8934477.
HSL color Cylindrical-coordinate representation of color #4D5488: hue angle of 232.88º 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 #4D5488 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 84 | 136 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.47 |
| HSL | 232.88º | 0.28% | 0.42% | - |
| HSV(B) | 232.88º | 0.43% | 0.53% | - |
| XYZ | 10.67 | 9.7 | 24.6 | - |
| YUV | 87.84 | 155.18 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 136 | 0.43 | 0.38 | 0 | 0.47 | 232.88 | 0.28 | 0.42 |
| Hex | 4D | 54 | 88 | 2B | 26 | 0 | 2F | E9 | 1C | 2A |
| Octal | 115 | 124 | 210 | 53 | 46 | 0 | 57 | 351 | 34 | 52 |
| Binary | 1001101 | 1010100 | 10001000 | 101011 | 100110 | 0 | 101111 | 11101001 | 11100 | 101010 |
Color Harmonies of #4D5488
Complementary color
Monochromatic Colors of #4D5488
Black with #4D5488
Text Example
Text Example
White with #4D5488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5488; }
p { color: rgb(77,84,136); }
H1.HeaderClassName
{
color: #4D5488;
}
.AnyTagClassName
{
color: #4D5488;
}
</style>
background-color css
<style>
a { background-color: #4D5488; }
a { background-color: rgb(77,84,136); }
div.DivClassName
{
background-color: #4D5488;
}
.BgClassName
{
background-color: #4D5488;
}
</style>
border-color css
<style>
span { border-color: #4D5488; }
span { border-color: rgb(77,84,136); }
td.TdClassName
{
border-color: #4D5488;
}
.TagClassName
{
border-color: #4D5488;
}
</style>