Shades of Governor Bay #4C519A
Tints of Governor Bay #4C519A
RGB
CMYK
RGB Variations
Color information
#4C519A (or 0x4C519A) is known color: Governor Bay. HEX triplet: 4C, 51 and 9A. RGB value is (76,81,154). Sum of RGB (Red+Green+Blue) = 76+81+154=311 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.44% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #4C519A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C519A is #B3AE65. Grayscale: #575757. Windows color (decimal): -11775590 or 10113356. OLE color: 10113356.
HSL color Cylindrical-coordinate representation of color #4C519A: hue angle of 236.15º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C519A is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 76 | 81 | 154 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.40 |
| HSL | 236.15º | 0.34% | 0.45% | - |
| HSV(B) | 236.15º | 0.51% | 0.6% | - |
| XYZ | 11.76 | 9.75 | 31.84 | - |
| YUV | 87.83 | 165.34 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 81 | 154 | 0.51 | 0.47 | 0 | 0.40 | 236.15 | 0.34 | 0.45 |
| Hex | 4C | 51 | 9A | 33 | 2F | 0 | 28 | EC | 22 | 2D |
| Octal | 114 | 121 | 232 | 63 | 57 | 0 | 50 | 354 | 42 | 55 |
| Binary | 1001100 | 1010001 | 10011010 | 110011 | 101111 | 0 | 101000 | 11101100 | 100010 | 101101 |
Color Harmonies of #4C519A
Complementary color
Monochromatic Colors of #4C519A
Black with #4C519A
Text Example
Text Example
White with #4C519A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C519A; }
p { color: rgb(76,81,154); }
H1.HeaderClassName
{
color: #4C519A;
}
.AnyTagClassName
{
color: #4C519A;
}
</style>
background-color css
<style>
a { background-color: #4C519A; }
a { background-color: rgb(76,81,154); }
div.DivClassName
{
background-color: #4C519A;
}
.BgClassName
{
background-color: #4C519A;
}
</style>
border-color css
<style>
span { border-color: #4C519A; }
span { border-color: rgb(76,81,154); }
td.TdClassName
{
border-color: #4C519A;
}
.TagClassName
{
border-color: #4C519A;
}
</style>