Shades of Governor Bay #4D529C
Tints of Governor Bay #4D529C
RGB
CMYK
RGB Variations
Color information
#4D529C (or 0x4D529C) is known color: Governor Bay. HEX triplet: 4D, 52 and 9C. RGB value is (77,82,156). Sum of RGB (Red+Green+Blue) = 77+82+156=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 156 (61.33% from 255 or 49.52% from 315); Max value from RGB is 156 - color contains mainly: blue. Hex color #4D529C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D529C is #B2AD63. Grayscale: #585858. Windows color (decimal): -11709796 or 10244685. OLE color: 10244685.
HSL color Cylindrical-coordinate representation of color #4D529C: hue angle of 236.2º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D529C is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 77 | 82 | 156 | - |
| CMYK | 0.51 | 0.47 | 0 | 0.39 |
| HSL | 236.2º | 0.34% | 0.46% | - |
| HSV(B) | 236.2º | 0.51% | 0.61% | - |
| XYZ | 12.08 | 10.01 | 32.75 | - |
| YUV | 88.94 | 165.84 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 82 | 156 | 0.51 | 0.47 | 0 | 0.39 | 236.2 | 0.34 | 0.46 |
| Hex | 4D | 52 | 9C | 33 | 2F | 0 | 27 | EC | 22 | 2E |
| Octal | 115 | 122 | 234 | 63 | 57 | 0 | 47 | 354 | 42 | 56 |
| Binary | 1001101 | 1010010 | 10011100 | 110011 | 101111 | 0 | 100111 | 11101100 | 100010 | 101110 |
Color Harmonies of #4D529C
Complementary color
Monochromatic Colors of #4D529C
Black with #4D529C
Text Example
Text Example
White with #4D529C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D529C; }
p { color: rgb(77,82,156); }
H1.HeaderClassName
{
color: #4D529C;
}
.AnyTagClassName
{
color: #4D529C;
}
</style>
background-color css
<style>
a { background-color: #4D529C; }
a { background-color: rgb(77,82,156); }
div.DivClassName
{
background-color: #4D529C;
}
.BgClassName
{
background-color: #4D529C;
}
</style>
border-color css
<style>
span { border-color: #4D529C; }
span { border-color: rgb(77,82,156); }
td.TdClassName
{
border-color: #4D529C;
}
.TagClassName
{
border-color: #4D529C;
}
</style>