Shades of Governor Bay #4C5D9D
Tints of Governor Bay #4C5D9D
RGB
CMYK
RGB Variations
Color information
#4C5D9D (or 0x4C5D9D) is known color: Governor Bay. HEX triplet: 4C, 5D and 9D. RGB value is (76,93,157). Sum of RGB (Red+Green+Blue) = 76+93+157=326 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.31% from 326); Green value is 93 (36.72% from 255 or 28.53% from 326); Blue value is 157 (61.72% from 255 or 48.16% from 326); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C5D9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5D9D is #B3A262. Grayscale: #5E5E5E. Windows color (decimal): -11772515 or 10313036. OLE color: 10313036.
HSL color Cylindrical-coordinate representation of color #4C5D9D: hue angle of 227.41º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C5D9D is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 93 | 157 | - |
| CMYK | 0.52 | 0.41 | 0 | 0.38 |
| HSL | 227.41º | 0.35% | 0.46% | - |
| HSV(B) | 227.41º | 0.52% | 0.62% | - |
| XYZ | 12.98 | 11.8 | 33.49 | - |
| YUV | 95.21 | 162.87 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 93 | 157 | 0.52 | 0.41 | 0 | 0.38 | 227.41 | 0.35 | 0.46 |
| Hex | 4C | 5D | 9D | 34 | 29 | 0 | 26 | E3 | 23 | 2E |
| Octal | 114 | 135 | 235 | 64 | 51 | 0 | 46 | 343 | 43 | 56 |
| Binary | 1001100 | 1011101 | 10011101 | 110100 | 101001 | 0 | 100110 | 11100011 | 100011 | 101110 |
Color Harmonies of #4C5D9D
Complementary color
Monochromatic Colors of #4C5D9D
Black with #4C5D9D
Text Example
Text Example
White with #4C5D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5D9D; }
p { color: rgb(76,93,157); }
H1.HeaderClassName
{
color: #4C5D9D;
}
.AnyTagClassName
{
color: #4C5D9D;
}
</style>
background-color css
<style>
a { background-color: #4C5D9D; }
a { background-color: rgb(76,93,157); }
div.DivClassName
{
background-color: #4C5D9D;
}
.BgClassName
{
background-color: #4C5D9D;
}
</style>
border-color css
<style>
span { border-color: #4C5D9D; }
span { border-color: rgb(76,93,157); }
td.TdClassName
{
border-color: #4C5D9D;
}
.TagClassName
{
border-color: #4C5D9D;
}
</style>