Shades of Governor Bay #4F598B
Tints of Governor Bay #4F598B
RGB
CMYK
RGB Variations
Color information
#4F598B (or 0x4F598B) is known color: Governor Bay. HEX triplet: 4F, 59 and 8B. RGB value is (79,89,139). Sum of RGB (Red+Green+Blue) = 79+89+139=307 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.73% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F598B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F598B is #B0A674. Grayscale: #5B5B5B. Windows color (decimal): -11576949 or 9132367. OLE color: 9132367.
HSL color Cylindrical-coordinate representation of color #4F598B: hue angle of 230º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4F598B is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 89 | 139 | - |
| CMYK | 0.43 | 0.36 | 0 | 0.45 |
| HSL | 230º | 0.28% | 0.43% | - |
| HSV(B) | 230º | 0.43% | 0.55% | - |
| XYZ | 11.46 | 10.67 | 25.88 | - |
| YUV | 91.71 | 154.69 | 118.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 139 | 0.43 | 0.36 | 0 | 0.45 | 230 | 0.28 | 0.43 |
| Hex | 4F | 59 | 8B | 2B | 24 | 0 | 2D | E6 | 1C | 2B |
| Octal | 117 | 131 | 213 | 53 | 44 | 0 | 55 | 346 | 34 | 53 |
| Binary | 1001111 | 1011001 | 10001011 | 101011 | 100100 | 0 | 101101 | 11100110 | 11100 | 101011 |
Color Harmonies of #4F598B
Complementary color
Monochromatic Colors of #4F598B
Black with #4F598B
Text Example
Text Example
White with #4F598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F598B; }
p { color: rgb(79,89,139); }
H1.HeaderClassName
{
color: #4F598B;
}
.AnyTagClassName
{
color: #4F598B;
}
</style>
background-color css
<style>
a { background-color: #4F598B; }
a { background-color: rgb(79,89,139); }
div.DivClassName
{
background-color: #4F598B;
}
.BgClassName
{
background-color: #4F598B;
}
</style>
border-color css
<style>
span { border-color: #4F598B; }
span { border-color: rgb(79,89,139); }
td.TdClassName
{
border-color: #4F598B;
}
.TagClassName
{
border-color: #4F598B;
}
</style>