Shades of Governor Bay #4D598D
Tints of Governor Bay #4D598D
RGB
CMYK
RGB Variations
Color information
#4D598D (or 0x4D598D) is known color: Governor Bay. HEX triplet: 4D, 59 and 8D. RGB value is (77,89,141). Sum of RGB (Red+Green+Blue) = 77+89+141=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #4D598D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D598D is #B2A672. Grayscale: #5B5B5B. Windows color (decimal): -11708019 or 9263437. OLE color: 9263437.
HSL color Cylindrical-coordinate representation of color #4D598D: hue angle of 228.75º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D598D is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 89 | 141 | - |
| CMYK | 0.45 | 0.37 | 0 | 0.45 |
| HSL | 228.75º | 0.29% | 0.43% | - |
| HSV(B) | 228.75º | 0.45% | 0.55% | - |
| XYZ | 11.44 | 10.65 | 26.65 | - |
| YUV | 91.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 141 | 0.45 | 0.37 | 0 | 0.45 | 228.75 | 0.29 | 0.43 |
| Hex | 4D | 59 | 8D | 2D | 25 | 0 | 2D | E5 | 1D | 2B |
| Octal | 115 | 131 | 215 | 55 | 45 | 0 | 55 | 345 | 35 | 53 |
| Binary | 1001101 | 1011001 | 10001101 | 101101 | 100101 | 0 | 101101 | 11100101 | 11101 | 101011 |
Color Harmonies of #4D598D
Complementary color
Monochromatic Colors of #4D598D
Black with #4D598D
Text Example
Text Example
White with #4D598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D598D; }
p { color: rgb(77,89,141); }
H1.HeaderClassName
{
color: #4D598D;
}
.AnyTagClassName
{
color: #4D598D;
}
</style>
background-color css
<style>
a { background-color: #4D598D; }
a { background-color: rgb(77,89,141); }
div.DivClassName
{
background-color: #4D598D;
}
.BgClassName
{
background-color: #4D598D;
}
</style>
border-color css
<style>
span { border-color: #4D598D; }
span { border-color: rgb(77,89,141); }
td.TdClassName
{
border-color: #4D598D;
}
.TagClassName
{
border-color: #4D598D;
}
</style>