Shades of Governor Bay #4951A5
Tints of Governor Bay #4951A5
RGB
CMYK
RGB Variations
Color information
#4951A5 (or 0x4951A5) is known color: Governor Bay. HEX triplet: 49, 51 and A5. RGB value is (73,81,165). Sum of RGB (Red+Green+Blue) = 73+81+165=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 165 (64.84% from 255 or 51.72% from 319); Max value from RGB is 165 - color contains mainly: blue. Hex color #4951A5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4951A5 is #B6AE5A. Grayscale: #575757. Windows color (decimal): -11972187 or 10834249. OLE color: 10834249.
HSL color Cylindrical-coordinate representation of color #4951A5: hue angle of 234.78º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4951A5 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 73 | 81 | 165 | - |
| CMYK | 0.56 | 0.51 | 0 | 0.35 |
| HSL | 234.78º | 0.39% | 0.47% | - |
| HSV(B) | 234.78º | 0.56% | 0.65% | - |
| XYZ | 12.48 | 10.02 | 36.87 | - |
| YUV | 88.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 81 | 165 | 0.56 | 0.51 | 0 | 0.35 | 234.78 | 0.39 | 0.47 |
| Hex | 49 | 51 | A5 | 38 | 33 | 0 | 23 | EB | 27 | 2F |
| Octal | 111 | 121 | 245 | 70 | 63 | 0 | 43 | 353 | 47 | 57 |
| Binary | 1001001 | 1010001 | 10100101 | 111000 | 110011 | 0 | 100011 | 11101011 | 100111 | 101111 |
Color Harmonies of #4951A5
Complementary color
Monochromatic Colors of #4951A5
Black with #4951A5
Text Example
Text Example
White with #4951A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4951A5; }
p { color: rgb(73,81,165); }
H1.HeaderClassName
{
color: #4951A5;
}
.AnyTagClassName
{
color: #4951A5;
}
</style>
background-color css
<style>
a { background-color: #4951A5; }
a { background-color: rgb(73,81,165); }
div.DivClassName
{
background-color: #4951A5;
}
.BgClassName
{
background-color: #4951A5;
}
</style>
border-color css
<style>
span { border-color: #4951A5; }
span { border-color: rgb(73,81,165); }
td.TdClassName
{
border-color: #4951A5;
}
.TagClassName
{
border-color: #4951A5;
}
</style>