Shades of Governor Bay #4F589F
Tints of Governor Bay #4F589F
RGB
CMYK
RGB Variations
Color information
#4F589F (or 0x4F589F) is known color: Governor Bay. HEX triplet: 4F, 58 and 9F. RGB value is (79,88,159). Sum of RGB (Red+Green+Blue) = 79+88+159=326 (43% of max value = 765). Red value is 79 (31.25% from 255 or 24.23% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F589F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F589F is #B0A760. Grayscale: #5D5D5D. Windows color (decimal): -11577185 or 10442831. OLE color: 10442831.
HSL color Cylindrical-coordinate representation of color #4F589F: hue angle of 233.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F589F is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 88 | 159 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.38 |
| HSL | 233.25º | 0.34% | 0.47% | - |
| HSV(B) | 233.25º | 0.5% | 0.62% | - |
| XYZ | 12.97 | 11.14 | 34.27 | - |
| YUV | 93.4 | 165.02 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 88 | 159 | 0.50 | 0.45 | 0 | 0.38 | 233.25 | 0.34 | 0.47 |
| Hex | 4F | 58 | 9F | 32 | 2D | 0 | 26 | E9 | 22 | 2F |
| Octal | 117 | 130 | 237 | 62 | 55 | 0 | 46 | 351 | 42 | 57 |
| Binary | 1001111 | 1011000 | 10011111 | 110010 | 101101 | 0 | 100110 | 11101001 | 100010 | 101111 |
Color Harmonies of #4F589F
Complementary color
Monochromatic Colors of #4F589F
Black with #4F589F
Text Example
Text Example
White with #4F589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F589F; }
p { color: rgb(79,88,159); }
H1.HeaderClassName
{
color: #4F589F;
}
.AnyTagClassName
{
color: #4F589F;
}
</style>
background-color css
<style>
a { background-color: #4F589F; }
a { background-color: rgb(79,88,159); }
div.DivClassName
{
background-color: #4F589F;
}
.BgClassName
{
background-color: #4F589F;
}
</style>
border-color css
<style>
span { border-color: #4F589F; }
span { border-color: rgb(79,88,159); }
td.TdClassName
{
border-color: #4F589F;
}
.TagClassName
{
border-color: #4F589F;
}
</style>