Shades of Governor Bay #4D589F
Tints of Governor Bay #4D589F
RGB
CMYK
RGB Variations
Color information
#4D589F (or 0x4D589F) is known color: Governor Bay. HEX triplet: 4D, 58 and 9F. RGB value is (77,88,159). Sum of RGB (Red+Green+Blue) = 77+88+159=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 159 (62.5% from 255 or 49.07% from 324); Max value from RGB is 159 - color contains mainly: blue. Hex color #4D589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D589F is #B2A760. Grayscale: #5C5C5C. Windows color (decimal): -11708257 or 10442829. OLE color: 10442829.
HSL color Cylindrical-coordinate representation of color #4D589F: hue angle of 231.95º 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 #4D589F is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 77 | 88 | 159 | - |
| CMYK | 0.52 | 0.45 | 0 | 0.38 |
| HSL | 231.95º | 0.35% | 0.46% | - |
| HSV(B) | 231.95º | 0.52% | 0.62% | - |
| XYZ | 12.81 | 11.06 | 34.26 | - |
| YUV | 92.81 | 165.36 | 116.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 159 | 0.52 | 0.45 | 0 | 0.38 | 231.95 | 0.35 | 0.46 |
| Hex | 4D | 58 | 9F | 34 | 2D | 0 | 26 | E8 | 23 | 2E |
| Octal | 115 | 130 | 237 | 64 | 55 | 0 | 46 | 350 | 43 | 56 |
| Binary | 1001101 | 1011000 | 10011111 | 110100 | 101101 | 0 | 100110 | 11101000 | 100011 | 101110 |
Color Harmonies of #4D589F
Complementary color
Monochromatic Colors of #4D589F
Black with #4D589F
Text Example
Text Example
White with #4D589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D589F; }
p { color: rgb(77,88,159); }
H1.HeaderClassName
{
color: #4D589F;
}
.AnyTagClassName
{
color: #4D589F;
}
</style>
background-color css
<style>
a { background-color: #4D589F; }
a { background-color: rgb(77,88,159); }
div.DivClassName
{
background-color: #4D589F;
}
.BgClassName
{
background-color: #4D589F;
}
</style>
border-color css
<style>
span { border-color: #4D589F; }
span { border-color: rgb(77,88,159); }
td.TdClassName
{
border-color: #4D589F;
}
.TagClassName
{
border-color: #4D589F;
}
</style>