Shades of Governor Bay #495898
Tints of Governor Bay #495898
RGB
CMYK
RGB Variations
Color information
#495898 (or 0x495898) is known color: Governor Bay. HEX triplet: 49, 58 and 98. RGB value is (73,88,152). Sum of RGB (Red+Green+Blue) = 73+88+152=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #495898 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495898 is #B6A767. Grayscale: #5A5A5A. Windows color (decimal): -11970408 or 9984073. OLE color: 9984073.
HSL color Cylindrical-coordinate representation of color #495898: hue angle of 228.61º 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 #495898 is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 73 | 88 | 152 | - |
| CMYK | 0.52 | 0.42 | 0 | 0.40 |
| HSL | 228.61º | 0.35% | 0.44% | - |
| HSV(B) | 228.61º | 0.52% | 0.6% | - |
| XYZ | 11.9 | 10.66 | 31.14 | - |
| YUV | 90.81 | 162.53 | 115.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 152 | 0.52 | 0.42 | 0 | 0.40 | 228.61 | 0.35 | 0.44 |
| Hex | 49 | 58 | 98 | 34 | 2A | 0 | 28 | E5 | 23 | 2C |
| Octal | 111 | 130 | 230 | 64 | 52 | 0 | 50 | 345 | 43 | 54 |
| Binary | 1001001 | 1011000 | 10011000 | 110100 | 101010 | 0 | 101000 | 11100101 | 100011 | 101100 |
Color Harmonies of #495898
Complementary color
Monochromatic Colors of #495898
Black with #495898
Text Example
Text Example
White with #495898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495898; }
p { color: rgb(73,88,152); }
H1.HeaderClassName
{
color: #495898;
}
.AnyTagClassName
{
color: #495898;
}
</style>
background-color css
<style>
a { background-color: #495898; }
a { background-color: rgb(73,88,152); }
div.DivClassName
{
background-color: #495898;
}
.BgClassName
{
background-color: #495898;
}
</style>
border-color css
<style>
span { border-color: #495898; }
span { border-color: rgb(73,88,152); }
td.TdClassName
{
border-color: #495898;
}
.TagClassName
{
border-color: #495898;
}
</style>