Shades of Governor Bay #4F549F
Tints of Governor Bay #4F549F
RGB
CMYK
RGB Variations
Color information
#4F549F (or 0x4F549F) is known color: Governor Bay. HEX triplet: 4F, 54 and 9F. RGB value is (79,84,159). Sum of RGB (Red+Green+Blue) = 79+84+159=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #4F549F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F549F is #B0AB60. Grayscale: #5A5A5A. Windows color (decimal): -11578209 or 10441807. OLE color: 10441807.
HSL color Cylindrical-coordinate representation of color #4F549F: hue angle of 236.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 #4F549F is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 84 | 159 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.38 |
| HSL | 236.25º | 0.34% | 0.47% | - |
| HSV(B) | 236.25º | 0.5% | 0.62% | - |
| XYZ | 12.65 | 10.51 | 34.16 | - |
| YUV | 91.06 | 166.34 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 84 | 159 | 0.50 | 0.47 | 0 | 0.38 | 236.25 | 0.34 | 0.47 |
| Hex | 4F | 54 | 9F | 32 | 2F | 0 | 26 | EC | 22 | 2F |
| Octal | 117 | 124 | 237 | 62 | 57 | 0 | 46 | 354 | 42 | 57 |
| Binary | 1001111 | 1010100 | 10011111 | 110010 | 101111 | 0 | 100110 | 11101100 | 100010 | 101111 |
Color Harmonies of #4F549F
Complementary color
Monochromatic Colors of #4F549F
Black with #4F549F
Text Example
Text Example
White with #4F549F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F549F; }
p { color: rgb(79,84,159); }
H1.HeaderClassName
{
color: #4F549F;
}
.AnyTagClassName
{
color: #4F549F;
}
</style>
background-color css
<style>
a { background-color: #4F549F; }
a { background-color: rgb(79,84,159); }
div.DivClassName
{
background-color: #4F549F;
}
.BgClassName
{
background-color: #4F549F;
}
</style>
border-color css
<style>
span { border-color: #4F549F; }
span { border-color: rgb(79,84,159); }
td.TdClassName
{
border-color: #4F549F;
}
.TagClassName
{
border-color: #4F549F;
}
</style>