Shades of Governor Bay #494C95
Tints of Governor Bay #494C95
RGB
CMYK
RGB Variations
Color information
#494C95 (or 0x494C95) is known color: Governor Bay. HEX triplet: 49, 4C and 95. RGB value is (73,76,149). Sum of RGB (Red+Green+Blue) = 73+76+149=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #494C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C95 is #B6B36A. Grayscale: #535353. Windows color (decimal): -11973483 or 9784393. OLE color: 9784393.
HSL color Cylindrical-coordinate representation of color #494C95: hue angle of 237.63º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #494C95 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 76 | 149 | - |
| CMYK | 0.51 | 0.49 | 0 | 0.42 |
| HSL | 237.63º | 0.34% | 0.44% | - |
| HSV(B) | 237.63º | 0.51% | 0.58% | - |
| XYZ | 10.76 | 8.76 | 29.56 | - |
| YUV | 83.43 | 165.01 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 149 | 0.51 | 0.49 | 0 | 0.42 | 237.63 | 0.34 | 0.44 |
| Hex | 49 | 4C | 95 | 33 | 31 | 0 | 2A | EE | 22 | 2C |
| Octal | 111 | 114 | 225 | 63 | 61 | 0 | 52 | 356 | 42 | 54 |
| Binary | 1001001 | 1001100 | 10010101 | 110011 | 110001 | 0 | 101010 | 11101110 | 100010 | 101100 |
Color Harmonies of #494C95
Complementary color
Monochromatic Colors of #494C95
Black with #494C95
Text Example
Text Example
White with #494C95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C95; }
p { color: rgb(73,76,149); }
H1.HeaderClassName
{
color: #494C95;
}
.AnyTagClassName
{
color: #494C95;
}
</style>
background-color css
<style>
a { background-color: #494C95; }
a { background-color: rgb(73,76,149); }
div.DivClassName
{
background-color: #494C95;
}
.BgClassName
{
background-color: #494C95;
}
</style>
border-color css
<style>
span { border-color: #494C95; }
span { border-color: rgb(73,76,149); }
td.TdClassName
{
border-color: #494C95;
}
.TagClassName
{
border-color: #494C95;
}
</style>