Shades of Governor Bay #494DA0
Tints of Governor Bay #494DA0
RGB
CMYK
RGB Variations
Color information
#494DA0 (or 0x494DA0) is known color: Governor Bay. HEX triplet: 49, 4D and A0. RGB value is (73,77,160). Sum of RGB (Red+Green+Blue) = 73+77+160=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 77 (30.47% from 255 or 24.84% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #494DA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DA0 is #B6B25F. Grayscale: #545454. Windows color (decimal): -11973216 or 10505545. OLE color: 10505545.
HSL color Cylindrical-coordinate representation of color #494DA0: hue angle of 237.24º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #494DA0 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 77 | 160 | - |
| CMYK | 0.54 | 0.52 | 0 | 0.37 |
| HSL | 237.24º | 0.37% | 0.46% | - |
| HSV(B) | 237.24º | 0.54% | 0.63% | - |
| XYZ | 11.75 | 9.26 | 34.43 | - |
| YUV | 85.27 | 170.17 | 119.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 160 | 0.54 | 0.52 | 0 | 0.37 | 237.24 | 0.37 | 0.46 |
| Hex | 49 | 4D | A0 | 36 | 34 | 0 | 25 | ED | 25 | 2E |
| Octal | 111 | 115 | 240 | 66 | 64 | 0 | 45 | 355 | 45 | 56 |
| Binary | 1001001 | 1001101 | 10100000 | 110110 | 110100 | 0 | 100101 | 11101101 | 100101 | 101110 |
Color Harmonies of #494DA0
Complementary color
Monochromatic Colors of #494DA0
Black with #494DA0
Text Example
Text Example
White with #494DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DA0; }
p { color: rgb(73,77,160); }
H1.HeaderClassName
{
color: #494DA0;
}
.AnyTagClassName
{
color: #494DA0;
}
</style>
background-color css
<style>
a { background-color: #494DA0; }
a { background-color: rgb(73,77,160); }
div.DivClassName
{
background-color: #494DA0;
}
.BgClassName
{
background-color: #494DA0;
}
</style>
border-color css
<style>
span { border-color: #494DA0; }
span { border-color: rgb(73,77,160); }
td.TdClassName
{
border-color: #494DA0;
}
.TagClassName
{
border-color: #494DA0;
}
</style>