Shades of Governor Bay #4C5691
Tints of Governor Bay #4C5691
RGB
CMYK
RGB Variations
Color information
#4C5691 (or 0x4C5691) is known color: Governor Bay. HEX triplet: 4C, 56 and 91. RGB value is (76,86,145). Sum of RGB (Red+Green+Blue) = 76+86+145=307 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.76% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 145 (57.03% from 255 or 47.23% from 307); Max value from RGB is 145 - color contains mainly: blue. Hex color #4C5691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5691 is #B3A96E. Grayscale: #595959. Windows color (decimal): -11774319 or 9524812. OLE color: 9524812.
HSL color Cylindrical-coordinate representation of color #4C5691: hue angle of 231.3º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4C5691 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 76 | 86 | 145 | - |
| CMYK | 0.48 | 0.41 | 0 | 0.43 |
| HSL | 231.3º | 0.31% | 0.43% | - |
| HSV(B) | 231.3º | 0.48% | 0.57% | - |
| XYZ | 11.42 | 10.24 | 28.16 | - |
| YUV | 89.74 | 159.19 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 86 | 145 | 0.48 | 0.41 | 0 | 0.43 | 231.3 | 0.31 | 0.43 |
| Hex | 4C | 56 | 91 | 30 | 29 | 0 | 2B | E7 | 1F | 2B |
| Octal | 114 | 126 | 221 | 60 | 51 | 0 | 53 | 347 | 37 | 53 |
| Binary | 1001100 | 1010110 | 10010001 | 110000 | 101001 | 0 | 101011 | 11100111 | 11111 | 101011 |
Color Harmonies of #4C5691
Complementary color
Monochromatic Colors of #4C5691
Black with #4C5691
Text Example
Text Example
White with #4C5691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5691; }
p { color: rgb(76,86,145); }
H1.HeaderClassName
{
color: #4C5691;
}
.AnyTagClassName
{
color: #4C5691;
}
</style>
background-color css
<style>
a { background-color: #4C5691; }
a { background-color: rgb(76,86,145); }
div.DivClassName
{
background-color: #4C5691;
}
.BgClassName
{
background-color: #4C5691;
}
</style>
border-color css
<style>
span { border-color: #4C5691; }
span { border-color: rgb(76,86,145); }
td.TdClassName
{
border-color: #4C5691;
}
.TagClassName
{
border-color: #4C5691;
}
</style>