Shades of Governor Bay #494DA6
Tints of Governor Bay #494DA6
RGB
CMYK
RGB Variations
Color information
#494DA6 (or 0x494DA6) is known color: Governor Bay. HEX triplet: 49, 4D and A6. RGB value is (73,77,166). Sum of RGB (Red+Green+Blue) = 73+77+166=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 166 (65.23% from 255 or 52.53% from 316); Max value from RGB is 166 - color contains mainly: blue. Hex color #494DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DA6 is #B6B259. Grayscale: #555555. Windows color (decimal): -11973210 or 10898761. OLE color: 10898761.
HSL color Cylindrical-coordinate representation of color #494DA6: hue angle of 237.42º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #494DA6 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 77 | 166 | - |
| CMYK | 0.56 | 0.54 | 0 | 0.35 |
| HSL | 237.42º | 0.39% | 0.47% | - |
| HSV(B) | 237.42º | 0.56% | 0.65% | - |
| XYZ | 12.28 | 9.48 | 37.26 | - |
| YUV | 85.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 166 | 0.56 | 0.54 | 0 | 0.35 | 237.42 | 0.39 | 0.47 |
| Hex | 49 | 4D | A6 | 38 | 36 | 0 | 23 | ED | 27 | 2F |
| Octal | 111 | 115 | 246 | 70 | 66 | 0 | 43 | 355 | 47 | 57 |
| Binary | 1001001 | 1001101 | 10100110 | 111000 | 110110 | 0 | 100011 | 11101101 | 100111 | 101111 |
Color Harmonies of #494DA6
Complementary color
Monochromatic Colors of #494DA6
Black with #494DA6
Text Example
Text Example
White with #494DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494DA6; }
p { color: rgb(73,77,166); }
H1.HeaderClassName
{
color: #494DA6;
}
.AnyTagClassName
{
color: #494DA6;
}
</style>
background-color css
<style>
a { background-color: #494DA6; }
a { background-color: rgb(73,77,166); }
div.DivClassName
{
background-color: #494DA6;
}
.BgClassName
{
background-color: #494DA6;
}
</style>
border-color css
<style>
span { border-color: #494DA6; }
span { border-color: rgb(73,77,166); }
td.TdClassName
{
border-color: #494DA6;
}
.TagClassName
{
border-color: #494DA6;
}
</style>