Shades of Governor Bay #4D5191
Tints of Governor Bay #4D5191
RGB
CMYK
RGB Variations
Color information
#4D5191 (or 0x4D5191) is known color: Governor Bay. HEX triplet: 4D, 51 and 91. RGB value is (77,81,145). Sum of RGB (Red+Green+Blue) = 77+81+145=303 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.41% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #4D5191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5191 is #B2AE6E. Grayscale: #565656. Windows color (decimal): -11710063 or 9523533. OLE color: 9523533.
HSL color Cylindrical-coordinate representation of color #4D5191: hue angle of 236.47º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D5191 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 81 | 145 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.43 |
| HSL | 236.47º | 0.31% | 0.44% | - |
| HSV(B) | 236.47º | 0.47% | 0.57% | - |
| XYZ | 11.11 | 9.51 | 28.04 | - |
| YUV | 87.1 | 160.67 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 145 | 0.47 | 0.44 | 0 | 0.43 | 236.47 | 0.31 | 0.44 |
| Hex | 4D | 51 | 91 | 2F | 2C | 0 | 2B | EC | 1F | 2C |
| Octal | 115 | 121 | 221 | 57 | 54 | 0 | 53 | 354 | 37 | 54 |
| Binary | 1001101 | 1010001 | 10010001 | 101111 | 101100 | 0 | 101011 | 11101100 | 11111 | 101100 |
Color Harmonies of #4D5191
Complementary color
Monochromatic Colors of #4D5191
Black with #4D5191
Text Example
Text Example
White with #4D5191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5191; }
p { color: rgb(77,81,145); }
H1.HeaderClassName
{
color: #4D5191;
}
.AnyTagClassName
{
color: #4D5191;
}
</style>
background-color css
<style>
a { background-color: #4D5191; }
a { background-color: rgb(77,81,145); }
div.DivClassName
{
background-color: #4D5191;
}
.BgClassName
{
background-color: #4D5191;
}
</style>
border-color css
<style>
span { border-color: #4D5191; }
span { border-color: rgb(77,81,145); }
td.TdClassName
{
border-color: #4D5191;
}
.TagClassName
{
border-color: #4D5191;
}
</style>