Shades of Governor Bay #4B4D9E
Tints of Governor Bay #4B4D9E
RGB
CMYK
RGB Variations
Color information
#4B4D9E (or 0x4B4D9E) is known color: Governor Bay. HEX triplet: 4B, 4D and 9E. RGB value is (75,77,158). Sum of RGB (Red+Green+Blue) = 75+77+158=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 158 (62.11% from 255 or 50.97% from 310); Max value from RGB is 158 - color contains mainly: blue. Hex color #4B4D9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4D9E is #B4B261. Grayscale: #555555. Windows color (decimal): -11842146 or 10374475. OLE color: 10374475.
HSL color Cylindrical-coordinate representation of color #4B4D9E: hue angle of 238.55º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4B4D9E is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 75 | 77 | 158 | - |
| CMYK | 0.53 | 0.51 | 0 | 0.38 |
| HSL | 238.55º | 0.36% | 0.46% | - |
| HSV(B) | 238.55º | 0.53% | 0.62% | - |
| XYZ | 11.73 | 9.27 | 33.52 | - |
| YUV | 85.64 | 168.84 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 77 | 158 | 0.53 | 0.51 | 0 | 0.38 | 238.55 | 0.36 | 0.46 |
| Hex | 4B | 4D | 9E | 35 | 33 | 0 | 26 | EF | 24 | 2E |
| Octal | 113 | 115 | 236 | 65 | 63 | 0 | 46 | 357 | 44 | 56 |
| Binary | 1001011 | 1001101 | 10011110 | 110101 | 110011 | 0 | 100110 | 11101111 | 100100 | 101110 |
Color Harmonies of #4B4D9E
Complementary color
Monochromatic Colors of #4B4D9E
Black with #4B4D9E
Text Example
Text Example
White with #4B4D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4D9E; }
p { color: rgb(75,77,158); }
H1.HeaderClassName
{
color: #4B4D9E;
}
.AnyTagClassName
{
color: #4B4D9E;
}
</style>
background-color css
<style>
a { background-color: #4B4D9E; }
a { background-color: rgb(75,77,158); }
div.DivClassName
{
background-color: #4B4D9E;
}
.BgClassName
{
background-color: #4B4D9E;
}
</style>
border-color css
<style>
span { border-color: #4B4D9E; }
span { border-color: rgb(75,77,158); }
td.TdClassName
{
border-color: #4B4D9E;
}
.TagClassName
{
border-color: #4B4D9E;
}
</style>