Shades of Governor Bay #495999
Tints of Governor Bay #495999
RGB
CMYK
RGB Variations
Color information
#495999 (or 0x495999) is known color: Governor Bay. HEX triplet: 49, 59 and 99. RGB value is (73,89,153). Sum of RGB (Red+Green+Blue) = 73+89+153=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 153 (60.16% from 255 or 48.57% from 315); Max value from RGB is 153 - color contains mainly: blue. Hex color #495999 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495999 is #B6A666. Grayscale: #5B5B5B. Windows color (decimal): -11970151 or 10049865. OLE color: 10049865.
HSL color Cylindrical-coordinate representation of color #495999: hue angle of 228º 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 #495999 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 89 | 153 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.4 |
| HSL | 228º | 0.35% | 0.44% | - |
| HSV(B) | 228º | 0.52% | 0.6% | - |
| XYZ | 12.07 | 10.86 | 31.6 | - |
| YUV | 91.51 | 162.7 | 114.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 89 | 153 | 0.52 | 0.42 | 0 | 0.4 | 228 | 0.35 | 0.44 |
| Hex | 49 | 59 | 99 | 34 | 2A | 0 | 28 | E4 | 23 | 2C |
| Octal | 111 | 131 | 231 | 64 | 52 | 0 | 50 | 344 | 43 | 54 |
| Binary | 1001001 | 1011001 | 10011001 | 110100 | 101010 | 0 | 101000 | 11100100 | 100011 | 101100 |
Color Harmonies of #495999
Complementary color
Monochromatic Colors of #495999
Black with #495999
Text Example
Text Example
White with #495999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495999; }
p { color: rgb(73,89,153); }
H1.HeaderClassName
{
color: #495999;
}
.AnyTagClassName
{
color: #495999;
}
</style>
background-color css
<style>
a { background-color: #495999; }
a { background-color: rgb(73,89,153); }
div.DivClassName
{
background-color: #495999;
}
.BgClassName
{
background-color: #495999;
}
</style>
border-color css
<style>
span { border-color: #495999; }
span { border-color: rgb(73,89,153); }
td.TdClassName
{
border-color: #495999;
}
.TagClassName
{
border-color: #495999;
}
</style>