Shades of Governor Bay #4D4996
Tints of Governor Bay #4D4996
RGB
CMYK
RGB Variations
Color information
#4D4996 (or 0x4D4996) is known color: Governor Bay. HEX triplet: 4D, 49 and 96. RGB value is (77,73,150). Sum of RGB (Red+Green+Blue) = 77+73+150=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #4D4996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4996 is #B2B669. Grayscale: #525252. Windows color (decimal): -11712106 or 9849165. OLE color: 9849165.
HSL color Cylindrical-coordinate representation of color #4D4996: hue angle of 243.12º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4996 is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 77 | 73 | 150 | - |
| CMYK | 0.49 | 0.51 | 0 | 0.41 |
| HSL | 243.12º | 0.35% | 0.44% | - |
| HSV(B) | 243.12º | 0.51% | 0.59% | - |
| XYZ | 10.95 | 8.54 | 29.93 | - |
| YUV | 82.97 | 165.83 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 150 | 0.49 | 0.51 | 0 | 0.41 | 243.12 | 0.35 | 0.44 |
| Hex | 4D | 49 | 96 | 31 | 33 | 0 | 29 | F3 | 23 | 2C |
| Octal | 115 | 111 | 226 | 61 | 63 | 0 | 51 | 363 | 43 | 54 |
| Binary | 1001101 | 1001001 | 10010110 | 110001 | 110011 | 0 | 101001 | 11110011 | 100011 | 101100 |
Color Harmonies of #4D4996
Complementary color
Monochromatic Colors of #4D4996
Black with #4D4996
Text Example
Text Example
White with #4D4996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4996; }
p { color: rgb(77,73,150); }
H1.HeaderClassName
{
color: #4D4996;
}
.AnyTagClassName
{
color: #4D4996;
}
</style>
background-color css
<style>
a { background-color: #4D4996; }
a { background-color: rgb(77,73,150); }
div.DivClassName
{
background-color: #4D4996;
}
.BgClassName
{
background-color: #4D4996;
}
</style>
border-color css
<style>
span { border-color: #4D4996; }
span { border-color: rgb(77,73,150); }
td.TdClassName
{
border-color: #4D4996;
}
.TagClassName
{
border-color: #4D4996;
}
</style>