Shades of Governor Bay #464BA6
Tints of Governor Bay #464BA6
RGB
CMYK
RGB Variations
Color information
#464BA6 (or 0x464BA6) is known color: Governor Bay. HEX triplet: 46, 4B and A6. RGB value is (70,75,166). Sum of RGB (Red+Green+Blue) = 70+75+166=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 166 (65.23% from 255 or 53.38% from 311); Max value from RGB is 166 - color contains mainly: blue. Hex color #464BA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464BA6 is #B9B459. Grayscale: #535353. Windows color (decimal): -12170330 or 10898246. OLE color: 10898246.
HSL color Cylindrical-coordinate representation of color #464BA6: hue angle of 236.88º 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 #464BA6 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 75 | 166 | - |
| CMYK | 0.58 | 0.55 | 0 | 0.35 |
| HSL | 236.88º | 0.41% | 0.46% | - |
| HSV(B) | 236.88º | 0.58% | 0.65% | - |
| XYZ | 11.92 | 9.09 | 37.2 | - |
| YUV | 83.88 | 174.34 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 166 | 0.58 | 0.55 | 0 | 0.35 | 236.88 | 0.41 | 0.46 |
| Hex | 46 | 4B | A6 | 3A | 37 | 0 | 23 | ED | 29 | 2E |
| Octal | 106 | 113 | 246 | 72 | 67 | 0 | 43 | 355 | 51 | 56 |
| Binary | 1000110 | 1001011 | 10100110 | 111010 | 110111 | 0 | 100011 | 11101101 | 101001 | 101110 |
Color Harmonies of #464BA6
Complementary color
Monochromatic Colors of #464BA6
Black with #464BA6
Text Example
Text Example
White with #464BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464BA6; }
p { color: rgb(70,75,166); }
H1.HeaderClassName
{
color: #464BA6;
}
.AnyTagClassName
{
color: #464BA6;
}
</style>
background-color css
<style>
a { background-color: #464BA6; }
a { background-color: rgb(70,75,166); }
div.DivClassName
{
background-color: #464BA6;
}
.BgClassName
{
background-color: #464BA6;
}
</style>
border-color css
<style>
span { border-color: #464BA6; }
span { border-color: rgb(70,75,166); }
td.TdClassName
{
border-color: #464BA6;
}
.TagClassName
{
border-color: #464BA6;
}
</style>