Shades of Governor Bay #494999
Tints of Governor Bay #494999
RGB
CMYK
RGB Variations
Color information
#494999 (or 0x494999) is known color: Governor Bay. HEX triplet: 49, 49 and 99. RGB value is (73,73,153). Sum of RGB (Red+Green+Blue) = 73+73+153=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 73 (28.91% from 255 or 24.41% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #494999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494999 is #B6B666. Grayscale: #515151. Windows color (decimal): -11974247 or 10045769. OLE color: 10045769.
HSL color Cylindrical-coordinate representation of color #494999: hue angle of 240º 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 #494999 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 73 | 153 | - |
| CMYK | 0.52 | 0.52 | 0 | 0.4 |
| HSL | 240º | 0.35% | 0.44% | - |
| HSV(B) | 240º | 0.52% | 0.6% | - |
| XYZ | 10.88 | 8.48 | 31.2 | - |
| YUV | 82.12 | 168 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 73 | 153 | 0.52 | 0.52 | 0 | 0.4 | 240 | 0.35 | 0.44 |
| Hex | 49 | 49 | 99 | 34 | 34 | 0 | 28 | F0 | 23 | 2C |
| Octal | 111 | 111 | 231 | 64 | 64 | 0 | 50 | 360 | 43 | 54 |
| Binary | 1001001 | 1001001 | 10011001 | 110100 | 110100 | 0 | 101000 | 11110000 | 100011 | 101100 |
Color Harmonies of #494999
Complementary color
Monochromatic Colors of #494999
Black with #494999
Text Example
Text Example
White with #494999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494999; }
p { color: rgb(73,73,153); }
H1.HeaderClassName
{
color: #494999;
}
.AnyTagClassName
{
color: #494999;
}
</style>
background-color css
<style>
a { background-color: #494999; }
a { background-color: rgb(73,73,153); }
div.DivClassName
{
background-color: #494999;
}
.BgClassName
{
background-color: #494999;
}
</style>
border-color css
<style>
span { border-color: #494999; }
span { border-color: rgb(73,73,153); }
td.TdClassName
{
border-color: #494999;
}
.TagClassName
{
border-color: #494999;
}
</style>