Shades of Governor Bay #4D5184
Tints of Governor Bay #4D5184
RGB
CMYK
RGB Variations
Color information
#4D5184 (or 0x4D5184) is known color: Governor Bay. HEX triplet: 4D, 51 and 84. RGB value is (77,81,132). Sum of RGB (Red+Green+Blue) = 77+81+132=290 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.55% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 132 - color contains mainly: blue. Hex color #4D5184 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5184 is #B2AE7B. Grayscale: #555555. Windows color (decimal): -11710076 or 8671565. OLE color: 8671565.
HSL color Cylindrical-coordinate representation of color #4D5184: hue angle of 235.64º degrees, saturation: 0.26, 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 #4D5184 is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 77 | 81 | 132 | - |
| CMYK | 0.42 | 0.39 | 0 | 0.48 |
| HSL | 235.64º | 0.26% | 0.41% | - |
| HSV(B) | 235.64º | 0.42% | 0.52% | - |
| XYZ | 10.17 | 9.13 | 23.06 | - |
| YUV | 85.62 | 154.17 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 81 | 132 | 0.42 | 0.39 | 0 | 0.48 | 235.64 | 0.26 | 0.41 |
| Hex | 4D | 51 | 84 | 2A | 27 | 0 | 30 | EC | 1A | 29 |
| Octal | 115 | 121 | 204 | 52 | 47 | 0 | 60 | 354 | 32 | 51 |
| Binary | 1001101 | 1010001 | 10000100 | 101010 | 100111 | 0 | 110000 | 11101100 | 11010 | 101001 |
Color Harmonies of #4D5184
Complementary color
Monochromatic Colors of #4D5184
Black with #4D5184
Text Example
Text Example
White with #4D5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D5184; }
p { color: rgb(77,81,132); }
H1.HeaderClassName
{
color: #4D5184;
}
.AnyTagClassName
{
color: #4D5184;
}
</style>
background-color css
<style>
a { background-color: #4D5184; }
a { background-color: rgb(77,81,132); }
div.DivClassName
{
background-color: #4D5184;
}
.BgClassName
{
background-color: #4D5184;
}
</style>
border-color css
<style>
span { border-color: #4D5184; }
span { border-color: rgb(77,81,132); }
td.TdClassName
{
border-color: #4D5184;
}
.TagClassName
{
border-color: #4D5184;
}
</style>