Shades of Governor Bay #495990
Tints of Governor Bay #495990
RGB
CMYK
RGB Variations
Color information
#495990 (or 0x495990) is known color: Governor Bay. HEX triplet: 49, 59 and 90. RGB value is (73,89,144). Sum of RGB (Red+Green+Blue) = 73+89+144=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 89 (35.16% from 255 or 29.08% from 306); Blue value is 144 (56.64% from 255 or 47.06% from 306); Max value from RGB is 144 - color contains mainly: blue. Hex color #495990 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495990 is #B6A66F. Grayscale: #5A5A5A. Windows color (decimal): -11970160 or 9460041. OLE color: 9460041.
HSL color Cylindrical-coordinate representation of color #495990: hue angle of 226.48º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #495990 is Cyan = 0.49, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 89 | 144 | - |
| CMYK | 0.49 | 0.38 | 0 | 0.44 |
| HSL | 226.48º | 0.33% | 0.43% | - |
| HSV(B) | 226.48º | 0.49% | 0.56% | - |
| XYZ | 11.35 | 10.57 | 27.83 | - |
| YUV | 90.49 | 158.2 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 144 | 0.49 | 0.38 | 0 | 0.44 | 226.48 | 0.33 | 0.43 |
| Hex | 49 | 59 | 90 | 31 | 26 | 0 | 2C | E2 | 21 | 2B |
| Octal | 111 | 131 | 220 | 61 | 46 | 0 | 54 | 342 | 41 | 53 |
| Binary | 1001001 | 1011001 | 10010000 | 110001 | 100110 | 0 | 101100 | 11100010 | 100001 | 101011 |
Color Harmonies of #495990
Complementary color
Monochromatic Colors of #495990
Black with #495990
Text Example
Text Example
White with #495990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495990; }
p { color: rgb(73,89,144); }
H1.HeaderClassName
{
color: #495990;
}
.AnyTagClassName
{
color: #495990;
}
</style>
background-color css
<style>
a { background-color: #495990; }
a { background-color: rgb(73,89,144); }
div.DivClassName
{
background-color: #495990;
}
.BgClassName
{
background-color: #495990;
}
</style>
border-color css
<style>
span { border-color: #495990; }
span { border-color: rgb(73,89,144); }
td.TdClassName
{
border-color: #495990;
}
.TagClassName
{
border-color: #495990;
}
</style>