Shades of Governor Bay #4C489E
Tints of Governor Bay #4C489E
RGB
CMYK
RGB Variations
Color information
#4C489E (or 0x4C489E) is known color: Governor Bay. HEX triplet: 4C, 48 and 9E. RGB value is (76,72,158). Sum of RGB (Red+Green+Blue) = 76+72+158=306 (40% of max value = 765). Red value is 76 (30.08% from 255 or 24.84% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #4C489E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C489E is #B3B761. Grayscale: #525252. Windows color (decimal): -11777890 or 10373196. OLE color: 10373196.
HSL color Cylindrical-coordinate representation of color #4C489E: hue angle of 242.79º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4C489E is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 72 | 158 | - |
| CMYK | 0.52 | 0.54 | 0 | 0.38 |
| HSL | 242.79º | 0.37% | 0.45% | - |
| HSV(B) | 242.79º | 0.54% | 0.62% | - |
| XYZ | 11.47 | 8.64 | 33.41 | - |
| YUV | 83 | 170.33 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 72 | 158 | 0.52 | 0.54 | 0 | 0.38 | 242.79 | 0.37 | 0.45 |
| Hex | 4C | 48 | 9E | 34 | 36 | 0 | 26 | F3 | 25 | 2D |
| Octal | 114 | 110 | 236 | 64 | 66 | 0 | 46 | 363 | 45 | 55 |
| Binary | 1001100 | 1001000 | 10011110 | 110100 | 110110 | 0 | 100110 | 11110011 | 100101 | 101101 |
Color Harmonies of #4C489E
Complementary color
Monochromatic Colors of #4C489E
Black with #4C489E
Text Example
Text Example
White with #4C489E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C489E; }
p { color: rgb(76,72,158); }
H1.HeaderClassName
{
color: #4C489E;
}
.AnyTagClassName
{
color: #4C489E;
}
</style>
background-color css
<style>
a { background-color: #4C489E; }
a { background-color: rgb(76,72,158); }
div.DivClassName
{
background-color: #4C489E;
}
.BgClassName
{
background-color: #4C489E;
}
</style>
border-color css
<style>
span { border-color: #4C489E; }
span { border-color: rgb(76,72,158); }
td.TdClassName
{
border-color: #4C489E;
}
.TagClassName
{
border-color: #4C489E;
}
</style>