Shades of Governor Bay #494D8E
Tints of Governor Bay #494D8E
RGB
CMYK
RGB Variations
Color information
#494D8E (or 0x494D8E) is known color: Governor Bay. HEX triplet: 49, 4D and 8E. RGB value is (73,77,142). Sum of RGB (Red+Green+Blue) = 73+77+142=292 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #494D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D8E is #B6B271. Grayscale: #525252. Windows color (decimal): -11973234 or 9325897. OLE color: 9325897.
HSL color Cylindrical-coordinate representation of color #494D8E: hue angle of 236.52º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494D8E is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 77 | 142 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.44 |
| HSL | 236.52º | 0.32% | 0.42% | - |
| HSV(B) | 236.52º | 0.49% | 0.56% | - |
| XYZ | 10.28 | 8.68 | 26.72 | - |
| YUV | 83.21 | 161.17 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 142 | 0.49 | 0.46 | 0 | 0.44 | 236.52 | 0.32 | 0.42 |
| Hex | 49 | 4D | 8E | 31 | 2E | 0 | 2C | ED | 20 | 2A |
| Octal | 111 | 115 | 216 | 61 | 56 | 0 | 54 | 355 | 40 | 52 |
| Binary | 1001001 | 1001101 | 10001110 | 110001 | 101110 | 0 | 101100 | 11101101 | 100000 | 101010 |
Color Harmonies of #494D8E
Complementary color
Monochromatic Colors of #494D8E
Black with #494D8E
Text Example
Text Example
White with #494D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D8E; }
p { color: rgb(73,77,142); }
H1.HeaderClassName
{
color: #494D8E;
}
.AnyTagClassName
{
color: #494D8E;
}
</style>
background-color css
<style>
a { background-color: #494D8E; }
a { background-color: rgb(73,77,142); }
div.DivClassName
{
background-color: #494D8E;
}
.BgClassName
{
background-color: #494D8E;
}
</style>
border-color css
<style>
span { border-color: #494D8E; }
span { border-color: rgb(73,77,142); }
td.TdClassName
{
border-color: #494D8E;
}
.TagClassName
{
border-color: #494D8E;
}
</style>