Shades of Governor Bay #4D4F99
Tints of Governor Bay #4D4F99
RGB
CMYK
RGB Variations
Color information
#4D4F99 (or 0x4D4F99) is known color: Governor Bay. HEX triplet: 4D, 4F and 99. RGB value is (77,79,153). Sum of RGB (Red+Green+Blue) = 77+79+153=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 153 (60.16% from 255 or 49.51% from 309); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D4F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4F99 is #B2B066. Grayscale: #565656. Windows color (decimal): -11710567 or 10047309. OLE color: 10047309.
HSL color Cylindrical-coordinate representation of color #4D4F99: hue angle of 238.42º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D4F99 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 79 | 153 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.4 |
| HSL | 238.42º | 0.33% | 0.45% | - |
| HSV(B) | 238.42º | 0.5% | 0.6% | - |
| XYZ | 11.61 | 9.47 | 31.35 | - |
| YUV | 86.84 | 165.34 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 153 | 0.50 | 0.48 | 0 | 0.4 | 238.42 | 0.33 | 0.45 |
| Hex | 4D | 4F | 99 | 32 | 30 | 0 | 28 | EE | 21 | 2D |
| Octal | 115 | 117 | 231 | 62 | 60 | 0 | 50 | 356 | 41 | 55 |
| Binary | 1001101 | 1001111 | 10011001 | 110010 | 110000 | 0 | 101000 | 11101110 | 100001 | 101101 |
Color Harmonies of #4D4F99
Complementary color
Monochromatic Colors of #4D4F99
Black with #4D4F99
Text Example
Text Example
White with #4D4F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F99; }
p { color: rgb(77,79,153); }
H1.HeaderClassName
{
color: #4D4F99;
}
.AnyTagClassName
{
color: #4D4F99;
}
</style>
background-color css
<style>
a { background-color: #4D4F99; }
a { background-color: rgb(77,79,153); }
div.DivClassName
{
background-color: #4D4F99;
}
.BgClassName
{
background-color: #4D4F99;
}
</style>
border-color css
<style>
span { border-color: #4D4F99; }
span { border-color: rgb(77,79,153); }
td.TdClassName
{
border-color: #4D4F99;
}
.TagClassName
{
border-color: #4D4F99;
}
</style>