Shades of Governor Bay #494C93
Tints of Governor Bay #494C93
RGB
CMYK
RGB Variations
Color information
#494C93 (or 0x494C93) is known color: Governor Bay. HEX triplet: 49, 4C and 93. RGB value is (73,76,147). Sum of RGB (Red+Green+Blue) = 73+76+147=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #494C93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494C93 is #B6B36C. Grayscale: #525252. Windows color (decimal): -11973485 or 9653321. OLE color: 9653321.
HSL color Cylindrical-coordinate representation of color #494C93: hue angle of 237.57º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #494C93 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 73 | 76 | 147 | - |
| CMYK | 0.50 | 0.48 | 0 | 0.42 |
| HSL | 237.57º | 0.34% | 0.43% | - |
| HSV(B) | 237.57º | 0.5% | 0.58% | - |
| XYZ | 10.6 | 8.69 | 28.72 | - |
| YUV | 83.2 | 164.01 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 76 | 147 | 0.50 | 0.48 | 0 | 0.42 | 237.57 | 0.34 | 0.43 |
| Hex | 49 | 4C | 93 | 32 | 30 | 0 | 2A | EE | 22 | 2B |
| Octal | 111 | 114 | 223 | 62 | 60 | 0 | 52 | 356 | 42 | 53 |
| Binary | 1001001 | 1001100 | 10010011 | 110010 | 110000 | 0 | 101010 | 11101110 | 100010 | 101011 |
Color Harmonies of #494C93
Complementary color
Monochromatic Colors of #494C93
Black with #494C93
Text Example
Text Example
White with #494C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494C93; }
p { color: rgb(73,76,147); }
H1.HeaderClassName
{
color: #494C93;
}
.AnyTagClassName
{
color: #494C93;
}
</style>
background-color css
<style>
a { background-color: #494C93; }
a { background-color: rgb(73,76,147); }
div.DivClassName
{
background-color: #494C93;
}
.BgClassName
{
background-color: #494C93;
}
</style>
border-color css
<style>
span { border-color: #494C93; }
span { border-color: rgb(73,76,147); }
td.TdClassName
{
border-color: #494C93;
}
.TagClassName
{
border-color: #494C93;
}
</style>