Shades of Governor Bay #4D5593
Tints of Governor Bay #4D5593
RGB
CMYK
RGB Variations
Color information
#4D5593 (or 0x4D5593) is known color: Governor Bay. HEX triplet: 4D, 55 and 93. RGB value is (77,85,147). Sum of RGB (Red+Green+Blue) = 77+85+147=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 147 (57.81% from 255 or 47.57% from 309); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D5593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5593 is #B2AA6C. Grayscale: #595959. Windows color (decimal): -11709037 or 9655629. OLE color: 9655629.
HSL color Cylindrical-coordinate representation of color #4D5593: hue angle of 233.14º 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 #4D5593 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 77 | 85 | 147 | - |
| CMYK | 0.48 | 0.42 | 0 | 0.42 |
| HSL | 233.14º | 0.31% | 0.44% | - |
| HSV(B) | 233.14º | 0.48% | 0.58% | - |
| XYZ | 11.58 | 10.18 | 28.96 | - |
| YUV | 89.68 | 160.35 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 147 | 0.48 | 0.42 | 0 | 0.42 | 233.14 | 0.31 | 0.44 |
| Hex | 4D | 55 | 93 | 30 | 2A | 0 | 2A | E9 | 1F | 2C |
| Octal | 115 | 125 | 223 | 60 | 52 | 0 | 52 | 351 | 37 | 54 |
| Binary | 1001101 | 1010101 | 10010011 | 110000 | 101010 | 0 | 101010 | 11101001 | 11111 | 101100 |
Color Harmonies of #4D5593
Complementary color
Monochromatic Colors of #4D5593
Black with #4D5593
Text Example
Text Example
White with #4D5593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5593; }
p { color: rgb(77,85,147); }
H1.HeaderClassName
{
color: #4D5593;
}
.AnyTagClassName
{
color: #4D5593;
}
</style>
background-color css
<style>
a { background-color: #4D5593; }
a { background-color: rgb(77,85,147); }
div.DivClassName
{
background-color: #4D5593;
}
.BgClassName
{
background-color: #4D5593;
}
</style>
border-color css
<style>
span { border-color: #4D5593; }
span { border-color: rgb(77,85,147); }
td.TdClassName
{
border-color: #4D5593;
}
.TagClassName
{
border-color: #4D5593;
}
</style>