Shades of Governor Bay #4B4E98
Tints of Governor Bay #4B4E98
RGB
CMYK
RGB Variations
Color information
#4B4E98 (or 0x4B4E98) is known color: Governor Bay. HEX triplet: 4B, 4E and 98. RGB value is (75,78,152). Sum of RGB (Red+Green+Blue) = 75+78+152=305 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.59% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B4E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B4E98 is #B4B167. Grayscale: #555555. Windows color (decimal): -11841896 or 9981515. OLE color: 9981515.
HSL color Cylindrical-coordinate representation of color #4B4E98: hue angle of 237.66º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4B4E98 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 78 | 152 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.40 |
| HSL | 237.66º | 0.34% | 0.45% | - |
| HSV(B) | 237.66º | 0.51% | 0.6% | - |
| XYZ | 11.29 | 9.21 | 30.89 | - |
| YUV | 85.54 | 165.51 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 78 | 152 | 0.51 | 0.49 | 0 | 0.40 | 237.66 | 0.34 | 0.45 |
| Hex | 4B | 4E | 98 | 33 | 31 | 0 | 28 | EE | 22 | 2D |
| Octal | 113 | 116 | 230 | 63 | 61 | 0 | 50 | 356 | 42 | 55 |
| Binary | 1001011 | 1001110 | 10011000 | 110011 | 110001 | 0 | 101000 | 11101110 | 100010 | 101101 |
Color Harmonies of #4B4E98
Complementary color
Monochromatic Colors of #4B4E98
Black with #4B4E98
Text Example
Text Example
White with #4B4E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B4E98; }
p { color: rgb(75,78,152); }
H1.HeaderClassName
{
color: #4B4E98;
}
.AnyTagClassName
{
color: #4B4E98;
}
</style>
background-color css
<style>
a { background-color: #4B4E98; }
a { background-color: rgb(75,78,152); }
div.DivClassName
{
background-color: #4B4E98;
}
.BgClassName
{
background-color: #4B4E98;
}
</style>
border-color css
<style>
span { border-color: #4B4E98; }
span { border-color: rgb(75,78,152); }
td.TdClassName
{
border-color: #4B4E98;
}
.TagClassName
{
border-color: #4B4E98;
}
</style>