Shades of Governor Bay #4D599F
Tints of Governor Bay #4D599F
RGB
CMYK
RGB Variations
Color information
#4D599F (or 0x4D599F) is known color: Governor Bay. HEX triplet: 4D, 59 and 9F. RGB value is (77,89,159). Sum of RGB (Red+Green+Blue) = 77+89+159=325 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.69% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 159 (62.5% from 255 or 48.92% from 325); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D599F is #B2A660. Grayscale: #5D5D5D. Windows color (decimal): -11708001 or 10443085. OLE color: 10443085.
HSL color Cylindrical-coordinate representation of color #4D599F: hue angle of 231.22º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D599F is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 89 | 159 | - |
| CMYK | 0.52 | 0.44 | 0 | 0.38 |
| HSL | 231.22º | 0.35% | 0.46% | - |
| HSV(B) | 231.22º | 0.52% | 0.62% | - |
| XYZ | 12.89 | 11.23 | 34.29 | - |
| YUV | 93.39 | 165.02 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 159 | 0.52 | 0.44 | 0 | 0.38 | 231.22 | 0.35 | 0.46 |
| Hex | 4D | 59 | 9F | 34 | 2C | 0 | 26 | E7 | 23 | 2E |
| Octal | 115 | 131 | 237 | 64 | 54 | 0 | 46 | 347 | 43 | 56 |
| Binary | 1001101 | 1011001 | 10011111 | 110100 | 101100 | 0 | 100110 | 11100111 | 100011 | 101110 |
Color Harmonies of #4D599F
Complementary color
Monochromatic Colors of #4D599F
Black with #4D599F
Text Example
Text Example
White with #4D599F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D599F; }
p { color: rgb(77,89,159); }
H1.HeaderClassName
{
color: #4D599F;
}
.AnyTagClassName
{
color: #4D599F;
}
</style>
background-color css
<style>
a { background-color: #4D599F; }
a { background-color: rgb(77,89,159); }
div.DivClassName
{
background-color: #4D599F;
}
.BgClassName
{
background-color: #4D599F;
}
</style>
border-color css
<style>
span { border-color: #4D599F; }
span { border-color: rgb(77,89,159); }
td.TdClassName
{
border-color: #4D599F;
}
.TagClassName
{
border-color: #4D599F;
}
</style>