Shades of Governor Bay #4958A0
Tints of Governor Bay #4958A0
RGB
CMYK
RGB Variations
Color information
#4958A0 (or 0x4958A0) is known color: Governor Bay. HEX triplet: 49, 58 and A0. RGB value is (73,88,160). Sum of RGB (Red+Green+Blue) = 73+88+160=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 88 (34.77% from 255 or 27.41% from 321); Blue value is 160 (62.89% from 255 or 49.84% from 321); Max value from RGB is 160 - color contains mainly: blue. Hex color #4958A0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4958A0 is #B6A75F. Grayscale: #5B5B5B. Windows color (decimal): -11970400 or 10508361. OLE color: 10508361.
HSL color Cylindrical-coordinate representation of color #4958A0: hue angle of 229.66º 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 #4958A0 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 73 | 88 | 160 | - |
| CMYK | 0.54 | 0.45 | 0 | 0.37 |
| HSL | 229.66º | 0.37% | 0.46% | - |
| HSV(B) | 229.66º | 0.54% | 0.63% | - |
| XYZ | 12.58 | 10.93 | 34.71 | - |
| YUV | 91.72 | 166.53 | 114.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 88 | 160 | 0.54 | 0.45 | 0 | 0.37 | 229.66 | 0.37 | 0.46 |
| Hex | 49 | 58 | A0 | 36 | 2D | 0 | 25 | E6 | 25 | 2E |
| Octal | 111 | 130 | 240 | 66 | 55 | 0 | 45 | 346 | 45 | 56 |
| Binary | 1001001 | 1011000 | 10100000 | 110110 | 101101 | 0 | 100101 | 11100110 | 100101 | 101110 |
Color Harmonies of #4958A0
Complementary color
Monochromatic Colors of #4958A0
Black with #4958A0
Text Example
Text Example
White with #4958A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4958A0; }
p { color: rgb(73,88,160); }
H1.HeaderClassName
{
color: #4958A0;
}
.AnyTagClassName
{
color: #4958A0;
}
</style>
background-color css
<style>
a { background-color: #4958A0; }
a { background-color: rgb(73,88,160); }
div.DivClassName
{
background-color: #4958A0;
}
.BgClassName
{
background-color: #4958A0;
}
</style>
border-color css
<style>
span { border-color: #4958A0; }
span { border-color: rgb(73,88,160); }
td.TdClassName
{
border-color: #4958A0;
}
.TagClassName
{
border-color: #4958A0;
}
</style>