Shades of Governor Bay #4C558D
Tints of Governor Bay #4C558D
RGB
CMYK
RGB Variations
Color information
#4C558D (or 0x4C558D) is known color: Governor Bay. HEX triplet: 4C, 55 and 8D. RGB value is (76,85,141). Sum of RGB (Red+Green+Blue) = 76+85+141=302 (40% of max value = 765). Red value is 76 (30.08% from 255 or 25.17% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 141 (55.47% from 255 or 46.69% from 302); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C558D is #B3AA72. Grayscale: #585858. Windows color (decimal): -11774579 or 9262412. OLE color: 9262412.
HSL color Cylindrical-coordinate representation of color #4C558D: hue angle of 231.69º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C558D is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 85 | 141 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.45 |
| HSL | 231.69º | 0.3% | 0.43% | - |
| HSV(B) | 231.69º | 0.46% | 0.55% | - |
| XYZ | 11.04 | 9.96 | 26.54 | - |
| YUV | 88.69 | 157.52 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 141 | 0.46 | 0.40 | 0 | 0.45 | 231.69 | 0.3 | 0.43 |
| Hex | 4C | 55 | 8D | 2E | 28 | 0 | 2D | E8 | 1E | 2B |
| Octal | 114 | 125 | 215 | 56 | 50 | 0 | 55 | 350 | 36 | 53 |
| Binary | 1001100 | 1010101 | 10001101 | 101110 | 101000 | 0 | 101101 | 11101000 | 11110 | 101011 |
Color Harmonies of #4C558D
Complementary color
Monochromatic Colors of #4C558D
Black with #4C558D
Text Example
Text Example
White with #4C558D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C558D; }
p { color: rgb(76,85,141); }
H1.HeaderClassName
{
color: #4C558D;
}
.AnyTagClassName
{
color: #4C558D;
}
</style>
background-color css
<style>
a { background-color: #4C558D; }
a { background-color: rgb(76,85,141); }
div.DivClassName
{
background-color: #4C558D;
}
.BgClassName
{
background-color: #4C558D;
}
</style>
border-color css
<style>
span { border-color: #4C558D; }
span { border-color: rgb(76,85,141); }
td.TdClassName
{
border-color: #4C558D;
}
.TagClassName
{
border-color: #4C558D;
}
</style>