Shades of Governor Bay #4D528F
Tints of Governor Bay #4D528F
RGB
CMYK
RGB Variations
Color information
#4D528F (or 0x4D528F) is known color: Governor Bay. HEX triplet: 4D, 52 and 8F. RGB value is (77,82,143). Sum of RGB (Red+Green+Blue) = 77+82+143=302 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.50% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 143 (56.25% from 255 or 47.35% from 302); Max value from RGB is 143 - color contains mainly: blue. Hex color #4D528F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D528F is #B2AD70. Grayscale: #575757. Windows color (decimal): -11709809 or 9392717. OLE color: 9392717.
HSL color Cylindrical-coordinate representation of color #4D528F: hue angle of 235.45º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4D528F is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 77 | 82 | 143 | - |
| CMYK | 0.46 | 0.43 | 0 | 0.44 |
| HSL | 235.45º | 0.3% | 0.43% | - |
| HSV(B) | 235.45º | 0.46% | 0.56% | - |
| XYZ | 11.04 | 9.6 | 27.26 | - |
| YUV | 87.46 | 159.34 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 143 | 0.46 | 0.43 | 0 | 0.44 | 235.45 | 0.3 | 0.43 |
| Hex | 4D | 52 | 8F | 2E | 2B | 0 | 2C | EB | 1E | 2B |
| Octal | 115 | 122 | 217 | 56 | 53 | 0 | 54 | 353 | 36 | 53 |
| Binary | 1001101 | 1010010 | 10001111 | 101110 | 101011 | 0 | 101100 | 11101011 | 11110 | 101011 |
Color Harmonies of #4D528F
Complementary color
Monochromatic Colors of #4D528F
Black with #4D528F
Text Example
Text Example
White with #4D528F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D528F; }
p { color: rgb(77,82,143); }
H1.HeaderClassName
{
color: #4D528F;
}
.AnyTagClassName
{
color: #4D528F;
}
</style>
background-color css
<style>
a { background-color: #4D528F; }
a { background-color: rgb(77,82,143); }
div.DivClassName
{
background-color: #4D528F;
}
.BgClassName
{
background-color: #4D528F;
}
</style>
border-color css
<style>
span { border-color: #4D528F; }
span { border-color: rgb(77,82,143); }
td.TdClassName
{
border-color: #4D528F;
}
.TagClassName
{
border-color: #4D528F;
}
</style>