Shades of Governor Bay #494EA2
Tints of Governor Bay #494EA2
RGB
CMYK
RGB Variations
Color information
#494EA2 (or 0x494EA2) is known color: Governor Bay. HEX triplet: 49, 4E and A2. RGB value is (73,78,162). Sum of RGB (Red+Green+Blue) = 73+78+162=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 162 (63.67% from 255 or 51.76% from 313); Max value from RGB is 162 - color contains mainly: blue. Hex color #494EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494EA2 is #B6B15D. Grayscale: #555555. Windows color (decimal): -11972958 or 10636873. OLE color: 10636873.
HSL color Cylindrical-coordinate representation of color #494EA2: hue angle of 236.63º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494EA2 is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 78 | 162 | - |
| CMYK | 0.55 | 0.52 | 0 | 0.36 |
| HSL | 236.63º | 0.38% | 0.46% | - |
| HSV(B) | 236.63º | 0.55% | 0.64% | - |
| XYZ | 11.99 | 9.47 | 35.38 | - |
| YUV | 86.08 | 170.84 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 78 | 162 | 0.55 | 0.52 | 0 | 0.36 | 236.63 | 0.38 | 0.46 |
| Hex | 49 | 4E | A2 | 37 | 34 | 0 | 24 | ED | 26 | 2E |
| Octal | 111 | 116 | 242 | 67 | 64 | 0 | 44 | 355 | 46 | 56 |
| Binary | 1001001 | 1001110 | 10100010 | 110111 | 110100 | 0 | 100100 | 11101101 | 100110 | 101110 |
Color Harmonies of #494EA2
Complementary color
Monochromatic Colors of #494EA2
Black with #494EA2
Text Example
Text Example
White with #494EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494EA2; }
p { color: rgb(73,78,162); }
H1.HeaderClassName
{
color: #494EA2;
}
.AnyTagClassName
{
color: #494EA2;
}
</style>
background-color css
<style>
a { background-color: #494EA2; }
a { background-color: rgb(73,78,162); }
div.DivClassName
{
background-color: #494EA2;
}
.BgClassName
{
background-color: #494EA2;
}
</style>
border-color css
<style>
span { border-color: #494EA2; }
span { border-color: rgb(73,78,162); }
td.TdClassName
{
border-color: #494EA2;
}
.TagClassName
{
border-color: #494EA2;
}
</style>