Shades of Governor Bay #494A8F
Tints of Governor Bay #494A8F
RGB
CMYK
RGB Variations
Color information
#494A8F (or 0x494A8F) is known color: Governor Bay. HEX triplet: 49, 4A and 8F. RGB value is (73,74,143). Sum of RGB (Red+Green+Blue) = 73+74+143=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 143 (56.25% from 255 or 49.31% from 290); Max value from RGB is 143 - color contains mainly: blue. Hex color #494A8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494A8F is #B6B570. Grayscale: #515151. Windows color (decimal): -11974001 or 9390665. OLE color: 9390665.
HSL color Cylindrical-coordinate representation of color #494A8F: hue angle of 239.14º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #494A8F is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 74 | 143 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.44 |
| HSL | 239.14º | 0.32% | 0.42% | - |
| HSV(B) | 239.14º | 0.49% | 0.56% | - |
| XYZ | 10.15 | 8.3 | 27.05 | - |
| YUV | 81.57 | 162.67 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 74 | 143 | 0.49 | 0.48 | 0 | 0.44 | 239.14 | 0.32 | 0.42 |
| Hex | 49 | 4A | 8F | 31 | 30 | 0 | 2C | EF | 20 | 2A |
| Octal | 111 | 112 | 217 | 61 | 60 | 0 | 54 | 357 | 40 | 52 |
| Binary | 1001001 | 1001010 | 10001111 | 110001 | 110000 | 0 | 101100 | 11101111 | 100000 | 101010 |
Color Harmonies of #494A8F
Complementary color
Monochromatic Colors of #494A8F
Black with #494A8F
Text Example
Text Example
White with #494A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494A8F; }
p { color: rgb(73,74,143); }
H1.HeaderClassName
{
color: #494A8F;
}
.AnyTagClassName
{
color: #494A8F;
}
</style>
background-color css
<style>
a { background-color: #494A8F; }
a { background-color: rgb(73,74,143); }
div.DivClassName
{
background-color: #494A8F;
}
.BgClassName
{
background-color: #494A8F;
}
</style>
border-color css
<style>
span { border-color: #494A8F; }
span { border-color: rgb(73,74,143); }
td.TdClassName
{
border-color: #494A8F;
}
.TagClassName
{
border-color: #494A8F;
}
</style>