Shades of Governor Bay #495090
Tints of Governor Bay #495090
RGB
CMYK
RGB Variations
Color information
#495090 (or 0x495090) is known color: Governor Bay. HEX triplet: 49, 50 and 90. RGB value is (73,80,144). Sum of RGB (Red+Green+Blue) = 73+80+144=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 80 (31.64% from 255 or 26.94% from 297); Blue value is 144 (56.64% from 255 or 48.48% from 297); Max value from RGB is 144 - color contains mainly: blue. Hex color #495090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495090 is #B6AF6F. Grayscale: #545454. Windows color (decimal): -11972464 or 9457737. OLE color: 9457737.
HSL color Cylindrical-coordinate representation of color #495090: hue angle of 234.08º 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 #495090 is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 80 | 144 | - |
| CMYK | 0.49 | 0.44 | 0 | 0.44 |
| HSL | 234.08º | 0.33% | 0.43% | - |
| HSV(B) | 234.08º | 0.49% | 0.56% | - |
| XYZ | 10.65 | 9.17 | 27.59 | - |
| YUV | 85.2 | 161.18 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 80 | 144 | 0.49 | 0.44 | 0 | 0.44 | 234.08 | 0.33 | 0.43 |
| Hex | 49 | 50 | 90 | 31 | 2C | 0 | 2C | EA | 21 | 2B |
| Octal | 111 | 120 | 220 | 61 | 54 | 0 | 54 | 352 | 41 | 53 |
| Binary | 1001001 | 1010000 | 10010000 | 110001 | 101100 | 0 | 101100 | 11101010 | 100001 | 101011 |
Color Harmonies of #495090
Complementary color
Monochromatic Colors of #495090
Black with #495090
Text Example
Text Example
White with #495090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495090; }
p { color: rgb(73,80,144); }
H1.HeaderClassName
{
color: #495090;
}
.AnyTagClassName
{
color: #495090;
}
</style>
background-color css
<style>
a { background-color: #495090; }
a { background-color: rgb(73,80,144); }
div.DivClassName
{
background-color: #495090;
}
.BgClassName
{
background-color: #495090;
}
</style>
border-color css
<style>
span { border-color: #495090; }
span { border-color: rgb(73,80,144); }
td.TdClassName
{
border-color: #495090;
}
.TagClassName
{
border-color: #495090;
}
</style>