Shades of Governor Bay #4F5E9E
Tints of Governor Bay #4F5E9E
RGB
CMYK
RGB Variations
Color information
#4F5E9E (or 0x4F5E9E) is known color: Governor Bay. HEX triplet: 4F, 5E and 9E. RGB value is (79,94,158). Sum of RGB (Red+Green+Blue) = 79+94+158=331 (43% of max value = 765). Red value is 79 (31.25% from 255 or 23.87% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 158 (62.11% from 255 or 47.73% from 331); Max value from RGB is 158 - color contains mainly: blue. Hex color #4F5E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4F5E9E is #B0A161. Grayscale: #606060. Windows color (decimal): -11575650 or 10378831. OLE color: 10378831.
HSL color Cylindrical-coordinate representation of color #4F5E9E: hue angle of 228.61º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F5E9E is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 79 | 94 | 158 | - |
| CMYK | 0.50 | 0.41 | 0 | 0.38 |
| HSL | 228.61º | 0.33% | 0.46% | - |
| HSV(B) | 228.61º | 0.5% | 0.62% | - |
| XYZ | 13.4 | 12.14 | 33.98 | - |
| YUV | 96.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 94 | 158 | 0.50 | 0.41 | 0 | 0.38 | 228.61 | 0.33 | 0.46 |
| Hex | 4F | 5E | 9E | 32 | 29 | 0 | 26 | E5 | 21 | 2E |
| Octal | 117 | 136 | 236 | 62 | 51 | 0 | 46 | 345 | 41 | 56 |
| Binary | 1001111 | 1011110 | 10011110 | 110010 | 101001 | 0 | 100110 | 11100101 | 100001 | 101110 |
Color Harmonies of #4F5E9E
Complementary color
Monochromatic Colors of #4F5E9E
Black with #4F5E9E
Text Example
Text Example
White with #4F5E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F5E9E; }
p { color: rgb(79,94,158); }
H1.HeaderClassName
{
color: #4F5E9E;
}
.AnyTagClassName
{
color: #4F5E9E;
}
</style>
background-color css
<style>
a { background-color: #4F5E9E; }
a { background-color: rgb(79,94,158); }
div.DivClassName
{
background-color: #4F5E9E;
}
.BgClassName
{
background-color: #4F5E9E;
}
</style>
border-color css
<style>
span { border-color: #4F5E9E; }
span { border-color: rgb(79,94,158); }
td.TdClassName
{
border-color: #4F5E9E;
}
.TagClassName
{
border-color: #4F5E9E;
}
</style>