Shades of Governor Bay #494FA0
Tints of Governor Bay #494FA0
RGB
CMYK
RGB Variations
Color information
#494FA0 (or 0x494FA0) is known color: Governor Bay. HEX triplet: 49, 4F and A0. RGB value is (73,79,160). Sum of RGB (Red+Green+Blue) = 73+79+160=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 160 (62.89% from 255 or 51.28% from 312); Max value from RGB is 160 - color contains mainly: blue. Hex color #494FA0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494FA0 is #B6B05F. Grayscale: #565656. Windows color (decimal): -11972704 or 10506057. OLE color: 10506057.
HSL color Cylindrical-coordinate representation of color #494FA0: hue angle of 235.86º 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 #494FA0 is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 79 | 160 | - |
| CMYK | 0.54 | 0.51 | 0 | 0.37 |
| HSL | 235.86º | 0.37% | 0.46% | - |
| HSV(B) | 235.86º | 0.54% | 0.63% | - |
| XYZ | 11.89 | 9.55 | 34.47 | - |
| YUV | 86.44 | 169.51 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 160 | 0.54 | 0.51 | 0 | 0.37 | 235.86 | 0.37 | 0.46 |
| Hex | 49 | 4F | A0 | 36 | 33 | 0 | 25 | EC | 25 | 2E |
| Octal | 111 | 117 | 240 | 66 | 63 | 0 | 45 | 354 | 45 | 56 |
| Binary | 1001001 | 1001111 | 10100000 | 110110 | 110011 | 0 | 100101 | 11101100 | 100101 | 101110 |
Color Harmonies of #494FA0
Complementary color
Monochromatic Colors of #494FA0
Black with #494FA0
Text Example
Text Example
White with #494FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494FA0; }
p { color: rgb(73,79,160); }
H1.HeaderClassName
{
color: #494FA0;
}
.AnyTagClassName
{
color: #494FA0;
}
</style>
background-color css
<style>
a { background-color: #494FA0; }
a { background-color: rgb(73,79,160); }
div.DivClassName
{
background-color: #494FA0;
}
.BgClassName
{
background-color: #494FA0;
}
</style>
border-color css
<style>
span { border-color: #494FA0; }
span { border-color: rgb(73,79,160); }
td.TdClassName
{
border-color: #494FA0;
}
.TagClassName
{
border-color: #494FA0;
}
</style>