Shades of Governor Bay #4C4F85
Tints of Governor Bay #4C4F85
RGB
CMYK
RGB Variations
Color information
#4C4F85 (or 0x4C4F85) is known color: Governor Bay. HEX triplet: 4C, 4F and 85. RGB value is (76,79,133). Sum of RGB (Red+Green+Blue) = 76+79+133=288 (38% of max value = 765). Red value is 76 (30.08% from 255 or 26.39% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 133 (52.34% from 255 or 46.18% from 288); Max value from RGB is 133 - color contains mainly: blue. Hex color #4C4F85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C4F85 is #B3B07A. Grayscale: #545454. Windows color (decimal): -11776123 or 8736588. OLE color: 8736588.
HSL color Cylindrical-coordinate representation of color #4C4F85: hue angle of 236.84º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C4F85 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 76 | 79 | 133 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.48 |
| HSL | 236.84º | 0.27% | 0.41% | - |
| HSV(B) | 236.84º | 0.43% | 0.52% | - |
| XYZ | 10.01 | 8.82 | 23.37 | - |
| YUV | 84.26 | 155.51 | 122.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 79 | 133 | 0.43 | 0.41 | 0 | 0.48 | 236.84 | 0.27 | 0.41 |
| Hex | 4C | 4F | 85 | 2B | 29 | 0 | 30 | ED | 1B | 29 |
| Octal | 114 | 117 | 205 | 53 | 51 | 0 | 60 | 355 | 33 | 51 |
| Binary | 1001100 | 1001111 | 10000101 | 101011 | 101001 | 0 | 110000 | 11101101 | 11011 | 101001 |
Color Harmonies of #4C4F85
Complementary color
Monochromatic Colors of #4C4F85
Black with #4C4F85
Text Example
Text Example
White with #4C4F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C4F85; }
p { color: rgb(76,79,133); }
H1.HeaderClassName
{
color: #4C4F85;
}
.AnyTagClassName
{
color: #4C4F85;
}
</style>
background-color css
<style>
a { background-color: #4C4F85; }
a { background-color: rgb(76,79,133); }
div.DivClassName
{
background-color: #4C4F85;
}
.BgClassName
{
background-color: #4C4F85;
}
</style>
border-color css
<style>
span { border-color: #4C4F85; }
span { border-color: rgb(76,79,133); }
td.TdClassName
{
border-color: #4C4F85;
}
.TagClassName
{
border-color: #4C4F85;
}
</style>