Shades of Governor Bay #4D5485
Tints of Governor Bay #4D5485
RGB
CMYK
RGB Variations
Color information
#4D5485 (or 0x4D5485) is known color: Governor Bay. HEX triplet: 4D, 54 and 85. RGB value is (77,84,133). Sum of RGB (Red+Green+Blue) = 77+84+133=294 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.19% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 133 (52.34% from 255 or 45.24% from 294); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D5485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5485 is #B2AB7A. Grayscale: #575757. Windows color (decimal): -11709307 or 8737869. OLE color: 8737869.
HSL color Cylindrical-coordinate representation of color #4D5485: hue angle of 232.5º 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 #4D5485 is Cyan = 0.42, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 84 | 133 | - |
| CMYK | 0.42 | 0.37 | 0 | 0.48 |
| HSL | 232.5º | 0.27% | 0.41% | - |
| HSV(B) | 232.5º | 0.42% | 0.52% | - |
| XYZ | 10.46 | 9.61 | 23.49 | - |
| YUV | 87.49 | 153.68 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 133 | 0.42 | 0.37 | 0 | 0.48 | 232.5 | 0.27 | 0.41 |
| Hex | 4D | 54 | 85 | 2A | 25 | 0 | 30 | E8 | 1B | 29 |
| Octal | 115 | 124 | 205 | 52 | 45 | 0 | 60 | 350 | 33 | 51 |
| Binary | 1001101 | 1010100 | 10000101 | 101010 | 100101 | 0 | 110000 | 11101000 | 11011 | 101001 |
Color Harmonies of #4D5485
Complementary color
Monochromatic Colors of #4D5485
Black with #4D5485
Text Example
Text Example
White with #4D5485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5485; }
p { color: rgb(77,84,133); }
H1.HeaderClassName
{
color: #4D5485;
}
.AnyTagClassName
{
color: #4D5485;
}
</style>
background-color css
<style>
a { background-color: #4D5485; }
a { background-color: rgb(77,84,133); }
div.DivClassName
{
background-color: #4D5485;
}
.BgClassName
{
background-color: #4D5485;
}
</style>
border-color css
<style>
span { border-color: #4D5485; }
span { border-color: rgb(77,84,133); }
td.TdClassName
{
border-color: #4D5485;
}
.TagClassName
{
border-color: #4D5485;
}
</style>