Shades of Governor Bay #494F8B
Tints of Governor Bay #494F8B
RGB
CMYK
RGB Variations
Color information
#494F8B (or 0x494F8B) is known color: Governor Bay. HEX triplet: 49, 4F and 8B. RGB value is (73,79,139). Sum of RGB (Red+Green+Blue) = 73+79+139=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 79 (31.25% from 255 or 27.15% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #494F8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494F8B is #B6B074. Grayscale: #535353. Windows color (decimal): -11972725 or 9129801. OLE color: 9129801.
HSL color Cylindrical-coordinate representation of color #494F8B: hue angle of 234.55º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #494F8B is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 73 | 79 | 139 | - |
| CMYK | 0.47 | 0.43 | 0 | 0.45 |
| HSL | 234.55º | 0.31% | 0.42% | - |
| HSV(B) | 234.55º | 0.47% | 0.55% | - |
| XYZ | 10.2 | 8.87 | 25.6 | - |
| YUV | 84.05 | 159.01 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 79 | 139 | 0.47 | 0.43 | 0 | 0.45 | 234.55 | 0.31 | 0.42 |
| Hex | 49 | 4F | 8B | 2F | 2B | 0 | 2D | EB | 1F | 2A |
| Octal | 111 | 117 | 213 | 57 | 53 | 0 | 55 | 353 | 37 | 52 |
| Binary | 1001001 | 1001111 | 10001011 | 101111 | 101011 | 0 | 101101 | 11101011 | 11111 | 101010 |
Color Harmonies of #494F8B
Complementary color
Monochromatic Colors of #494F8B
Black with #494F8B
Text Example
Text Example
White with #494F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494F8B; }
p { color: rgb(73,79,139); }
H1.HeaderClassName
{
color: #494F8B;
}
.AnyTagClassName
{
color: #494F8B;
}
</style>
background-color css
<style>
a { background-color: #494F8B; }
a { background-color: rgb(73,79,139); }
div.DivClassName
{
background-color: #494F8B;
}
.BgClassName
{
background-color: #494F8B;
}
</style>
border-color css
<style>
span { border-color: #494F8B; }
span { border-color: rgb(73,79,139); }
td.TdClassName
{
border-color: #494F8B;
}
.TagClassName
{
border-color: #494F8B;
}
</style>