Shades of Governor Bay #4C5C90
Tints of Governor Bay #4C5C90
RGB
CMYK
RGB Variations
Color information
#4C5C90 (or 0x4C5C90) is known color: Governor Bay. HEX triplet: 4C, 5C and 90. RGB value is (76,92,144). Sum of RGB (Red+Green+Blue) = 76+92+144=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 144 (56.64% from 255 or 46.15% from 312); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C5C90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C5C90 is #B3A36F. Grayscale: #5C5C5C. Windows color (decimal): -11772784 or 9460812. OLE color: 9460812.
HSL color Cylindrical-coordinate representation of color #4C5C90: hue angle of 225.88º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4C5C90 is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 76 | 92 | 144 | - |
| CMYK | 0.47 | 0.36 | 0 | 0.44 |
| HSL | 225.88º | 0.31% | 0.43% | - |
| HSV(B) | 225.88º | 0.47% | 0.56% | - |
| XYZ | 11.84 | 11.2 | 27.92 | - |
| YUV | 93.14 | 156.7 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 92 | 144 | 0.47 | 0.36 | 0 | 0.44 | 225.88 | 0.31 | 0.43 |
| Hex | 4C | 5C | 90 | 2F | 24 | 0 | 2C | E2 | 1F | 2B |
| Octal | 114 | 134 | 220 | 57 | 44 | 0 | 54 | 342 | 37 | 53 |
| Binary | 1001100 | 1011100 | 10010000 | 101111 | 100100 | 0 | 101100 | 11100010 | 11111 | 101011 |
Color Harmonies of #4C5C90
Complementary color
Monochromatic Colors of #4C5C90
Black with #4C5C90
Text Example
Text Example
White with #4C5C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C5C90; }
p { color: rgb(76,92,144); }
H1.HeaderClassName
{
color: #4C5C90;
}
.AnyTagClassName
{
color: #4C5C90;
}
</style>
background-color css
<style>
a { background-color: #4C5C90; }
a { background-color: rgb(76,92,144); }
div.DivClassName
{
background-color: #4C5C90;
}
.BgClassName
{
background-color: #4C5C90;
}
</style>
border-color css
<style>
span { border-color: #4C5C90; }
span { border-color: rgb(76,92,144); }
td.TdClassName
{
border-color: #4C5C90;
}
.TagClassName
{
border-color: #4C5C90;
}
</style>