Shades of Governor Bay #4D5585
Tints of Governor Bay #4D5585
RGB
CMYK
RGB Variations
Color information
#4D5585 (or 0x4D5585) is known color: Governor Bay. HEX triplet: 4D, 55 and 85. RGB value is (77,85,133). Sum of RGB (Red+Green+Blue) = 77+85+133=295 (39% of max value = 765). Red value is 77 (30.47% from 255 or 26.10% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #4D5585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5585 is #B2AA7A. Grayscale: #575757. Windows color (decimal): -11709051 or 8738125. OLE color: 8738125.
HSL color Cylindrical-coordinate representation of color #4D5585: hue angle of 231.43º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4D5585 is Cyan = 0.42, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 85 | 133 | - |
| CMYK | 0.42 | 0.36 | 0 | 0.48 |
| HSL | 231.43º | 0.27% | 0.41% | - |
| HSV(B) | 231.43º | 0.42% | 0.52% | - |
| XYZ | 10.54 | 9.77 | 23.52 | - |
| YUV | 88.08 | 153.35 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 85 | 133 | 0.42 | 0.36 | 0 | 0.48 | 231.43 | 0.27 | 0.41 |
| Hex | 4D | 55 | 85 | 2A | 24 | 0 | 30 | E7 | 1B | 29 |
| Octal | 115 | 125 | 205 | 52 | 44 | 0 | 60 | 347 | 33 | 51 |
| Binary | 1001101 | 1010101 | 10000101 | 101010 | 100100 | 0 | 110000 | 11100111 | 11011 | 101001 |
Color Harmonies of #4D5585
Complementary color
Monochromatic Colors of #4D5585
Black with #4D5585
Text Example
Text Example
White with #4D5585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5585; }
p { color: rgb(77,85,133); }
H1.HeaderClassName
{
color: #4D5585;
}
.AnyTagClassName
{
color: #4D5585;
}
</style>
background-color css
<style>
a { background-color: #4D5585; }
a { background-color: rgb(77,85,133); }
div.DivClassName
{
background-color: #4D5585;
}
.BgClassName
{
background-color: #4D5585;
}
</style>
border-color css
<style>
span { border-color: #4D5585; }
span { border-color: rgb(77,85,133); }
td.TdClassName
{
border-color: #4D5585;
}
.TagClassName
{
border-color: #4D5585;
}
</style>