Shades of Governor Bay #4B5398
Tints of Governor Bay #4B5398
RGB
CMYK
RGB Variations
Color information
#4B5398 (or 0x4B5398) is known color: Governor Bay. HEX triplet: 4B, 53 and 98. RGB value is (75,83,152). Sum of RGB (Red+Green+Blue) = 75+83+152=310 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.19% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #4B5398 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5398 is #B4AC67. Grayscale: #585858. Windows color (decimal): -11840616 or 9982795. OLE color: 9982795.
HSL color Cylindrical-coordinate representation of color #4B5398: hue angle of 233.77º 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 #4B5398 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 75 | 83 | 152 | - |
| CMYK | 0.51 | 0.45 | 0 | 0.40 |
| HSL | 233.77º | 0.34% | 0.45% | - |
| HSV(B) | 233.77º | 0.51% | 0.6% | - |
| XYZ | 11.66 | 9.95 | 31.01 | - |
| YUV | 88.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 83 | 152 | 0.51 | 0.45 | 0 | 0.40 | 233.77 | 0.34 | 0.45 |
| Hex | 4B | 53 | 98 | 33 | 2D | 0 | 28 | EA | 22 | 2D |
| Octal | 113 | 123 | 230 | 63 | 55 | 0 | 50 | 352 | 42 | 55 |
| Binary | 1001011 | 1010011 | 10011000 | 110011 | 101101 | 0 | 101000 | 11101010 | 100010 | 101101 |
Color Harmonies of #4B5398
Complementary color
Monochromatic Colors of #4B5398
Black with #4B5398
Text Example
Text Example
White with #4B5398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5398; }
p { color: rgb(75,83,152); }
H1.HeaderClassName
{
color: #4B5398;
}
.AnyTagClassName
{
color: #4B5398;
}
</style>
background-color css
<style>
a { background-color: #4B5398; }
a { background-color: rgb(75,83,152); }
div.DivClassName
{
background-color: #4B5398;
}
.BgClassName
{
background-color: #4B5398;
}
</style>
border-color css
<style>
span { border-color: #4B5398; }
span { border-color: rgb(75,83,152); }
td.TdClassName
{
border-color: #4B5398;
}
.TagClassName
{
border-color: #4B5398;
}
</style>