Shades of Governor Bay #4D5094
Tints of Governor Bay #4D5094
RGB
CMYK
RGB Variations
Color information
#4D5094 (or 0x4D5094) is known color: Governor Bay. HEX triplet: 4D, 50 and 94. RGB value is (77,80,148). Sum of RGB (Red+Green+Blue) = 77+80+148=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 148 (58.20% from 255 or 48.52% from 305); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D5094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5094 is #B2AF6B. Grayscale: #565656. Windows color (decimal): -11710316 or 9719885. OLE color: 9719885.
HSL color Cylindrical-coordinate representation of color #4D5094: hue angle of 237.46º 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 #4D5094 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 80 | 148 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.42 |
| HSL | 237.46º | 0.32% | 0.44% | - |
| HSV(B) | 237.46º | 0.48% | 0.58% | - |
| XYZ | 11.27 | 9.45 | 29.25 | - |
| YUV | 86.86 | 162.51 | 120.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 148 | 0.48 | 0.46 | 0 | 0.42 | 237.46 | 0.32 | 0.44 |
| Hex | 4D | 50 | 94 | 30 | 2E | 0 | 2A | ED | 20 | 2C |
| Octal | 115 | 120 | 224 | 60 | 56 | 0 | 52 | 355 | 40 | 54 |
| Binary | 1001101 | 1010000 | 10010100 | 110000 | 101110 | 0 | 101010 | 11101101 | 100000 | 101100 |
Color Harmonies of #4D5094
Complementary color
Monochromatic Colors of #4D5094
Black with #4D5094
Text Example
Text Example
White with #4D5094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5094; }
p { color: rgb(77,80,148); }
H1.HeaderClassName
{
color: #4D5094;
}
.AnyTagClassName
{
color: #4D5094;
}
</style>
background-color css
<style>
a { background-color: #4D5094; }
a { background-color: rgb(77,80,148); }
div.DivClassName
{
background-color: #4D5094;
}
.BgClassName
{
background-color: #4D5094;
}
</style>
border-color css
<style>
span { border-color: #4D5094; }
span { border-color: rgb(77,80,148); }
td.TdClassName
{
border-color: #4D5094;
}
.TagClassName
{
border-color: #4D5094;
}
</style>