Shades of Governor Bay #4C5D9B
Tints of Governor Bay #4C5D9B
RGB
CMYK
RGB Variations
Color information
#4C5D9B (or 0x4C5D9B) is known color: Governor Bay. HEX triplet: 4C, 5D and 9B. RGB value is (76,93,155). Sum of RGB (Red+Green+Blue) = 76+93+155=324 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.46% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C5D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5D9B is #B3A264. Grayscale: #5E5E5E. Windows color (decimal): -11772517 or 10181964. OLE color: 10181964.
HSL color Cylindrical-coordinate representation of color #4C5D9B: hue angle of 227.09º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C5D9B is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 93 | 155 | - |
| CMYK | 0.51 | 0.4 | 0 | 0.39 |
| HSL | 227.09º | 0.34% | 0.45% | - |
| HSV(B) | 227.09º | 0.51% | 0.61% | - |
| XYZ | 12.81 | 11.73 | 32.6 | - |
| YUV | 94.99 | 161.87 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 155 | 0.51 | 0.4 | 0 | 0.39 | 227.09 | 0.34 | 0.45 |
| Hex | 4C | 5D | 9B | 33 | 28 | 0 | 27 | E3 | 22 | 2D |
| Octal | 114 | 135 | 233 | 63 | 50 | 0 | 47 | 343 | 42 | 55 |
| Binary | 1001100 | 1011101 | 10011011 | 110011 | 101000 | 0 | 100111 | 11100011 | 100010 | 101101 |
Color Harmonies of #4C5D9B
Complementary color
Monochromatic Colors of #4C5D9B
Black with #4C5D9B
Text Example
Text Example
White with #4C5D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5D9B; }
p { color: rgb(76,93,155); }
H1.HeaderClassName
{
color: #4C5D9B;
}
.AnyTagClassName
{
color: #4C5D9B;
}
</style>
background-color css
<style>
a { background-color: #4C5D9B; }
a { background-color: rgb(76,93,155); }
div.DivClassName
{
background-color: #4C5D9B;
}
.BgClassName
{
background-color: #4C5D9B;
}
</style>
border-color css
<style>
span { border-color: #4C5D9B; }
span { border-color: rgb(76,93,155); }
td.TdClassName
{
border-color: #4C5D9B;
}
.TagClassName
{
border-color: #4C5D9B;
}
</style>