Shades of Governor Bay #4B5187
Tints of Governor Bay #4B5187
RGB
CMYK
RGB Variations
Color information
#4B5187 (or 0x4B5187) is known color: Governor Bay. HEX triplet: 4B, 51 and 87. RGB value is (75,81,135). Sum of RGB (Red+Green+Blue) = 75+81+135=291 (38% of max value = 765). Red value is 75 (29.69% from 255 or 25.77% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 135 (53.12% from 255 or 46.39% from 291); Max value from RGB is 135 - color contains mainly: blue. Hex color #4B5187 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B5187 is #B4AE78. Grayscale: #555555. Windows color (decimal): -11841145 or 8868171. OLE color: 8868171.
HSL color Cylindrical-coordinate representation of color #4B5187: hue angle of 234º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4B5187 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 75 | 81 | 135 | - |
| CMYK | 0.44 | 0.40 | 0 | 0.47 |
| HSL | 234º | 0.29% | 0.41% | - |
| HSV(B) | 234º | 0.44% | 0.53% | - |
| XYZ | 10.22 | 9.13 | 24.15 | - |
| YUV | 85.36 | 156.01 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 81 | 135 | 0.44 | 0.40 | 0 | 0.47 | 234 | 0.29 | 0.41 |
| Hex | 4B | 51 | 87 | 2C | 28 | 0 | 2F | EA | 1D | 29 |
| Octal | 113 | 121 | 207 | 54 | 50 | 0 | 57 | 352 | 35 | 51 |
| Binary | 1001011 | 1010001 | 10000111 | 101100 | 101000 | 0 | 101111 | 11101010 | 11101 | 101001 |
Color Harmonies of #4B5187
Complementary color
Monochromatic Colors of #4B5187
Black with #4B5187
Text Example
Text Example
White with #4B5187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B5187; }
p { color: rgb(75,81,135); }
H1.HeaderClassName
{
color: #4B5187;
}
.AnyTagClassName
{
color: #4B5187;
}
</style>
background-color css
<style>
a { background-color: #4B5187; }
a { background-color: rgb(75,81,135); }
div.DivClassName
{
background-color: #4B5187;
}
.BgClassName
{
background-color: #4B5187;
}
</style>
border-color css
<style>
span { border-color: #4B5187; }
span { border-color: rgb(75,81,135); }
td.TdClassName
{
border-color: #4B5187;
}
.TagClassName
{
border-color: #4B5187;
}
</style>