Shades of Governor Bay #464BA7
Tints of Governor Bay #464BA7
RGB
CMYK
RGB Variations
Color information
#464BA7 (or 0x464BA7) is known color: Governor Bay. HEX triplet: 46, 4B and A7. RGB value is (70,75,167). Sum of RGB (Red+Green+Blue) = 70+75+167=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 167 (65.62% from 255 or 53.53% from 312); Max value from RGB is 167 - color contains mainly: blue. Hex color #464BA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464BA7 is #B9B458. Grayscale: #535353. Windows color (decimal): -12170329 or 10963782. OLE color: 10963782.
HSL color Cylindrical-coordinate representation of color #464BA7: hue angle of 236.91º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #464BA7 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 75 | 167 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.35 |
| HSL | 236.91º | 0.41% | 0.46% | - |
| HSV(B) | 236.91º | 0.58% | 0.65% | - |
| XYZ | 12.02 | 9.12 | 37.69 | - |
| YUV | 83.99 | 174.84 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 167 | 0.58 | 0.55 | 0 | 0.35 | 236.91 | 0.41 | 0.46 |
| Hex | 46 | 4B | A7 | 3A | 37 | 0 | 23 | ED | 29 | 2E |
| Octal | 106 | 113 | 247 | 72 | 67 | 0 | 43 | 355 | 51 | 56 |
| Binary | 1000110 | 1001011 | 10100111 | 111010 | 110111 | 0 | 100011 | 11101101 | 101001 | 101110 |
Color Harmonies of #464BA7
Complementary color
Monochromatic Colors of #464BA7
Black with #464BA7
Text Example
Text Example
White with #464BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BA7; }
p { color: rgb(70,75,167); }
H1.HeaderClassName
{
color: #464BA7;
}
.AnyTagClassName
{
color: #464BA7;
}
</style>
background-color css
<style>
a { background-color: #464BA7; }
a { background-color: rgb(70,75,167); }
div.DivClassName
{
background-color: #464BA7;
}
.BgClassName
{
background-color: #464BA7;
}
</style>
border-color css
<style>
span { border-color: #464BA7; }
span { border-color: rgb(70,75,167); }
td.TdClassName
{
border-color: #464BA7;
}
.TagClassName
{
border-color: #464BA7;
}
</style>