Shades of Governor Bay #494C98
Tints of Governor Bay #494C98
RGB
CMYK
RGB Variations
Color information
#494C98 (or 0x494C98) is known color: Governor Bay. HEX triplet: 49, 4C and 98. RGB value is (73,76,152). Sum of RGB (Red+Green+Blue) = 73+76+152=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 76 (30.08% from 255 or 25.25% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #494C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C98 is #B6B367. Grayscale: #535353. Windows color (decimal): -11973480 or 9981001. OLE color: 9981001.
HSL color Cylindrical-coordinate representation of color #494C98: hue angle of 237.72º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #494C98 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 76 | 152 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.40 |
| HSL | 237.72º | 0.35% | 0.44% | - |
| HSV(B) | 237.72º | 0.52% | 0.6% | - |
| XYZ | 11 | 8.85 | 30.83 | - |
| YUV | 83.77 | 166.51 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 152 | 0.52 | 0.50 | 0 | 0.40 | 237.72 | 0.35 | 0.44 |
| Hex | 49 | 4C | 98 | 34 | 32 | 0 | 28 | EE | 23 | 2C |
| Octal | 111 | 114 | 230 | 64 | 62 | 0 | 50 | 356 | 43 | 54 |
| Binary | 1001001 | 1001100 | 10011000 | 110100 | 110010 | 0 | 101000 | 11101110 | 100011 | 101100 |
Color Harmonies of #494C98
Complementary color
Monochromatic Colors of #494C98
Black with #494C98
Text Example
Text Example
White with #494C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C98; }
p { color: rgb(73,76,152); }
H1.HeaderClassName
{
color: #494C98;
}
.AnyTagClassName
{
color: #494C98;
}
</style>
background-color css
<style>
a { background-color: #494C98; }
a { background-color: rgb(73,76,152); }
div.DivClassName
{
background-color: #494C98;
}
.BgClassName
{
background-color: #494C98;
}
</style>
border-color css
<style>
span { border-color: #494C98; }
span { border-color: rgb(73,76,152); }
td.TdClassName
{
border-color: #494C98;
}
.TagClassName
{
border-color: #494C98;
}
</style>