Shades of Governor Bay #4D5594
Tints of Governor Bay #4D5594
RGB
CMYK
RGB Variations
Color information
#4D5594 (or 0x4D5594) is known color: Governor Bay. HEX triplet: 4D, 55 and 94. RGB value is (77,85,148). Sum of RGB (Red+Green+Blue) = 77+85+148=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 148 (58.20% from 255 or 47.74% from 310); Max value from RGB is 148 - color contains mainly: blue. Hex color #4D5594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5594 is #B2AA6B. Grayscale: #595959. Windows color (decimal): -11709036 or 9721165. OLE color: 9721165.
HSL color Cylindrical-coordinate representation of color #4D5594: hue angle of 233.24º 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 #4D5594 is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 85 | 148 | - |
| CMYK | 0.48 | 0.43 | 0 | 0.42 |
| HSL | 233.24º | 0.32% | 0.44% | - |
| HSV(B) | 233.24º | 0.48% | 0.58% | - |
| XYZ | 11.65 | 10.21 | 29.37 | - |
| YUV | 89.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 148 | 0.48 | 0.43 | 0 | 0.42 | 233.24 | 0.32 | 0.44 |
| Hex | 4D | 55 | 94 | 30 | 2B | 0 | 2A | E9 | 20 | 2C |
| Octal | 115 | 125 | 224 | 60 | 53 | 0 | 52 | 351 | 40 | 54 |
| Binary | 1001101 | 1010101 | 10010100 | 110000 | 101011 | 0 | 101010 | 11101001 | 100000 | 101100 |
Color Harmonies of #4D5594
Complementary color
Monochromatic Colors of #4D5594
Black with #4D5594
Text Example
Text Example
White with #4D5594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5594; }
p { color: rgb(77,85,148); }
H1.HeaderClassName
{
color: #4D5594;
}
.AnyTagClassName
{
color: #4D5594;
}
</style>
background-color css
<style>
a { background-color: #4D5594; }
a { background-color: rgb(77,85,148); }
div.DivClassName
{
background-color: #4D5594;
}
.BgClassName
{
background-color: #4D5594;
}
</style>
border-color css
<style>
span { border-color: #4D5594; }
span { border-color: rgb(77,85,148); }
td.TdClassName
{
border-color: #4D5594;
}
.TagClassName
{
border-color: #4D5594;
}
</style>