Shades of Governor Bay #4D4B99
Tints of Governor Bay #4D4B99
RGB
CMYK
RGB Variations
Color information
#4D4B99 (or 0x4D4B99) is known color: Governor Bay. HEX triplet: 4D, 4B and 99. RGB value is (77,75,153). Sum of RGB (Red+Green+Blue) = 77+75+153=305 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.25% from 305); Green value is 75 (29.69% from 255 or 24.59% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D4B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4B99 is #B2B466. Grayscale: #545454. Windows color (decimal): -11711591 or 10046285. OLE color: 10046285.
HSL color Cylindrical-coordinate representation of color #4D4B99: hue angle of 241.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D4B99 is Cyan = 0.50, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 77 | 75 | 153 | - |
| CMYK | 0.50 | 0.51 | 0 | 0.4 |
| HSL | 241.54º | 0.34% | 0.45% | - |
| HSV(B) | 241.54º | 0.51% | 0.6% | - |
| XYZ | 11.33 | 8.91 | 31.26 | - |
| YUV | 84.49 | 166.66 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 75 | 153 | 0.50 | 0.51 | 0 | 0.4 | 241.54 | 0.34 | 0.45 |
| Hex | 4D | 4B | 99 | 32 | 33 | 0 | 28 | F2 | 22 | 2D |
| Octal | 115 | 113 | 231 | 62 | 63 | 0 | 50 | 362 | 42 | 55 |
| Binary | 1001101 | 1001011 | 10011001 | 110010 | 110011 | 0 | 101000 | 11110010 | 100010 | 101101 |
Color Harmonies of #4D4B99
Complementary color
Monochromatic Colors of #4D4B99
Black with #4D4B99
Text Example
Text Example
White with #4D4B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4B99; }
p { color: rgb(77,75,153); }
H1.HeaderClassName
{
color: #4D4B99;
}
.AnyTagClassName
{
color: #4D4B99;
}
</style>
background-color css
<style>
a { background-color: #4D4B99; }
a { background-color: rgb(77,75,153); }
div.DivClassName
{
background-color: #4D4B99;
}
.BgClassName
{
background-color: #4D4B99;
}
</style>
border-color css
<style>
span { border-color: #4D4B99; }
span { border-color: rgb(77,75,153); }
td.TdClassName
{
border-color: #4D4B99;
}
.TagClassName
{
border-color: #4D4B99;
}
</style>