Shades of Governor Bay #494C99
Tints of Governor Bay #494C99
RGB
CMYK
RGB Variations
Color information
#494C99 (or 0x494C99) is known color: Governor Bay. HEX triplet: 49, 4C and 99. RGB value is (73,76,153). Sum of RGB (Red+Green+Blue) = 73+76+153=302 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.17% from 302); Green value is 76 (30.08% from 255 or 25.17% from 302); Blue value is 153 (60.16% from 255 or 50.66% from 302); Max value from RGB is 153 - color contains mainly: blue. Hex color #494C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C99 is #B6B366. Grayscale: #535353. Windows color (decimal): -11973479 or 10046537. OLE color: 10046537.
HSL color Cylindrical-coordinate representation of color #494C99: hue angle of 237.75º 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 #494C99 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 76 | 153 | - |
| CMYK | 0.52 | 0.50 | 0 | 0.4 |
| HSL | 237.75º | 0.35% | 0.44% | - |
| HSV(B) | 237.75º | 0.52% | 0.6% | - |
| XYZ | 11.08 | 8.89 | 31.27 | - |
| YUV | 83.88 | 167.01 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 153 | 0.52 | 0.50 | 0 | 0.4 | 237.75 | 0.35 | 0.44 |
| Hex | 49 | 4C | 99 | 34 | 32 | 0 | 28 | EE | 23 | 2C |
| Octal | 111 | 114 | 231 | 64 | 62 | 0 | 50 | 356 | 43 | 54 |
| Binary | 1001001 | 1001100 | 10011001 | 110100 | 110010 | 0 | 101000 | 11101110 | 100011 | 101100 |
Color Harmonies of #494C99
Complementary color
Monochromatic Colors of #494C99
Black with #494C99
Text Example
Text Example
White with #494C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C99; }
p { color: rgb(73,76,153); }
H1.HeaderClassName
{
color: #494C99;
}
.AnyTagClassName
{
color: #494C99;
}
</style>
background-color css
<style>
a { background-color: #494C99; }
a { background-color: rgb(73,76,153); }
div.DivClassName
{
background-color: #494C99;
}
.BgClassName
{
background-color: #494C99;
}
</style>
border-color css
<style>
span { border-color: #494C99; }
span { border-color: rgb(73,76,153); }
td.TdClassName
{
border-color: #494C99;
}
.TagClassName
{
border-color: #494C99;
}
</style>