Shades of Governor Bay #4B5197
Tints of Governor Bay #4B5197
RGB
CMYK
RGB Variations
Color information
#4B5197 (or 0x4B5197) is known color: Governor Bay. HEX triplet: 4B, 51 and 97. RGB value is (75,81,151). Sum of RGB (Red+Green+Blue) = 75+81+151=307 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.43% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 151 (59.38% from 255 or 49.19% from 307); Max value from RGB is 151 - color contains mainly: blue. Hex color #4B5197 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5197 is #B4AE68. Grayscale: #565656. Windows color (decimal): -11841129 or 9916747. OLE color: 9916747.
HSL color Cylindrical-coordinate representation of color #4B5197: hue angle of 235.26º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B5197 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 81 | 151 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.41 |
| HSL | 235.26º | 0.34% | 0.44% | - |
| HSV(B) | 235.26º | 0.5% | 0.59% | - |
| XYZ | 11.43 | 9.62 | 30.53 | - |
| YUV | 87.19 | 164.01 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 151 | 0.50 | 0.46 | 0 | 0.41 | 235.26 | 0.34 | 0.44 |
| Hex | 4B | 51 | 97 | 32 | 2E | 0 | 29 | EB | 22 | 2C |
| Octal | 113 | 121 | 227 | 62 | 56 | 0 | 51 | 353 | 42 | 54 |
| Binary | 1001011 | 1010001 | 10010111 | 110010 | 101110 | 0 | 101001 | 11101011 | 100010 | 101100 |
Color Harmonies of #4B5197
Complementary color
Monochromatic Colors of #4B5197
Black with #4B5197
Text Example
Text Example
White with #4B5197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5197; }
p { color: rgb(75,81,151); }
H1.HeaderClassName
{
color: #4B5197;
}
.AnyTagClassName
{
color: #4B5197;
}
</style>
background-color css
<style>
a { background-color: #4B5197; }
a { background-color: rgb(75,81,151); }
div.DivClassName
{
background-color: #4B5197;
}
.BgClassName
{
background-color: #4B5197;
}
</style>
border-color css
<style>
span { border-color: #4B5197; }
span { border-color: rgb(75,81,151); }
td.TdClassName
{
border-color: #4B5197;
}
.TagClassName
{
border-color: #4B5197;
}
</style>