Shades of Governor Bay #4C548D
Tints of Governor Bay #4C548D
RGB
CMYK
RGB Variations
Color information
#4C548D (or 0x4C548D) is known color: Governor Bay. HEX triplet: 4C, 54 and 8D. RGB value is (76,84,141). Sum of RGB (Red+Green+Blue) = 76+84+141=301 (39% of max value = 765). Red value is 76 (30.08% from 255 or 25.25% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 141 - color contains mainly: blue. Hex color #4C548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C548D is #B3AB72. Grayscale: #575757. Windows color (decimal): -11774835 or 9262156. OLE color: 9262156.
HSL color Cylindrical-coordinate representation of color #4C548D: hue angle of 232.62º 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 #4C548D is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 76 | 84 | 141 | - |
| CMYK | 0.46 | 0.40 | 0 | 0.45 |
| HSL | 232.62º | 0.3% | 0.43% | - |
| HSV(B) | 232.62º | 0.46% | 0.55% | - |
| XYZ | 10.96 | 9.8 | 26.51 | - |
| YUV | 88.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 84 | 141 | 0.46 | 0.40 | 0 | 0.45 | 232.62 | 0.3 | 0.43 |
| Hex | 4C | 54 | 8D | 2E | 28 | 0 | 2D | E9 | 1E | 2B |
| Octal | 114 | 124 | 215 | 56 | 50 | 0 | 55 | 351 | 36 | 53 |
| Binary | 1001100 | 1010100 | 10001101 | 101110 | 101000 | 0 | 101101 | 11101001 | 11110 | 101011 |
Color Harmonies of #4C548D
Complementary color
Monochromatic Colors of #4C548D
Black with #4C548D
Text Example
Text Example
White with #4C548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C548D; }
p { color: rgb(76,84,141); }
H1.HeaderClassName
{
color: #4C548D;
}
.AnyTagClassName
{
color: #4C548D;
}
</style>
background-color css
<style>
a { background-color: #4C548D; }
a { background-color: rgb(76,84,141); }
div.DivClassName
{
background-color: #4C548D;
}
.BgClassName
{
background-color: #4C548D;
}
</style>
border-color css
<style>
span { border-color: #4C548D; }
span { border-color: rgb(76,84,141); }
td.TdClassName
{
border-color: #4C548D;
}
.TagClassName
{
border-color: #4C548D;
}
</style>