Shades of Governor Bay #4D5495
Tints of Governor Bay #4D5495
RGB
CMYK
RGB Variations
Color information
#4D5495 (or 0x4D5495) is known color: Governor Bay. HEX triplet: 4D, 54 and 95. RGB value is (77,84,149). Sum of RGB (Red+Green+Blue) = 77+84+149=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 149 (58.59% from 255 or 48.06% from 310); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D5495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5495 is #B2AB6A. Grayscale: #595959. Windows color (decimal): -11709291 or 9786445. OLE color: 9786445.
HSL color Cylindrical-coordinate representation of color #4D5495: hue angle of 234.17º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D5495 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 84 | 149 | - |
| CMYK | 0.48 | 0.44 | 0 | 0.42 |
| HSL | 234.17º | 0.32% | 0.44% | - |
| HSV(B) | 234.17º | 0.48% | 0.58% | - |
| XYZ | 11.66 | 10.09 | 29.77 | - |
| YUV | 89.32 | 161.68 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 84 | 149 | 0.48 | 0.44 | 0 | 0.42 | 234.17 | 0.32 | 0.44 |
| Hex | 4D | 54 | 95 | 30 | 2C | 0 | 2A | EA | 20 | 2C |
| Octal | 115 | 124 | 225 | 60 | 54 | 0 | 52 | 352 | 40 | 54 |
| Binary | 1001101 | 1010100 | 10010101 | 110000 | 101100 | 0 | 101010 | 11101010 | 100000 | 101100 |
Color Harmonies of #4D5495
Complementary color
Monochromatic Colors of #4D5495
Black with #4D5495
Text Example
Text Example
White with #4D5495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5495; }
p { color: rgb(77,84,149); }
H1.HeaderClassName
{
color: #4D5495;
}
.AnyTagClassName
{
color: #4D5495;
}
</style>
background-color css
<style>
a { background-color: #4D5495; }
a { background-color: rgb(77,84,149); }
div.DivClassName
{
background-color: #4D5495;
}
.BgClassName
{
background-color: #4D5495;
}
</style>
border-color css
<style>
span { border-color: #4D5495; }
span { border-color: rgb(77,84,149); }
td.TdClassName
{
border-color: #4D5495;
}
.TagClassName
{
border-color: #4D5495;
}
</style>