Shades of Governor Bay #4F5399
Tints of Governor Bay #4F5399
RGB
CMYK
RGB Variations
Color information
#4F5399 (or 0x4F5399) is known color: Governor Bay. HEX triplet: 4F, 53 and 99. RGB value is (79,83,153). Sum of RGB (Red+Green+Blue) = 79+83+153=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #4F5399 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5399 is #B0AC66. Grayscale: #595959. Windows color (decimal): -11578471 or 10048335. OLE color: 10048335.
HSL color Cylindrical-coordinate representation of color #4F5399: hue angle of 236.76º 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 #4F5399 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 79 | 83 | 153 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.4 |
| HSL | 236.76º | 0.32% | 0.45% | - |
| HSV(B) | 236.76º | 0.48% | 0.6% | - |
| XYZ | 12.07 | 10.15 | 31.46 | - |
| YUV | 89.78 | 163.67 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 83 | 153 | 0.48 | 0.46 | 0 | 0.4 | 236.76 | 0.32 | 0.45 |
| Hex | 4F | 53 | 99 | 30 | 2E | 0 | 28 | ED | 20 | 2D |
| Octal | 117 | 123 | 231 | 60 | 56 | 0 | 50 | 355 | 40 | 55 |
| Binary | 1001111 | 1010011 | 10011001 | 110000 | 101110 | 0 | 101000 | 11101101 | 100000 | 101101 |
Color Harmonies of #4F5399
Complementary color
Monochromatic Colors of #4F5399
Black with #4F5399
Text Example
Text Example
White with #4F5399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5399; }
p { color: rgb(79,83,153); }
H1.HeaderClassName
{
color: #4F5399;
}
.AnyTagClassName
{
color: #4F5399;
}
</style>
background-color css
<style>
a { background-color: #4F5399; }
a { background-color: rgb(79,83,153); }
div.DivClassName
{
background-color: #4F5399;
}
.BgClassName
{
background-color: #4F5399;
}
</style>
border-color css
<style>
span { border-color: #4F5399; }
span { border-color: rgb(79,83,153); }
td.TdClassName
{
border-color: #4F5399;
}
.TagClassName
{
border-color: #4F5399;
}
</style>