Shades of Governor Bay #494D99
Tints of Governor Bay #494D99
RGB
CMYK
RGB Variations
Color information
#494D99 (or 0x494D99) is known color: Governor Bay. HEX triplet: 49, 4D and 99. RGB value is (73,77,153). Sum of RGB (Red+Green+Blue) = 73+77+153=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #494D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D99 is #B6B266. Grayscale: #545454. Windows color (decimal): -11973223 or 10046793. OLE color: 10046793.
HSL color Cylindrical-coordinate representation of color #494D99: hue angle of 237º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #494D99 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 77 | 153 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.4 |
| HSL | 237º | 0.35% | 0.44% | - |
| HSV(B) | 237º | 0.52% | 0.6% | - |
| XYZ | 11.15 | 9.02 | 31.29 | - |
| YUV | 84.47 | 166.67 | 119.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 153 | 0.52 | 0.50 | 0 | 0.4 | 237 | 0.35 | 0.44 |
| Hex | 49 | 4D | 99 | 34 | 32 | 0 | 28 | ED | 23 | 2C |
| Octal | 111 | 115 | 231 | 64 | 62 | 0 | 50 | 355 | 43 | 54 |
| Binary | 1001001 | 1001101 | 10011001 | 110100 | 110010 | 0 | 101000 | 11101101 | 100011 | 101100 |
Color Harmonies of #494D99
Complementary color
Monochromatic Colors of #494D99
Black with #494D99
Text Example
Text Example
White with #494D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D99; }
p { color: rgb(73,77,153); }
H1.HeaderClassName
{
color: #494D99;
}
.AnyTagClassName
{
color: #494D99;
}
</style>
background-color css
<style>
a { background-color: #494D99; }
a { background-color: rgb(73,77,153); }
div.DivClassName
{
background-color: #494D99;
}
.BgClassName
{
background-color: #494D99;
}
</style>
border-color css
<style>
span { border-color: #494D99; }
span { border-color: rgb(73,77,153); }
td.TdClassName
{
border-color: #494D99;
}
.TagClassName
{
border-color: #494D99;
}
</style>