Shades of Governor Bay #4E4C9D
Tints of Governor Bay #4E4C9D
RGB
CMYK
RGB Variations
Color information
#4E4C9D (or 0x4E4C9D) is known color: Governor Bay. HEX triplet: 4E, 4C and 9D. RGB value is (78,76,157). Sum of RGB (Red+Green+Blue) = 78+76+157=311 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25.08% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #4E4C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E4C9D is #B1B362. Grayscale: #555555. Windows color (decimal): -11645795 or 10308686. OLE color: 10308686.
HSL color Cylindrical-coordinate representation of color #4E4C9D: hue angle of 241.48º 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 #4E4C9D is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 78 | 76 | 157 | - |
| CMYK | 0.50 | 0.52 | 0 | 0.38 |
| HSL | 241.48º | 0.35% | 0.46% | - |
| HSV(B) | 241.48º | 0.52% | 0.62% | - |
| XYZ | 11.81 | 9.22 | 33.06 | - |
| YUV | 85.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 76 | 157 | 0.50 | 0.52 | 0 | 0.38 | 241.48 | 0.35 | 0.46 |
| Hex | 4E | 4C | 9D | 32 | 34 | 0 | 26 | F1 | 23 | 2E |
| Octal | 116 | 114 | 235 | 62 | 64 | 0 | 46 | 361 | 43 | 56 |
| Binary | 1001110 | 1001100 | 10011101 | 110010 | 110100 | 0 | 100110 | 11110001 | 100011 | 101110 |
Color Harmonies of #4E4C9D
Complementary color
Monochromatic Colors of #4E4C9D
Black with #4E4C9D
Text Example
Text Example
White with #4E4C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4C9D; }
p { color: rgb(78,76,157); }
H1.HeaderClassName
{
color: #4E4C9D;
}
.AnyTagClassName
{
color: #4E4C9D;
}
</style>
background-color css
<style>
a { background-color: #4E4C9D; }
a { background-color: rgb(78,76,157); }
div.DivClassName
{
background-color: #4E4C9D;
}
.BgClassName
{
background-color: #4E4C9D;
}
</style>
border-color css
<style>
span { border-color: #4E4C9D; }
span { border-color: rgb(78,76,157); }
td.TdClassName
{
border-color: #4E4C9D;
}
.TagClassName
{
border-color: #4E4C9D;
}
</style>