Shades of Governor Bay #4D5B92
Tints of Governor Bay #4D5B92
RGB
CMYK
RGB Variations
Color information
#4D5B92 (or 0x4D5B92) is known color: Governor Bay. HEX triplet: 4D, 5B and 92. RGB value is (77,91,146). Sum of RGB (Red+Green+Blue) = 77+91+146=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 146 (57.42% from 255 or 46.50% from 314); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D5B92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5B92 is #B2A46D. Grayscale: #5C5C5C. Windows color (decimal): -11707502 or 9591629. OLE color: 9591629.
HSL color Cylindrical-coordinate representation of color #4D5B92: hue angle of 227.83º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D5B92 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 77 | 91 | 146 | - |
| CMYK | 0.47 | 0.38 | 0 | 0.43 |
| HSL | 227.83º | 0.31% | 0.44% | - |
| HSV(B) | 227.83º | 0.47% | 0.57% | - |
| XYZ | 11.99 | 11.14 | 28.71 | - |
| YUV | 93.08 | 157.86 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 91 | 146 | 0.47 | 0.38 | 0 | 0.43 | 227.83 | 0.31 | 0.44 |
| Hex | 4D | 5B | 92 | 2F | 26 | 0 | 2B | E4 | 1F | 2C |
| Octal | 115 | 133 | 222 | 57 | 46 | 0 | 53 | 344 | 37 | 54 |
| Binary | 1001101 | 1011011 | 10010010 | 101111 | 100110 | 0 | 101011 | 11100100 | 11111 | 101100 |
Color Harmonies of #4D5B92
Complementary color
Monochromatic Colors of #4D5B92
Black with #4D5B92
Text Example
Text Example
White with #4D5B92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5B92; }
p { color: rgb(77,91,146); }
H1.HeaderClassName
{
color: #4D5B92;
}
.AnyTagClassName
{
color: #4D5B92;
}
</style>
background-color css
<style>
a { background-color: #4D5B92; }
a { background-color: rgb(77,91,146); }
div.DivClassName
{
background-color: #4D5B92;
}
.BgClassName
{
background-color: #4D5B92;
}
</style>
border-color css
<style>
span { border-color: #4D5B92; }
span { border-color: rgb(77,91,146); }
td.TdClassName
{
border-color: #4D5B92;
}
.TagClassName
{
border-color: #4D5B92;
}
</style>