Shades of Governor Bay #4C539B
Tints of Governor Bay #4C539B
RGB
CMYK
RGB Variations
Color information
#4C539B (or 0x4C539B) is known color: Governor Bay. HEX triplet: 4C, 53 and 9B. RGB value is (76,83,155). Sum of RGB (Red+Green+Blue) = 76+83+155=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #4C539B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C539B is #B3AC64. Grayscale: #585858. Windows color (decimal): -11775077 or 10179404. OLE color: 10179404.
HSL color Cylindrical-coordinate representation of color #4C539B: hue angle of 234.68º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C539B is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 76 | 83 | 155 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.39 |
| HSL | 234.68º | 0.34% | 0.45% | - |
| HSV(B) | 234.68º | 0.51% | 0.61% | - |
| XYZ | 11.99 | 10.09 | 32.33 | - |
| YUV | 89.12 | 165.18 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 155 | 0.51 | 0.46 | 0 | 0.39 | 234.68 | 0.34 | 0.45 |
| Hex | 4C | 53 | 9B | 33 | 2E | 0 | 27 | EB | 22 | 2D |
| Octal | 114 | 123 | 233 | 63 | 56 | 0 | 47 | 353 | 42 | 55 |
| Binary | 1001100 | 1010011 | 10011011 | 110011 | 101110 | 0 | 100111 | 11101011 | 100010 | 101101 |
Color Harmonies of #4C539B
Complementary color
Monochromatic Colors of #4C539B
Black with #4C539B
Text Example
Text Example
White with #4C539B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C539B; }
p { color: rgb(76,83,155); }
H1.HeaderClassName
{
color: #4C539B;
}
.AnyTagClassName
{
color: #4C539B;
}
</style>
background-color css
<style>
a { background-color: #4C539B; }
a { background-color: rgb(76,83,155); }
div.DivClassName
{
background-color: #4C539B;
}
.BgClassName
{
background-color: #4C539B;
}
</style>
border-color css
<style>
span { border-color: #4C539B; }
span { border-color: rgb(76,83,155); }
td.TdClassName
{
border-color: #4C539B;
}
.TagClassName
{
border-color: #4C539B;
}
</style>