Shades of Governor Bay #4D5893
Tints of Governor Bay #4D5893
RGB
CMYK
RGB Variations
Color information
#4D5893 (or 0x4D5893) is known color: Governor Bay. HEX triplet: 4D, 58 and 93. RGB value is (77,88,147). Sum of RGB (Red+Green+Blue) = 77+88+147=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 147 (57.81% from 255 or 47.12% from 312); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D5893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5893 is #B2A76C. Grayscale: #5B5B5B. Windows color (decimal): -11708269 or 9656397. OLE color: 9656397.
HSL color Cylindrical-coordinate representation of color #4D5893: hue angle of 230.57º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D5893 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 88 | 147 | - |
| CMYK | 0.48 | 0.40 | 0 | 0.42 |
| HSL | 230.57º | 0.31% | 0.44% | - |
| HSV(B) | 230.57º | 0.48% | 0.58% | - |
| XYZ | 11.82 | 10.66 | 29.04 | - |
| YUV | 91.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 88 | 147 | 0.48 | 0.40 | 0 | 0.42 | 230.57 | 0.31 | 0.44 |
| Hex | 4D | 58 | 93 | 30 | 28 | 0 | 2A | E7 | 1F | 2C |
| Octal | 115 | 130 | 223 | 60 | 50 | 0 | 52 | 347 | 37 | 54 |
| Binary | 1001101 | 1011000 | 10010011 | 110000 | 101000 | 0 | 101010 | 11100111 | 11111 | 101100 |
Color Harmonies of #4D5893
Complementary color
Monochromatic Colors of #4D5893
Black with #4D5893
Text Example
Text Example
White with #4D5893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5893; }
p { color: rgb(77,88,147); }
H1.HeaderClassName
{
color: #4D5893;
}
.AnyTagClassName
{
color: #4D5893;
}
</style>
background-color css
<style>
a { background-color: #4D5893; }
a { background-color: rgb(77,88,147); }
div.DivClassName
{
background-color: #4D5893;
}
.BgClassName
{
background-color: #4D5893;
}
</style>
border-color css
<style>
span { border-color: #4D5893; }
span { border-color: rgb(77,88,147); }
td.TdClassName
{
border-color: #4D5893;
}
.TagClassName
{
border-color: #4D5893;
}
</style>