Shades of Governor Bay #4D4995
Tints of Governor Bay #4D4995
RGB
CMYK
RGB Variations
Color information
#4D4995 (or 0x4D4995) is known color: Governor Bay. HEX triplet: 4D, 49 and 95. RGB value is (77,73,149). Sum of RGB (Red+Green+Blue) = 77+73+149=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #4D4995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4995 is #B2B66A. Grayscale: #525252. Windows color (decimal): -11712107 or 9783629. OLE color: 9783629.
HSL color Cylindrical-coordinate representation of color #4D4995: hue angle of 243.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4995 is Cyan = 0.48, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 73 | 149 | - |
| CMYK | 0.48 | 0.51 | 0 | 0.42 |
| HSL | 243.16º | 0.34% | 0.44% | - |
| HSV(B) | 243.16º | 0.51% | 0.58% | - |
| XYZ | 10.87 | 8.51 | 29.5 | - |
| YUV | 82.86 | 165.33 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 73 | 149 | 0.48 | 0.51 | 0 | 0.42 | 243.16 | 0.34 | 0.44 |
| Hex | 4D | 49 | 95 | 30 | 33 | 0 | 2A | F3 | 22 | 2C |
| Octal | 115 | 111 | 225 | 60 | 63 | 0 | 52 | 363 | 42 | 54 |
| Binary | 1001101 | 1001001 | 10010101 | 110000 | 110011 | 0 | 101010 | 11110011 | 100010 | 101100 |
Color Harmonies of #4D4995
Complementary color
Monochromatic Colors of #4D4995
Black with #4D4995
Text Example
Text Example
White with #4D4995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4995; }
p { color: rgb(77,73,149); }
H1.HeaderClassName
{
color: #4D4995;
}
.AnyTagClassName
{
color: #4D4995;
}
</style>
background-color css
<style>
a { background-color: #4D4995; }
a { background-color: rgb(77,73,149); }
div.DivClassName
{
background-color: #4D4995;
}
.BgClassName
{
background-color: #4D4995;
}
</style>
border-color css
<style>
span { border-color: #4D4995; }
span { border-color: rgb(77,73,149); }
td.TdClassName
{
border-color: #4D4995;
}
.TagClassName
{
border-color: #4D4995;
}
</style>