Shades of Governor Bay #4D5185
Tints of Governor Bay #4D5185
RGB
CMYK
RGB Variations
Color information
#4D5185 (or 0x4D5185) is known color: Governor Bay. HEX triplet: 4D, 51 and 85. RGB value is (77,81,133). Sum of RGB (Red+Green+Blue) = 77+81+133=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 133 (52.34% from 255 or 45.70% from 291); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D5185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5185 is #B2AE7A. Grayscale: #555555. Windows color (decimal): -11710075 or 8737101. OLE color: 8737101.
HSL color Cylindrical-coordinate representation of color #4D5185: hue angle of 235.71º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D5185 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 81 | 133 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.48 |
| HSL | 235.71º | 0.27% | 0.41% | - |
| HSV(B) | 235.71º | 0.42% | 0.52% | - |
| XYZ | 10.24 | 9.16 | 23.42 | - |
| YUV | 85.73 | 154.67 | 121.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 133 | 0.42 | 0.39 | 0 | 0.48 | 235.71 | 0.27 | 0.41 |
| Hex | 4D | 51 | 85 | 2A | 27 | 0 | 30 | EC | 1B | 29 |
| Octal | 115 | 121 | 205 | 52 | 47 | 0 | 60 | 354 | 33 | 51 |
| Binary | 1001101 | 1010001 | 10000101 | 101010 | 100111 | 0 | 110000 | 11101100 | 11011 | 101001 |
Color Harmonies of #4D5185
Complementary color
Monochromatic Colors of #4D5185
Black with #4D5185
Text Example
Text Example
White with #4D5185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5185; }
p { color: rgb(77,81,133); }
H1.HeaderClassName
{
color: #4D5185;
}
.AnyTagClassName
{
color: #4D5185;
}
</style>
background-color css
<style>
a { background-color: #4D5185; }
a { background-color: rgb(77,81,133); }
div.DivClassName
{
background-color: #4D5185;
}
.BgClassName
{
background-color: #4D5185;
}
</style>
border-color css
<style>
span { border-color: #4D5185; }
span { border-color: rgb(77,81,133); }
td.TdClassName
{
border-color: #4D5185;
}
.TagClassName
{
border-color: #4D5185;
}
</style>