Shades of Governor Bay #4F5998
Tints of Governor Bay #4F5998
RGB
CMYK
RGB Variations
Color information
#4F5998 (or 0x4F5998) is known color: Governor Bay. HEX triplet: 4F, 59 and 98. RGB value is (79,89,152). Sum of RGB (Red+Green+Blue) = 79+89+152=320 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.69% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #4F5998 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5998 is #B0A667. Grayscale: #5C5C5C. Windows color (decimal): -11576936 or 9984335. OLE color: 9984335.
HSL color Cylindrical-coordinate representation of color #4F5998: hue angle of 231.78º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F5998 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 79 | 89 | 152 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.40 |
| HSL | 231.78º | 0.32% | 0.45% | - |
| HSV(B) | 231.78º | 0.48% | 0.6% | - |
| XYZ | 12.46 | 11.07 | 31.19 | - |
| YUV | 93.19 | 161.19 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 89 | 152 | 0.48 | 0.41 | 0 | 0.40 | 231.78 | 0.32 | 0.45 |
| Hex | 4F | 59 | 98 | 30 | 29 | 0 | 28 | E8 | 20 | 2D |
| Octal | 117 | 131 | 230 | 60 | 51 | 0 | 50 | 350 | 40 | 55 |
| Binary | 1001111 | 1011001 | 10011000 | 110000 | 101001 | 0 | 101000 | 11101000 | 100000 | 101101 |
Color Harmonies of #4F5998
Complementary color
Monochromatic Colors of #4F5998
Black with #4F5998
Text Example
Text Example
White with #4F5998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5998; }
p { color: rgb(79,89,152); }
H1.HeaderClassName
{
color: #4F5998;
}
.AnyTagClassName
{
color: #4F5998;
}
</style>
background-color css
<style>
a { background-color: #4F5998; }
a { background-color: rgb(79,89,152); }
div.DivClassName
{
background-color: #4F5998;
}
.BgClassName
{
background-color: #4F5998;
}
</style>
border-color css
<style>
span { border-color: #4F5998; }
span { border-color: rgb(79,89,152); }
td.TdClassName
{
border-color: #4F5998;
}
.TagClassName
{
border-color: #4F5998;
}
</style>