Shades of Governor Bay #4C558B
Tints of Governor Bay #4C558B
RGB
CMYK
RGB Variations
Color information
#4C558B (or 0x4C558B) is known color: Governor Bay. HEX triplet: 4C, 55 and 8B. RGB value is (76,85,139). Sum of RGB (Red+Green+Blue) = 76+85+139=300 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 139 (54.69% from 255 or 46.33% from 300); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C558B is #B3AA74. Grayscale: #585858. Windows color (decimal): -11774581 or 9131340. OLE color: 9131340.
HSL color Cylindrical-coordinate representation of color #4C558B: hue angle of 231.43º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4C558B is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 85 | 139 | - |
| CMYK | 0.45 | 0.39 | 0 | 0.45 |
| HSL | 231.43º | 0.29% | 0.42% | - |
| HSV(B) | 231.43º | 0.45% | 0.55% | - |
| XYZ | 10.89 | 9.9 | 25.76 | - |
| YUV | 88.47 | 156.52 | 119.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 85 | 139 | 0.45 | 0.39 | 0 | 0.45 | 231.43 | 0.29 | 0.42 |
| Hex | 4C | 55 | 8B | 2D | 27 | 0 | 2D | E7 | 1D | 2A |
| Octal | 114 | 125 | 213 | 55 | 47 | 0 | 55 | 347 | 35 | 52 |
| Binary | 1001100 | 1010101 | 10001011 | 101101 | 100111 | 0 | 101101 | 11100111 | 11101 | 101010 |
Color Harmonies of #4C558B
Complementary color
Monochromatic Colors of #4C558B
Black with #4C558B
Text Example
Text Example
White with #4C558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C558B; }
p { color: rgb(76,85,139); }
H1.HeaderClassName
{
color: #4C558B;
}
.AnyTagClassName
{
color: #4C558B;
}
</style>
background-color css
<style>
a { background-color: #4C558B; }
a { background-color: rgb(76,85,139); }
div.DivClassName
{
background-color: #4C558B;
}
.BgClassName
{
background-color: #4C558B;
}
</style>
border-color css
<style>
span { border-color: #4C558B; }
span { border-color: rgb(76,85,139); }
td.TdClassName
{
border-color: #4C558B;
}
.TagClassName
{
border-color: #4C558B;
}
</style>