Shades of Governor Bay #494B8F
Tints of Governor Bay #494B8F
RGB
CMYK
RGB Variations
Color information
#494B8F (or 0x494B8F) is known color: Governor Bay. HEX triplet: 49, 4B and 8F. RGB value is (73,75,143). Sum of RGB (Red+Green+Blue) = 73+75+143=291 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.09% from 291); Green value is 75 (29.69% from 255 or 25.77% from 291); Blue value is 143 (56.25% from 255 or 49.14% from 291); Max value from RGB is 143 - color contains mainly: blue. Hex color #494B8F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494B8F is #B6B470. Grayscale: #515151. Windows color (decimal): -11973745 or 9390921. OLE color: 9390921.
HSL color Cylindrical-coordinate representation of color #494B8F: hue angle of 238.29º 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 #494B8F is Cyan = 0.49, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 73 | 75 | 143 | - |
| CMYK | 0.49 | 0.48 | 0 | 0.44 |
| HSL | 238.29º | 0.32% | 0.42% | - |
| HSV(B) | 238.29º | 0.49% | 0.56% | - |
| XYZ | 10.22 | 8.43 | 27.08 | - |
| YUV | 82.15 | 162.34 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 143 | 0.49 | 0.48 | 0 | 0.44 | 238.29 | 0.32 | 0.42 |
| Hex | 49 | 4B | 8F | 31 | 30 | 0 | 2C | EE | 20 | 2A |
| Octal | 111 | 113 | 217 | 61 | 60 | 0 | 54 | 356 | 40 | 52 |
| Binary | 1001001 | 1001011 | 10001111 | 110001 | 110000 | 0 | 101100 | 11101110 | 100000 | 101010 |
Color Harmonies of #494B8F
Complementary color
Monochromatic Colors of #494B8F
Black with #494B8F
Text Example
Text Example
White with #494B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494B8F; }
p { color: rgb(73,75,143); }
H1.HeaderClassName
{
color: #494B8F;
}
.AnyTagClassName
{
color: #494B8F;
}
</style>
background-color css
<style>
a { background-color: #494B8F; }
a { background-color: rgb(73,75,143); }
div.DivClassName
{
background-color: #494B8F;
}
.BgClassName
{
background-color: #494B8F;
}
</style>
border-color css
<style>
span { border-color: #494B8F; }
span { border-color: rgb(73,75,143); }
td.TdClassName
{
border-color: #494B8F;
}
.TagClassName
{
border-color: #494B8F;
}
</style>