Shades of Governor Bay #4D4899
Tints of Governor Bay #4D4899
RGB
CMYK
RGB Variations
Color information
#4D4899 (or 0x4D4899) is known color: Governor Bay. HEX triplet: 4D, 48 and 99. RGB value is (77,72,153). Sum of RGB (Red+Green+Blue) = 77+72+153=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 72 (28.52% from 255 or 23.84% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D4899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4899 is #B2B766. Grayscale: #525252. Windows color (decimal): -11712359 or 10045517. OLE color: 10045517.
HSL color Cylindrical-coordinate representation of color #4D4899: hue angle of 243.7º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D4899 is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 72 | 153 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.4 |
| HSL | 243.7º | 0.36% | 0.44% | - |
| HSV(B) | 243.7º | 0.53% | 0.6% | - |
| XYZ | 11.13 | 8.51 | 31.19 | - |
| YUV | 82.73 | 167.66 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 72 | 153 | 0.50 | 0.53 | 0 | 0.4 | 243.7 | 0.36 | 0.44 |
| Hex | 4D | 48 | 99 | 32 | 35 | 0 | 28 | F4 | 24 | 2C |
| Octal | 115 | 110 | 231 | 62 | 65 | 0 | 50 | 364 | 44 | 54 |
| Binary | 1001101 | 1001000 | 10011001 | 110010 | 110101 | 0 | 101000 | 11110100 | 100100 | 101100 |
Color Harmonies of #4D4899
Complementary color
Monochromatic Colors of #4D4899
Black with #4D4899
Text Example
Text Example
White with #4D4899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4899; }
p { color: rgb(77,72,153); }
H1.HeaderClassName
{
color: #4D4899;
}
.AnyTagClassName
{
color: #4D4899;
}
</style>
background-color css
<style>
a { background-color: #4D4899; }
a { background-color: rgb(77,72,153); }
div.DivClassName
{
background-color: #4D4899;
}
.BgClassName
{
background-color: #4D4899;
}
</style>
border-color css
<style>
span { border-color: #4D4899; }
span { border-color: rgb(77,72,153); }
td.TdClassName
{
border-color: #4D4899;
}
.TagClassName
{
border-color: #4D4899;
}
</style>