Shades of Governor Bay #4D5090
Tints of Governor Bay #4D5090
RGB
CMYK
RGB Variations
Color information
#4D5090 (or 0x4D5090) is known color: Governor Bay. HEX triplet: 4D, 50 and 90. RGB value is (77,80,144). Sum of RGB (Red+Green+Blue) = 77+80+144=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D5090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5090 is #B2AF6F. Grayscale: #565656. Windows color (decimal): -11710320 or 9457741. OLE color: 9457741.
HSL color Cylindrical-coordinate representation of color #4D5090: hue angle of 237.31º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D5090 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 80 | 144 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.44 |
| HSL | 237.31º | 0.3% | 0.43% | - |
| HSV(B) | 237.31º | 0.47% | 0.56% | - |
| XYZ | 10.96 | 9.33 | 27.61 | - |
| YUV | 86.4 | 160.51 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 144 | 0.47 | 0.44 | 0 | 0.44 | 237.31 | 0.3 | 0.43 |
| Hex | 4D | 50 | 90 | 2F | 2C | 0 | 2C | ED | 1E | 2B |
| Octal | 115 | 120 | 220 | 57 | 54 | 0 | 54 | 355 | 36 | 53 |
| Binary | 1001101 | 1010000 | 10010000 | 101111 | 101100 | 0 | 101100 | 11101101 | 11110 | 101011 |
Color Harmonies of #4D5090
Complementary color
Monochromatic Colors of #4D5090
Black with #4D5090
Text Example
Text Example
White with #4D5090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5090; }
p { color: rgb(77,80,144); }
H1.HeaderClassName
{
color: #4D5090;
}
.AnyTagClassName
{
color: #4D5090;
}
</style>
background-color css
<style>
a { background-color: #4D5090; }
a { background-color: rgb(77,80,144); }
div.DivClassName
{
background-color: #4D5090;
}
.BgClassName
{
background-color: #4D5090;
}
</style>
border-color css
<style>
span { border-color: #4D5090; }
span { border-color: rgb(77,80,144); }
td.TdClassName
{
border-color: #4D5090;
}
.TagClassName
{
border-color: #4D5090;
}
</style>