Shades of Governor Bay #4F588B
Tints of Governor Bay #4F588B
RGB
CMYK
RGB Variations
Color information
#4F588B (or 0x4F588B) is known color: Governor Bay. HEX triplet: 4F, 58 and 8B. RGB value is (79,88,139). Sum of RGB (Red+Green+Blue) = 79+88+139=306 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.82% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 139 (54.69% from 255 or 45.42% from 306); Max value from RGB is 139 - color contains mainly: blue. Hex color #4F588B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F588B is #B0A774. Grayscale: #5A5A5A. Windows color (decimal): -11577205 or 9132111. OLE color: 9132111.
HSL color Cylindrical-coordinate representation of color #4F588B: hue angle of 231º 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 #4F588B is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 79 | 88 | 139 | - |
| CMYK | 0.43 | 0.37 | 0 | 0.45 |
| HSL | 231º | 0.28% | 0.43% | - |
| HSV(B) | 231º | 0.43% | 0.55% | - |
| XYZ | 11.37 | 10.51 | 25.85 | - |
| YUV | 91.12 | 155.02 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 139 | 0.43 | 0.37 | 0 | 0.45 | 231 | 0.28 | 0.43 |
| Hex | 4F | 58 | 8B | 2B | 25 | 0 | 2D | E7 | 1C | 2B |
| Octal | 117 | 130 | 213 | 53 | 45 | 0 | 55 | 347 | 34 | 53 |
| Binary | 1001111 | 1011000 | 10001011 | 101011 | 100101 | 0 | 101101 | 11100111 | 11100 | 101011 |
Color Harmonies of #4F588B
Complementary color
Monochromatic Colors of #4F588B
Black with #4F588B
Text Example
Text Example
White with #4F588B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F588B; }
p { color: rgb(79,88,139); }
H1.HeaderClassName
{
color: #4F588B;
}
.AnyTagClassName
{
color: #4F588B;
}
</style>
background-color css
<style>
a { background-color: #4F588B; }
a { background-color: rgb(79,88,139); }
div.DivClassName
{
background-color: #4F588B;
}
.BgClassName
{
background-color: #4F588B;
}
</style>
border-color css
<style>
span { border-color: #4F588B; }
span { border-color: rgb(79,88,139); }
td.TdClassName
{
border-color: #4F588B;
}
.TagClassName
{
border-color: #4F588B;
}
</style>