Shades of Governor Bay #4F4BA0
Tints of Governor Bay #4F4BA0
RGB
CMYK
RGB Variations
Color information
#4F4BA0 (or 0x4F4BA0) is known color: Governor Bay. HEX triplet: 4F, 4B and A0. RGB value is (79,75,160). Sum of RGB (Red+Green+Blue) = 79+75+160=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 75 (29.69% from 255 or 23.89% from 314); Blue value is 160 (62.89% from 255 or 50.96% from 314); Max value from RGB is 160 - color contains mainly: blue. Hex color #4F4BA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F4BA0 is #B0B45F. Grayscale: #555555. Windows color (decimal): -11580512 or 10505039. OLE color: 10505039.
HSL color Cylindrical-coordinate representation of color #4F4BA0: hue angle of 242.82º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F4BA0 is Cyan = 0.51, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 79 | 75 | 160 | - |
| CMYK | 0.51 | 0.53 | 0 | 0.37 |
| HSL | 242.82º | 0.36% | 0.46% | - |
| HSV(B) | 242.82º | 0.53% | 0.63% | - |
| XYZ | 12.09 | 9.23 | 34.4 | - |
| YUV | 85.89 | 169.83 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 75 | 160 | 0.51 | 0.53 | 0 | 0.37 | 242.82 | 0.36 | 0.46 |
| Hex | 4F | 4B | A0 | 33 | 35 | 0 | 25 | F3 | 24 | 2E |
| Octal | 117 | 113 | 240 | 63 | 65 | 0 | 45 | 363 | 44 | 56 |
| Binary | 1001111 | 1001011 | 10100000 | 110011 | 110101 | 0 | 100101 | 11110011 | 100100 | 101110 |
Color Harmonies of #4F4BA0
Complementary color
Monochromatic Colors of #4F4BA0
Black with #4F4BA0
Text Example
Text Example
White with #4F4BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F4BA0; }
p { color: rgb(79,75,160); }
H1.HeaderClassName
{
color: #4F4BA0;
}
.AnyTagClassName
{
color: #4F4BA0;
}
</style>
background-color css
<style>
a { background-color: #4F4BA0; }
a { background-color: rgb(79,75,160); }
div.DivClassName
{
background-color: #4F4BA0;
}
.BgClassName
{
background-color: #4F4BA0;
}
</style>
border-color css
<style>
span { border-color: #4F4BA0; }
span { border-color: rgb(79,75,160); }
td.TdClassName
{
border-color: #4F4BA0;
}
.TagClassName
{
border-color: #4F4BA0;
}
</style>