Shades of Governor Bay #495199
Tints of Governor Bay #495199
RGB
CMYK
RGB Variations
Color information
#495199 (or 0x495199) is known color: Governor Bay. HEX triplet: 49, 51 and 99. RGB value is (73,81,153). Sum of RGB (Red+Green+Blue) = 73+81+153=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #495199 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #495199 is #B6AE66. Grayscale: #565656. Windows color (decimal): -11972199 or 10047817. OLE color: 10047817.
HSL color Cylindrical-coordinate representation of color #495199: hue angle of 234º 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 #495199 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 73 | 81 | 153 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.4 |
| HSL | 234º | 0.35% | 0.44% | - |
| HSV(B) | 234º | 0.52% | 0.6% | - |
| XYZ | 11.44 | 9.6 | 31.39 | - |
| YUV | 86.82 | 165.35 | 118.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 153 | 0.52 | 0.47 | 0 | 0.4 | 234 | 0.35 | 0.44 |
| Hex | 49 | 51 | 99 | 34 | 2F | 0 | 28 | EA | 23 | 2C |
| Octal | 111 | 121 | 231 | 64 | 57 | 0 | 50 | 352 | 43 | 54 |
| Binary | 1001001 | 1010001 | 10011001 | 110100 | 101111 | 0 | 101000 | 11101010 | 100011 | 101100 |
Color Harmonies of #495199
Complementary color
Monochromatic Colors of #495199
Black with #495199
Text Example
Text Example
White with #495199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #495199; }
p { color: rgb(73,81,153); }
H1.HeaderClassName
{
color: #495199;
}
.AnyTagClassName
{
color: #495199;
}
</style>
background-color css
<style>
a { background-color: #495199; }
a { background-color: rgb(73,81,153); }
div.DivClassName
{
background-color: #495199;
}
.BgClassName
{
background-color: #495199;
}
</style>
border-color css
<style>
span { border-color: #495199; }
span { border-color: rgb(73,81,153); }
td.TdClassName
{
border-color: #495199;
}
.TagClassName
{
border-color: #495199;
}
</style>