Shades of Governor Bay #4C539D
Tints of Governor Bay #4C539D
RGB
CMYK
RGB Variations
Color information
#4C539D (or 0x4C539D) is known color: Governor Bay. HEX triplet: 4C, 53 and 9D. RGB value is (76,83,157). Sum of RGB (Red+Green+Blue) = 76+83+157=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 157 (61.72% from 255 or 49.68% from 316); Max value from RGB is 157 - color contains mainly: blue. Hex color #4C539D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C539D is #B3AC62. Grayscale: #595959. Windows color (decimal): -11775075 or 10310476. OLE color: 10310476.
HSL color Cylindrical-coordinate representation of color #4C539D: hue angle of 234.81º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C539D is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 76 | 83 | 157 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.38 |
| HSL | 234.81º | 0.35% | 0.46% | - |
| HSV(B) | 234.81º | 0.52% | 0.62% | - |
| XYZ | 12.16 | 10.16 | 33.22 | - |
| YUV | 89.34 | 166.18 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 83 | 157 | 0.52 | 0.47 | 0 | 0.38 | 234.81 | 0.35 | 0.46 |
| Hex | 4C | 53 | 9D | 34 | 2F | 0 | 26 | EB | 23 | 2E |
| Octal | 114 | 123 | 235 | 64 | 57 | 0 | 46 | 353 | 43 | 56 |
| Binary | 1001100 | 1010011 | 10011101 | 110100 | 101111 | 0 | 100110 | 11101011 | 100011 | 101110 |
Color Harmonies of #4C539D
Complementary color
Monochromatic Colors of #4C539D
Black with #4C539D
Text Example
Text Example
White with #4C539D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C539D; }
p { color: rgb(76,83,157); }
H1.HeaderClassName
{
color: #4C539D;
}
.AnyTagClassName
{
color: #4C539D;
}
</style>
background-color css
<style>
a { background-color: #4C539D; }
a { background-color: rgb(76,83,157); }
div.DivClassName
{
background-color: #4C539D;
}
.BgClassName
{
background-color: #4C539D;
}
</style>
border-color css
<style>
span { border-color: #4C539D; }
span { border-color: rgb(76,83,157); }
td.TdClassName
{
border-color: #4C539D;
}
.TagClassName
{
border-color: #4C539D;
}
</style>