Shades of Governor Bay #494C8D
Tints of Governor Bay #494C8D
RGB
CMYK
RGB Variations
Color information
#494C8D (or 0x494C8D) is known color: Governor Bay. HEX triplet: 49, 4C and 8D. RGB value is (73,76,141). Sum of RGB (Red+Green+Blue) = 73+76+141=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 141 (55.47% from 255 or 48.62% from 290); Max value from RGB is 141 - color contains mainly: blue. Hex color #494C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C8D is #B6B372. Grayscale: #525252. Windows color (decimal): -11973491 or 9260105. OLE color: 9260105.
HSL color Cylindrical-coordinate representation of color #494C8D: hue angle of 237.35º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #494C8D is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 76 | 141 | - |
| CMYK | 0.48 | 0.46 | 0 | 0.45 |
| HSL | 237.35º | 0.32% | 0.42% | - |
| HSV(B) | 237.35º | 0.48% | 0.55% | - |
| XYZ | 10.14 | 8.51 | 26.31 | - |
| YUV | 82.51 | 161.01 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 141 | 0.48 | 0.46 | 0 | 0.45 | 237.35 | 0.32 | 0.42 |
| Hex | 49 | 4C | 8D | 30 | 2E | 0 | 2D | ED | 20 | 2A |
| Octal | 111 | 114 | 215 | 60 | 56 | 0 | 55 | 355 | 40 | 52 |
| Binary | 1001001 | 1001100 | 10001101 | 110000 | 101110 | 0 | 101101 | 11101101 | 100000 | 101010 |
Color Harmonies of #494C8D
Complementary color
Monochromatic Colors of #494C8D
Black with #494C8D
Text Example
Text Example
White with #494C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C8D; }
p { color: rgb(73,76,141); }
H1.HeaderClassName
{
color: #494C8D;
}
.AnyTagClassName
{
color: #494C8D;
}
</style>
background-color css
<style>
a { background-color: #494C8D; }
a { background-color: rgb(73,76,141); }
div.DivClassName
{
background-color: #494C8D;
}
.BgClassName
{
background-color: #494C8D;
}
</style>
border-color css
<style>
span { border-color: #494C8D; }
span { border-color: rgb(73,76,141); }
td.TdClassName
{
border-color: #494C8D;
}
.TagClassName
{
border-color: #494C8D;
}
</style>