Shades of Governor Bay #4D4F90
Tints of Governor Bay #4D4F90
RGB
CMYK
RGB Variations
Color information
#4D4F90 (or 0x4D4F90) is known color: Governor Bay. HEX triplet: 4D, 4F and 90. RGB value is (77,79,144). Sum of RGB (Red+Green+Blue) = 77+79+144=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D4F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4F90 is #B2B06F. Grayscale: #555555. Windows color (decimal): -11710576 or 9457485. OLE color: 9457485.
HSL color Cylindrical-coordinate representation of color #4D4F90: hue angle of 238.21º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D4F90 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 79 | 144 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.44 |
| HSL | 238.21º | 0.3% | 0.43% | - |
| HSV(B) | 238.21º | 0.47% | 0.56% | - |
| XYZ | 10.89 | 9.18 | 27.58 | - |
| YUV | 85.81 | 160.84 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 144 | 0.47 | 0.45 | 0 | 0.44 | 238.21 | 0.3 | 0.43 |
| Hex | 4D | 4F | 90 | 2F | 2D | 0 | 2C | EE | 1E | 2B |
| Octal | 115 | 117 | 220 | 57 | 55 | 0 | 54 | 356 | 36 | 53 |
| Binary | 1001101 | 1001111 | 10010000 | 101111 | 101101 | 0 | 101100 | 11101110 | 11110 | 101011 |
Color Harmonies of #4D4F90
Complementary color
Monochromatic Colors of #4D4F90
Black with #4D4F90
Text Example
Text Example
White with #4D4F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F90; }
p { color: rgb(77,79,144); }
H1.HeaderClassName
{
color: #4D4F90;
}
.AnyTagClassName
{
color: #4D4F90;
}
</style>
background-color css
<style>
a { background-color: #4D4F90; }
a { background-color: rgb(77,79,144); }
div.DivClassName
{
background-color: #4D4F90;
}
.BgClassName
{
background-color: #4D4F90;
}
</style>
border-color css
<style>
span { border-color: #4D4F90; }
span { border-color: rgb(77,79,144); }
td.TdClassName
{
border-color: #4D4F90;
}
.TagClassName
{
border-color: #4D4F90;
}
</style>