Shades of Governor Bay #494BA4
Tints of Governor Bay #494BA4
RGB
CMYK
RGB Variations
Color information
#494BA4 (or 0x494BA4) is known color: Governor Bay. HEX triplet: 49, 4B and A4. RGB value is (73,75,164). Sum of RGB (Red+Green+Blue) = 73+75+164=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 164 (64.45% from 255 or 52.56% from 312); Max value from RGB is 164 - color contains mainly: blue. Hex color #494BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494BA4 is #B6B45B. Grayscale: #545454. Windows color (decimal): -11973724 or 10767177. OLE color: 10767177.
HSL color Cylindrical-coordinate representation of color #494BA4: hue angle of 238.68º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494BA4 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 75 | 164 | - |
| CMYK | 0.55 | 0.54 | 0 | 0.36 |
| HSL | 238.68º | 0.38% | 0.46% | - |
| HSV(B) | 238.68º | 0.55% | 0.64% | - |
| XYZ | 11.96 | 9.13 | 36.25 | - |
| YUV | 84.55 | 172.84 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 75 | 164 | 0.55 | 0.54 | 0 | 0.36 | 238.68 | 0.38 | 0.46 |
| Hex | 49 | 4B | A4 | 37 | 36 | 0 | 24 | EF | 26 | 2E |
| Octal | 111 | 113 | 244 | 67 | 66 | 0 | 44 | 357 | 46 | 56 |
| Binary | 1001001 | 1001011 | 10100100 | 110111 | 110110 | 0 | 100100 | 11101111 | 100110 | 101110 |
Color Harmonies of #494BA4
Complementary color
Monochromatic Colors of #494BA4
Black with #494BA4
Text Example
Text Example
White with #494BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #494BA4; }
p { color: rgb(73,75,164); }
H1.HeaderClassName
{
color: #494BA4;
}
.AnyTagClassName
{
color: #494BA4;
}
</style>
background-color css
<style>
a { background-color: #494BA4; }
a { background-color: rgb(73,75,164); }
div.DivClassName
{
background-color: #494BA4;
}
.BgClassName
{
background-color: #494BA4;
}
</style>
border-color css
<style>
span { border-color: #494BA4; }
span { border-color: rgb(73,75,164); }
td.TdClassName
{
border-color: #494BA4;
}
.TagClassName
{
border-color: #494BA4;
}
</style>