Shades of Governor Bay #495196
Tints of Governor Bay #495196
RGB
CMYK
RGB Variations
Color information
#495196 (or 0x495196) is known color: Governor Bay. HEX triplet: 49, 51 and 96. RGB value is (73,81,150). Sum of RGB (Red+Green+Blue) = 73+81+150=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: blue. Hex color #495196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495196 is #B6AE69. Grayscale: #565656. Windows color (decimal): -11972202 or 9851209. OLE color: 9851209.
HSL color Cylindrical-coordinate representation of color #495196: hue angle of 233.77º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #495196 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 73 | 81 | 150 | - |
| CMYK | 0.51 | 0.46 | 0 | 0.41 |
| HSL | 233.77º | 0.35% | 0.44% | - |
| HSV(B) | 233.77º | 0.51% | 0.59% | - |
| XYZ | 11.2 | 9.5 | 30.1 | - |
| YUV | 86.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 150 | 0.51 | 0.46 | 0 | 0.41 | 233.77 | 0.35 | 0.44 |
| Hex | 49 | 51 | 96 | 33 | 2E | 0 | 29 | EA | 23 | 2C |
| Octal | 111 | 121 | 226 | 63 | 56 | 0 | 51 | 352 | 43 | 54 |
| Binary | 1001001 | 1010001 | 10010110 | 110011 | 101110 | 0 | 101001 | 11101010 | 100011 | 101100 |
Color Harmonies of #495196
Complementary color
Monochromatic Colors of #495196
Black with #495196
Text Example
Text Example
White with #495196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495196; }
p { color: rgb(73,81,150); }
H1.HeaderClassName
{
color: #495196;
}
.AnyTagClassName
{
color: #495196;
}
</style>
background-color css
<style>
a { background-color: #495196; }
a { background-color: rgb(73,81,150); }
div.DivClassName
{
background-color: #495196;
}
.BgClassName
{
background-color: #495196;
}
</style>
border-color css
<style>
span { border-color: #495196; }
span { border-color: rgb(73,81,150); }
td.TdClassName
{
border-color: #495196;
}
.TagClassName
{
border-color: #495196;
}
</style>