Shades of Governor Bay #4B5BA5
Tints of Governor Bay #4B5BA5
RGB
CMYK
RGB Variations
Color information
#4B5BA5 (or 0x4B5BA5) is known color: Governor Bay. HEX triplet: 4B, 5B and A5. RGB value is (75,91,165). Sum of RGB (Red+Green+Blue) = 75+91+165=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 91 (35.94% from 255 or 27.49% from 331); Blue value is 165 (64.84% from 255 or 49.85% from 331); Max value from RGB is 165 - color contains mainly: blue. Hex color #4B5BA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5BA5 is #B4A45A. Grayscale: #5E5E5E. Windows color (decimal): -11838555 or 10836811. OLE color: 10836811.
HSL color Cylindrical-coordinate representation of color #4B5BA5: hue angle of 229.33º 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 #4B5BA5 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 75 | 91 | 165 | - |
| CMYK | 0.55 | 0.45 | 0 | 0.35 |
| HSL | 229.33º | 0.38% | 0.47% | - |
| HSV(B) | 229.33º | 0.55% | 0.65% | - |
| XYZ | 13.43 | 11.69 | 37.15 | - |
| YUV | 94.65 | 167.7 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 91 | 165 | 0.55 | 0.45 | 0 | 0.35 | 229.33 | 0.38 | 0.47 |
| Hex | 4B | 5B | A5 | 37 | 2D | 0 | 23 | E5 | 26 | 2F |
| Octal | 113 | 133 | 245 | 67 | 55 | 0 | 43 | 345 | 46 | 57 |
| Binary | 1001011 | 1011011 | 10100101 | 110111 | 101101 | 0 | 100011 | 11100101 | 100110 | 101111 |
Color Harmonies of #4B5BA5
Complementary color
Monochromatic Colors of #4B5BA5
Black with #4B5BA5
Text Example
Text Example
White with #4B5BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5BA5; }
p { color: rgb(75,91,165); }
H1.HeaderClassName
{
color: #4B5BA5;
}
.AnyTagClassName
{
color: #4B5BA5;
}
</style>
background-color css
<style>
a { background-color: #4B5BA5; }
a { background-color: rgb(75,91,165); }
div.DivClassName
{
background-color: #4B5BA5;
}
.BgClassName
{
background-color: #4B5BA5;
}
</style>
border-color css
<style>
span { border-color: #4B5BA5; }
span { border-color: rgb(75,91,165); }
td.TdClassName
{
border-color: #4B5BA5;
}
.TagClassName
{
border-color: #4B5BA5;
}
</style>