Shades of Governor Bay #4B5BA7
Tints of Governor Bay #4B5BA7
RGB
CMYK
RGB Variations
Color information
#4B5BA7 (or 0x4B5BA7) is known color: Governor Bay. HEX triplet: 4B, 5B and A7. RGB value is (75,91,167). Sum of RGB (Red+Green+Blue) = 75+91+167=333 (44% of max value = 765). Red value is 75 (29.69% from 255 or 22.52% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 167 (65.62% from 255 or 50.15% from 333); Max value from RGB is 167 - color contains mainly: blue. Hex color #4B5BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5BA7 is #B4A458. Grayscale: #5E5E5E. Windows color (decimal): -11838553 or 10967883. OLE color: 10967883.
HSL color Cylindrical-coordinate representation of color #4B5BA7: hue angle of 229.57º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B5BA7 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 91 | 167 | - |
| CMYK | 0.55 | 0.46 | 0 | 0.35 |
| HSL | 229.57º | 0.38% | 0.47% | - |
| HSV(B) | 229.57º | 0.55% | 0.65% | - |
| XYZ | 13.62 | 11.77 | 38.11 | - |
| YUV | 94.88 | 168.7 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 167 | 0.55 | 0.46 | 0 | 0.35 | 229.57 | 0.38 | 0.47 |
| Hex | 4B | 5B | A7 | 37 | 2E | 0 | 23 | E6 | 26 | 2F |
| Octal | 113 | 133 | 247 | 67 | 56 | 0 | 43 | 346 | 46 | 57 |
| Binary | 1001011 | 1011011 | 10100111 | 110111 | 101110 | 0 | 100011 | 11100110 | 100110 | 101111 |
Color Harmonies of #4B5BA7
Complementary color
Monochromatic Colors of #4B5BA7
Black with #4B5BA7
Text Example
Text Example
White with #4B5BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5BA7; }
p { color: rgb(75,91,167); }
H1.HeaderClassName
{
color: #4B5BA7;
}
.AnyTagClassName
{
color: #4B5BA7;
}
</style>
background-color css
<style>
a { background-color: #4B5BA7; }
a { background-color: rgb(75,91,167); }
div.DivClassName
{
background-color: #4B5BA7;
}
.BgClassName
{
background-color: #4B5BA7;
}
</style>
border-color css
<style>
span { border-color: #4B5BA7; }
span { border-color: rgb(75,91,167); }
td.TdClassName
{
border-color: #4B5BA7;
}
.TagClassName
{
border-color: #4B5BA7;
}
</style>