Shades of Governor Bay #4D4F8B
Tints of Governor Bay #4D4F8B
RGB
CMYK
RGB Variations
Color information
#4D4F8B (or 0x4D4F8B) is known color: Governor Bay. HEX triplet: 4D, 4F and 8B. RGB value is (77,79,139). Sum of RGB (Red+Green+Blue) = 77+79+139=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D4F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D4F8B is #B2B074. Grayscale: #555555. Windows color (decimal): -11710581 or 9129805. OLE color: 9129805.
HSL color Cylindrical-coordinate representation of color #4D4F8B: hue angle of 238.06º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D4F8B is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 77 | 79 | 139 | - |
| CMYK | 0.45 | 0.43 | 0 | 0.45 |
| HSL | 238.06º | 0.29% | 0.42% | - |
| HSV(B) | 238.06º | 0.45% | 0.55% | - |
| XYZ | 10.52 | 9.03 | 25.62 | - |
| YUV | 85.24 | 158.34 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 79 | 139 | 0.45 | 0.43 | 0 | 0.45 | 238.06 | 0.29 | 0.42 |
| Hex | 4D | 4F | 8B | 2D | 2B | 0 | 2D | EE | 1D | 2A |
| Octal | 115 | 117 | 213 | 55 | 53 | 0 | 55 | 356 | 35 | 52 |
| Binary | 1001101 | 1001111 | 10001011 | 101101 | 101011 | 0 | 101101 | 11101110 | 11101 | 101010 |
Color Harmonies of #4D4F8B
Complementary color
Monochromatic Colors of #4D4F8B
Black with #4D4F8B
Text Example
Text Example
White with #4D4F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D4F8B; }
p { color: rgb(77,79,139); }
H1.HeaderClassName
{
color: #4D4F8B;
}
.AnyTagClassName
{
color: #4D4F8B;
}
</style>
background-color css
<style>
a { background-color: #4D4F8B; }
a { background-color: rgb(77,79,139); }
div.DivClassName
{
background-color: #4D4F8B;
}
.BgClassName
{
background-color: #4D4F8B;
}
</style>
border-color css
<style>
span { border-color: #4D4F8B; }
span { border-color: rgb(77,79,139); }
td.TdClassName
{
border-color: #4D4F8B;
}
.TagClassName
{
border-color: #4D4F8B;
}
</style>