Shades of Governor Bay #4C5895
Tints of Governor Bay #4C5895
RGB
CMYK
RGB Variations
Color information
#4C5895 (or 0x4C5895) is known color: Governor Bay. HEX triplet: 4C, 58 and 95. RGB value is (76,88,149). Sum of RGB (Red+Green+Blue) = 76+88+149=313 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.28% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #4C5895 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5895 is #B3A76A. Grayscale: #5B5B5B. Windows color (decimal): -11773803 or 9787468. OLE color: 9787468.
HSL color Cylindrical-coordinate representation of color #4C5895: hue angle of 230.14º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C5895 is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 76 | 88 | 149 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.42 |
| HSL | 230.14º | 0.32% | 0.44% | - |
| HSV(B) | 230.14º | 0.49% | 0.58% | - |
| XYZ | 11.9 | 10.69 | 29.87 | - |
| YUV | 91.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 88 | 149 | 0.49 | 0.41 | 0 | 0.42 | 230.14 | 0.32 | 0.44 |
| Hex | 4C | 58 | 95 | 31 | 29 | 0 | 2A | E6 | 20 | 2C |
| Octal | 114 | 130 | 225 | 61 | 51 | 0 | 52 | 346 | 40 | 54 |
| Binary | 1001100 | 1011000 | 10010101 | 110001 | 101001 | 0 | 101010 | 11100110 | 100000 | 101100 |
Color Harmonies of #4C5895
Complementary color
Monochromatic Colors of #4C5895
Black with #4C5895
Text Example
Text Example
White with #4C5895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5895; }
p { color: rgb(76,88,149); }
H1.HeaderClassName
{
color: #4C5895;
}
.AnyTagClassName
{
color: #4C5895;
}
</style>
background-color css
<style>
a { background-color: #4C5895; }
a { background-color: rgb(76,88,149); }
div.DivClassName
{
background-color: #4C5895;
}
.BgClassName
{
background-color: #4C5895;
}
</style>
border-color css
<style>
span { border-color: #4C5895; }
span { border-color: rgb(76,88,149); }
td.TdClassName
{
border-color: #4C5895;
}
.TagClassName
{
border-color: #4C5895;
}
</style>