Shades of Governor Bay #4F5589
Tints of Governor Bay #4F5589
RGB
CMYK
RGB Variations
Color information
#4F5589 (or 0x4F5589) is known color: Governor Bay. HEX triplet: 4F, 55 and 89. RGB value is (79,85,137). Sum of RGB (Red+Green+Blue) = 79+85+137=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 137 (53.91% from 255 or 45.51% from 301); Max value from RGB is 137 - color contains mainly: blue. Hex color #4F5589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5589 is #B0AA76. Grayscale: #585858. Windows color (decimal): -11577975 or 9000271. OLE color: 9000271.
HSL color Cylindrical-coordinate representation of color #4F5589: hue angle of 233.79º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4F5589 is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 79 | 85 | 137 | - |
| CMYK | 0.42 | 0.38 | 0 | 0.46 |
| HSL | 233.79º | 0.27% | 0.42% | - |
| HSV(B) | 233.79º | 0.42% | 0.54% | - |
| XYZ | 10.99 | 9.97 | 25.01 | - |
| YUV | 89.13 | 155.01 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 85 | 137 | 0.42 | 0.38 | 0 | 0.46 | 233.79 | 0.27 | 0.42 |
| Hex | 4F | 55 | 89 | 2A | 26 | 0 | 2E | EA | 1B | 2A |
| Octal | 117 | 125 | 211 | 52 | 46 | 0 | 56 | 352 | 33 | 52 |
| Binary | 1001111 | 1010101 | 10001001 | 101010 | 100110 | 0 | 101110 | 11101010 | 11011 | 101010 |
Color Harmonies of #4F5589
Complementary color
Monochromatic Colors of #4F5589
Black with #4F5589
Text Example
Text Example
White with #4F5589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5589; }
p { color: rgb(79,85,137); }
H1.HeaderClassName
{
color: #4F5589;
}
.AnyTagClassName
{
color: #4F5589;
}
</style>
background-color css
<style>
a { background-color: #4F5589; }
a { background-color: rgb(79,85,137); }
div.DivClassName
{
background-color: #4F5589;
}
.BgClassName
{
background-color: #4F5589;
}
</style>
border-color css
<style>
span { border-color: #4F5589; }
span { border-color: rgb(79,85,137); }
td.TdClassName
{
border-color: #4F5589;
}
.TagClassName
{
border-color: #4F5589;
}
</style>