Shades of Governor Bay #4E4F92
Tints of Governor Bay #4E4F92
RGB
CMYK
RGB Variations
Color information
#4E4F92 (or 0x4E4F92) is known color: Governor Bay. HEX triplet: 4E, 4F and 92. RGB value is (78,79,146). Sum of RGB (Red+Green+Blue) = 78+79+146=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 146 (57.42% from 255 or 48.18% from 303); Max value from RGB is 146 - color contains mainly: blue. Hex color #4E4F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E4F92 is #B1B06D. Grayscale: #565656. Windows color (decimal): -11645038 or 9588558. OLE color: 9588558.
HSL color Cylindrical-coordinate representation of color #4E4F92: hue angle of 239.12º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4E4F92 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 78 | 79 | 146 | - |
| CMYK | 0.47 | 0.46 | 0 | 0.43 |
| HSL | 239.12º | 0.3% | 0.44% | - |
| HSV(B) | 239.12º | 0.47% | 0.57% | - |
| XYZ | 11.13 | 9.29 | 28.4 | - |
| YUV | 86.34 | 161.67 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 79 | 146 | 0.47 | 0.46 | 0 | 0.43 | 239.12 | 0.3 | 0.44 |
| Hex | 4E | 4F | 92 | 2F | 2E | 0 | 2B | EF | 1E | 2C |
| Octal | 116 | 117 | 222 | 57 | 56 | 0 | 53 | 357 | 36 | 54 |
| Binary | 1001110 | 1001111 | 10010010 | 101111 | 101110 | 0 | 101011 | 11101111 | 11110 | 101100 |
Color Harmonies of #4E4F92
Complementary color
Monochromatic Colors of #4E4F92
Black with #4E4F92
Text Example
Text Example
White with #4E4F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E4F92; }
p { color: rgb(78,79,146); }
H1.HeaderClassName
{
color: #4E4F92;
}
.AnyTagClassName
{
color: #4E4F92;
}
</style>
background-color css
<style>
a { background-color: #4E4F92; }
a { background-color: rgb(78,79,146); }
div.DivClassName
{
background-color: #4E4F92;
}
.BgClassName
{
background-color: #4E4F92;
}
</style>
border-color css
<style>
span { border-color: #4E4F92; }
span { border-color: rgb(78,79,146); }
td.TdClassName
{
border-color: #4E4F92;
}
.TagClassName
{
border-color: #4E4F92;
}
</style>