Shades of Governor Bay #4D5588
Tints of Governor Bay #4D5588
RGB
CMYK
RGB Variations
Color information
#4D5588 (or 0x4D5588) is known color: Governor Bay. HEX triplet: 4D, 55 and 88. RGB value is (77,85,136). Sum of RGB (Red+Green+Blue) = 77+85+136=298 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.84% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 136 - color contains mainly: blue. Hex color #4D5588 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5588 is #B2AA77. Grayscale: #585858. Windows color (decimal): -11709048 or 8934733. OLE color: 8934733.
HSL color Cylindrical-coordinate representation of color #4D5588: hue angle of 231.86º 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 #4D5588 is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 77 | 85 | 136 | - |
| CMYK | 0.43 | 0.38 | 0 | 0.47 |
| HSL | 231.86º | 0.28% | 0.42% | - |
| HSV(B) | 231.86º | 0.43% | 0.53% | - |
| XYZ | 10.75 | 9.85 | 24.63 | - |
| YUV | 88.42 | 154.85 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 136 | 0.43 | 0.38 | 0 | 0.47 | 231.86 | 0.28 | 0.42 |
| Hex | 4D | 55 | 88 | 2B | 26 | 0 | 2F | E8 | 1C | 2A |
| Octal | 115 | 125 | 210 | 53 | 46 | 0 | 57 | 350 | 34 | 52 |
| Binary | 1001101 | 1010101 | 10001000 | 101011 | 100110 | 0 | 101111 | 11101000 | 11100 | 101010 |
Color Harmonies of #4D5588
Complementary color
Monochromatic Colors of #4D5588
Black with #4D5588
Text Example
Text Example
White with #4D5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5588; }
p { color: rgb(77,85,136); }
H1.HeaderClassName
{
color: #4D5588;
}
.AnyTagClassName
{
color: #4D5588;
}
</style>
background-color css
<style>
a { background-color: #4D5588; }
a { background-color: rgb(77,85,136); }
div.DivClassName
{
background-color: #4D5588;
}
.BgClassName
{
background-color: #4D5588;
}
</style>
border-color css
<style>
span { border-color: #4D5588; }
span { border-color: rgb(77,85,136); }
td.TdClassName
{
border-color: #4D5588;
}
.TagClassName
{
border-color: #4D5588;
}
</style>