Shades of Governor Bay #494C8E
Tints of Governor Bay #494C8E
RGB
CMYK
RGB Variations
Color information
#494C8E (or 0x494C8E) is known color: Governor Bay. HEX triplet: 49, 4C and 8E. RGB value is (73,76,142). Sum of RGB (Red+Green+Blue) = 73+76+142=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 76 (30.08% from 255 or 26.12% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #494C8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C8E is #B6B371. Grayscale: #525252. Windows color (decimal): -11973490 or 9325641. OLE color: 9325641.
HSL color Cylindrical-coordinate representation of color #494C8E: hue angle of 237.39º 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 #494C8E is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 76 | 142 | - |
| CMYK | 0.49 | 0.46 | 0 | 0.44 |
| HSL | 237.39º | 0.32% | 0.42% | - |
| HSV(B) | 237.39º | 0.49% | 0.56% | - |
| XYZ | 10.21 | 8.54 | 26.7 | - |
| YUV | 82.63 | 161.51 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 142 | 0.49 | 0.46 | 0 | 0.44 | 237.39 | 0.32 | 0.42 |
| Hex | 49 | 4C | 8E | 31 | 2E | 0 | 2C | ED | 20 | 2A |
| Octal | 111 | 114 | 216 | 61 | 56 | 0 | 54 | 355 | 40 | 52 |
| Binary | 1001001 | 1001100 | 10001110 | 110001 | 101110 | 0 | 101100 | 11101101 | 100000 | 101010 |
Color Harmonies of #494C8E
Complementary color
Monochromatic Colors of #494C8E
Black with #494C8E
Text Example
Text Example
White with #494C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C8E; }
p { color: rgb(73,76,142); }
H1.HeaderClassName
{
color: #494C8E;
}
.AnyTagClassName
{
color: #494C8E;
}
</style>
background-color css
<style>
a { background-color: #494C8E; }
a { background-color: rgb(73,76,142); }
div.DivClassName
{
background-color: #494C8E;
}
.BgClassName
{
background-color: #494C8E;
}
</style>
border-color css
<style>
span { border-color: #494C8E; }
span { border-color: rgb(73,76,142); }
td.TdClassName
{
border-color: #494C8E;
}
.TagClassName
{
border-color: #494C8E;
}
</style>