Shades of Governor Bay #4D599B
Tints of Governor Bay #4D599B
RGB
CMYK
RGB Variations
Color information
#4D599B (or 0x4D599B) is known color: Governor Bay. HEX triplet: 4D, 59 and 9B. RGB value is (77,89,155). Sum of RGB (Red+Green+Blue) = 77+89+155=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #4D599B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D599B is #B2A664. Grayscale: #5C5C5C. Windows color (decimal): -11708005 or 10180941. OLE color: 10180941.
HSL color Cylindrical-coordinate representation of color #4D599B: hue angle of 230.77º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D599B is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 89 | 155 | - |
| CMYK | 0.50 | 0.43 | 0 | 0.39 |
| HSL | 230.77º | 0.34% | 0.45% | - |
| HSV(B) | 230.77º | 0.5% | 0.61% | - |
| XYZ | 12.55 | 11.09 | 32.49 | - |
| YUV | 92.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 89 | 155 | 0.50 | 0.43 | 0 | 0.39 | 230.77 | 0.34 | 0.45 |
| Hex | 4D | 59 | 9B | 32 | 2B | 0 | 27 | E7 | 22 | 2D |
| Octal | 115 | 131 | 233 | 62 | 53 | 0 | 47 | 347 | 42 | 55 |
| Binary | 1001101 | 1011001 | 10011011 | 110010 | 101011 | 0 | 100111 | 11100111 | 100010 | 101101 |
Color Harmonies of #4D599B
Complementary color
Monochromatic Colors of #4D599B
Black with #4D599B
Text Example
Text Example
White with #4D599B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D599B; }
p { color: rgb(77,89,155); }
H1.HeaderClassName
{
color: #4D599B;
}
.AnyTagClassName
{
color: #4D599B;
}
</style>
background-color css
<style>
a { background-color: #4D599B; }
a { background-color: rgb(77,89,155); }
div.DivClassName
{
background-color: #4D599B;
}
.BgClassName
{
background-color: #4D599B;
}
</style>
border-color css
<style>
span { border-color: #4D599B; }
span { border-color: rgb(77,89,155); }
td.TdClassName
{
border-color: #4D599B;
}
.TagClassName
{
border-color: #4D599B;
}
</style>