Shades of Governor Bay #4C519B
Tints of Governor Bay #4C519B
RGB
CMYK
RGB Variations
Color information
#4C519B (or 0x4C519B) is known color: Governor Bay. HEX triplet: 4C, 51 and 9B. RGB value is (76,81,155). Sum of RGB (Red+Green+Blue) = 76+81+155=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 81 (32.03% from 255 or 25.96% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C519B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C519B is #B3AE64. Grayscale: #575757. Windows color (decimal): -11775589 or 10178892. OLE color: 10178892.
HSL color Cylindrical-coordinate representation of color #4C519B: hue angle of 236.2º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C519B is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 81 | 155 | - |
| CMYK | 0.51 | 0.48 | 0 | 0.39 |
| HSL | 236.2º | 0.34% | 0.45% | - |
| HSV(B) | 236.2º | 0.51% | 0.61% | - |
| XYZ | 11.84 | 9.79 | 32.28 | - |
| YUV | 87.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 155 | 0.51 | 0.48 | 0 | 0.39 | 236.2 | 0.34 | 0.45 |
| Hex | 4C | 51 | 9B | 33 | 30 | 0 | 27 | EC | 22 | 2D |
| Octal | 114 | 121 | 233 | 63 | 60 | 0 | 47 | 354 | 42 | 55 |
| Binary | 1001100 | 1010001 | 10011011 | 110011 | 110000 | 0 | 100111 | 11101100 | 100010 | 101101 |
Color Harmonies of #4C519B
Complementary color
Monochromatic Colors of #4C519B
Black with #4C519B
Text Example
Text Example
White with #4C519B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C519B; }
p { color: rgb(76,81,155); }
H1.HeaderClassName
{
color: #4C519B;
}
.AnyTagClassName
{
color: #4C519B;
}
</style>
background-color css
<style>
a { background-color: #4C519B; }
a { background-color: rgb(76,81,155); }
div.DivClassName
{
background-color: #4C519B;
}
.BgClassName
{
background-color: #4C519B;
}
</style>
border-color css
<style>
span { border-color: #4C519B; }
span { border-color: rgb(76,81,155); }
td.TdClassName
{
border-color: #4C519B;
}
.TagClassName
{
border-color: #4C519B;
}
</style>