Shades of Governor Bay #4B5996
Tints of Governor Bay #4B5996
RGB
CMYK
RGB Variations
Color information
#4B5996 (or 0x4B5996) is known color: Governor Bay. HEX triplet: 4B, 59 and 96. RGB value is (75,89,150). Sum of RGB (Red+Green+Blue) = 75+89+150=314 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.89% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 150 (58.98% from 255 or 47.77% from 314); Max value from RGB is 150 - color contains mainly: blue. Hex color #4B5996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5996 is #B4A669. Grayscale: #5B5B5B. Windows color (decimal): -11839082 or 9853259. OLE color: 9853259.
HSL color Cylindrical-coordinate representation of color #4B5996: hue angle of 228.8º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B5996 is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 89 | 150 | - |
| CMYK | 0.5 | 0.41 | 0 | 0.41 |
| HSL | 228.8º | 0.33% | 0.44% | - |
| HSV(B) | 228.8º | 0.5% | 0.59% | - |
| XYZ | 11.98 | 10.84 | 30.32 | - |
| YUV | 91.77 | 160.86 | 116.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 89 | 150 | 0.5 | 0.41 | 0 | 0.41 | 228.8 | 0.33 | 0.44 |
| Hex | 4B | 59 | 96 | 32 | 29 | 0 | 29 | E5 | 21 | 2C |
| Octal | 113 | 131 | 226 | 62 | 51 | 0 | 51 | 345 | 41 | 54 |
| Binary | 1001011 | 1011001 | 10010110 | 110010 | 101001 | 0 | 101001 | 11100101 | 100001 | 101100 |
Color Harmonies of #4B5996
Complementary color
Monochromatic Colors of #4B5996
Black with #4B5996
Text Example
Text Example
White with #4B5996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5996; }
p { color: rgb(75,89,150); }
H1.HeaderClassName
{
color: #4B5996;
}
.AnyTagClassName
{
color: #4B5996;
}
</style>
background-color css
<style>
a { background-color: #4B5996; }
a { background-color: rgb(75,89,150); }
div.DivClassName
{
background-color: #4B5996;
}
.BgClassName
{
background-color: #4B5996;
}
</style>
border-color css
<style>
span { border-color: #4B5996; }
span { border-color: rgb(75,89,150); }
td.TdClassName
{
border-color: #4B5996;
}
.TagClassName
{
border-color: #4B5996;
}
</style>