Shades of Governor Bay #494D92
Tints of Governor Bay #494D92
RGB
CMYK
RGB Variations
Color information
#494D92 (or 0x494D92) is known color: Governor Bay. HEX triplet: 49, 4D and 92. RGB value is (73,77,146). Sum of RGB (Red+Green+Blue) = 73+77+146=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #494D92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494D92 is #B6B26D. Grayscale: #535353. Windows color (decimal): -11973230 or 9588041. OLE color: 9588041.
HSL color Cylindrical-coordinate representation of color #494D92: hue angle of 236.71º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494D92 is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 73 | 77 | 146 | - |
| CMYK | 0.5 | 0.47 | 0 | 0.43 |
| HSL | 236.71º | 0.33% | 0.43% | - |
| HSV(B) | 236.71º | 0.5% | 0.57% | - |
| XYZ | 10.59 | 8.8 | 28.33 | - |
| YUV | 83.67 | 163.17 | 120.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 77 | 146 | 0.5 | 0.47 | 0 | 0.43 | 236.71 | 0.33 | 0.43 |
| Hex | 49 | 4D | 92 | 32 | 2F | 0 | 2B | ED | 21 | 2B |
| Octal | 111 | 115 | 222 | 62 | 57 | 0 | 53 | 355 | 41 | 53 |
| Binary | 1001001 | 1001101 | 10010010 | 110010 | 101111 | 0 | 101011 | 11101101 | 100001 | 101011 |
Color Harmonies of #494D92
Complementary color
Monochromatic Colors of #494D92
Black with #494D92
Text Example
Text Example
White with #494D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494D92; }
p { color: rgb(73,77,146); }
H1.HeaderClassName
{
color: #494D92;
}
.AnyTagClassName
{
color: #494D92;
}
</style>
background-color css
<style>
a { background-color: #494D92; }
a { background-color: rgb(73,77,146); }
div.DivClassName
{
background-color: #494D92;
}
.BgClassName
{
background-color: #494D92;
}
</style>
border-color css
<style>
span { border-color: #494D92; }
span { border-color: rgb(73,77,146); }
td.TdClassName
{
border-color: #494D92;
}
.TagClassName
{
border-color: #494D92;
}
</style>