Shades of Governor Bay #4D50A6
Tints of Governor Bay #4D50A6
RGB
CMYK
RGB Variations
Color information
#4D50A6 (or 0x4D50A6) is known color: Governor Bay. HEX triplet: 4D, 50 and A6. RGB value is (77,80,166). Sum of RGB (Red+Green+Blue) = 77+80+166=323 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.84% from 323); Green value is 80 (31.64% from 255 or 24.77% from 323); Blue value is 166 (65.23% from 255 or 51.39% from 323); Max value from RGB is 166 - color contains mainly: blue. Hex color #4D50A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D50A6 is #B2AF59. Grayscale: #585858. Windows color (decimal): -11710298 or 10899533. OLE color: 10899533.
HSL color Cylindrical-coordinate representation of color #4D50A6: hue angle of 237.98º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D50A6 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 80 | 166 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.35 |
| HSL | 237.98º | 0.37% | 0.48% | - |
| HSV(B) | 237.98º | 0.54% | 0.65% | - |
| XYZ | 12.81 | 10.07 | 37.34 | - |
| YUV | 88.91 | 171.51 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 80 | 166 | 0.54 | 0.52 | 0 | 0.35 | 237.98 | 0.37 | 0.48 |
| Hex | 4D | 50 | A6 | 36 | 34 | 0 | 23 | EE | 25 | 30 |
| Octal | 115 | 120 | 246 | 66 | 64 | 0 | 43 | 356 | 45 | 60 |
| Binary | 1001101 | 1010000 | 10100110 | 110110 | 110100 | 0 | 100011 | 11101110 | 100101 | 110000 |
Color Harmonies of #4D50A6
Complementary color
Monochromatic Colors of #4D50A6
Black with #4D50A6
Text Example
Text Example
White with #4D50A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D50A6; }
p { color: rgb(77,80,166); }
H1.HeaderClassName
{
color: #4D50A6;
}
.AnyTagClassName
{
color: #4D50A6;
}
</style>
background-color css
<style>
a { background-color: #4D50A6; }
a { background-color: rgb(77,80,166); }
div.DivClassName
{
background-color: #4D50A6;
}
.BgClassName
{
background-color: #4D50A6;
}
</style>
border-color css
<style>
span { border-color: #4D50A6; }
span { border-color: rgb(77,80,166); }
td.TdClassName
{
border-color: #4D50A6;
}
.TagClassName
{
border-color: #4D50A6;
}
</style>