Shades of Governor Bay #4B5097
Tints of Governor Bay #4B5097
RGB
CMYK
RGB Variations
Color information
#4B5097 (or 0x4B5097) is known color: Governor Bay. HEX triplet: 4B, 50 and 97. RGB value is (75,80,151). Sum of RGB (Red+Green+Blue) = 75+80+151=306 (40% of max value = 765). Red value is 75 (29.69% from 255 or 24.51% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 151 (59.38% from 255 or 49.35% from 306); Max value from RGB is 151 - color contains mainly: blue. Hex color #4B5097 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5097 is #B4AF68. Grayscale: #565656. Windows color (decimal): -11841385 or 9916491. OLE color: 9916491.
HSL color Cylindrical-coordinate representation of color #4B5097: hue angle of 236.05º 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 #4B5097 is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 75 | 80 | 151 | - |
| CMYK | 0.50 | 0.47 | 0 | 0.41 |
| HSL | 236.05º | 0.34% | 0.44% | - |
| HSV(B) | 236.05º | 0.5% | 0.59% | - |
| XYZ | 11.36 | 9.47 | 30.51 | - |
| YUV | 86.6 | 164.34 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 80 | 151 | 0.50 | 0.47 | 0 | 0.41 | 236.05 | 0.34 | 0.44 |
| Hex | 4B | 50 | 97 | 32 | 2F | 0 | 29 | EC | 22 | 2C |
| Octal | 113 | 120 | 227 | 62 | 57 | 0 | 51 | 354 | 42 | 54 |
| Binary | 1001011 | 1010000 | 10010111 | 110010 | 101111 | 0 | 101001 | 11101100 | 100010 | 101100 |
Color Harmonies of #4B5097
Complementary color
Monochromatic Colors of #4B5097
Black with #4B5097
Text Example
Text Example
White with #4B5097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5097; }
p { color: rgb(75,80,151); }
H1.HeaderClassName
{
color: #4B5097;
}
.AnyTagClassName
{
color: #4B5097;
}
</style>
background-color css
<style>
a { background-color: #4B5097; }
a { background-color: rgb(75,80,151); }
div.DivClassName
{
background-color: #4B5097;
}
.BgClassName
{
background-color: #4B5097;
}
</style>
border-color css
<style>
span { border-color: #4B5097; }
span { border-color: rgb(75,80,151); }
td.TdClassName
{
border-color: #4B5097;
}
.TagClassName
{
border-color: #4B5097;
}
</style>