Shades of Governor Bay #4954A0
Tints of Governor Bay #4954A0
RGB
CMYK
RGB Variations
Color information
#4954A0 (or 0x4954A0) is known color: Governor Bay. HEX triplet: 49, 54 and A0. RGB value is (73,84,160). Sum of RGB (Red+Green+Blue) = 73+84+160=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 160 (62.89% from 255 or 50.47% from 317); Max value from RGB is 160 - color contains mainly: blue. Hex color #4954A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4954A0 is #B6AB5F. Grayscale: #595959. Windows color (decimal): -11971424 or 10507337. OLE color: 10507337.
HSL color Cylindrical-coordinate representation of color #4954A0: hue angle of 232.41º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4954A0 is Cyan = 0.54, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 84 | 160 | - |
| CMYK | 0.54 | 0.48 | 0 | 0.37 |
| HSL | 232.41º | 0.37% | 0.46% | - |
| HSV(B) | 232.41º | 0.54% | 0.63% | - |
| XYZ | 12.26 | 10.3 | 34.6 | - |
| YUV | 89.38 | 167.86 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 84 | 160 | 0.54 | 0.48 | 0 | 0.37 | 232.41 | 0.37 | 0.46 |
| Hex | 49 | 54 | A0 | 36 | 30 | 0 | 25 | E8 | 25 | 2E |
| Octal | 111 | 124 | 240 | 66 | 60 | 0 | 45 | 350 | 45 | 56 |
| Binary | 1001001 | 1010100 | 10100000 | 110110 | 110000 | 0 | 100101 | 11101000 | 100101 | 101110 |
Color Harmonies of #4954A0
Complementary color
Monochromatic Colors of #4954A0
Black with #4954A0
Text Example
Text Example
White with #4954A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4954A0; }
p { color: rgb(73,84,160); }
H1.HeaderClassName
{
color: #4954A0;
}
.AnyTagClassName
{
color: #4954A0;
}
</style>
background-color css
<style>
a { background-color: #4954A0; }
a { background-color: rgb(73,84,160); }
div.DivClassName
{
background-color: #4954A0;
}
.BgClassName
{
background-color: #4954A0;
}
</style>
border-color css
<style>
span { border-color: #4954A0; }
span { border-color: rgb(73,84,160); }
td.TdClassName
{
border-color: #4954A0;
}
.TagClassName
{
border-color: #4954A0;
}
</style>