Shades of Governor Bay #464FA7
Tints of Governor Bay #464FA7
RGB
CMYK
RGB Variations
Color information
#464FA7 (or 0x464FA7) is known color: Governor Bay. HEX triplet: 46, 4F and A7. RGB value is (70,79,167). Sum of RGB (Red+Green+Blue) = 70+79+167=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 79 (31.25% from 255 or 25% from 316); Blue value is 167 (65.62% from 255 or 52.85% from 316); Max value from RGB is 167 - color contains mainly: blue. Hex color #464FA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464FA7 is #B9B058. Grayscale: #555555. Windows color (decimal): -12169305 or 10964806. OLE color: 10964806.
HSL color Cylindrical-coordinate representation of color #464FA7: hue angle of 234.43º 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 #464FA7 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 79 | 167 | - |
| CMYK | 0.58 | 0.53 | 0 | 0.35 |
| HSL | 234.43º | 0.41% | 0.46% | - |
| HSV(B) | 234.43º | 0.58% | 0.65% | - |
| XYZ | 12.3 | 9.68 | 37.78 | - |
| YUV | 86.34 | 173.52 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 167 | 0.58 | 0.53 | 0 | 0.35 | 234.43 | 0.41 | 0.46 |
| Hex | 46 | 4F | A7 | 3A | 35 | 0 | 23 | EA | 29 | 2E |
| Octal | 106 | 117 | 247 | 72 | 65 | 0 | 43 | 352 | 51 | 56 |
| Binary | 1000110 | 1001111 | 10100111 | 111010 | 110101 | 0 | 100011 | 11101010 | 101001 | 101110 |
Color Harmonies of #464FA7
Complementary color
Monochromatic Colors of #464FA7
Black with #464FA7
Text Example
Text Example
White with #464FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464FA7; }
p { color: rgb(70,79,167); }
H1.HeaderClassName
{
color: #464FA7;
}
.AnyTagClassName
{
color: #464FA7;
}
</style>
background-color css
<style>
a { background-color: #464FA7; }
a { background-color: rgb(70,79,167); }
div.DivClassName
{
background-color: #464FA7;
}
.BgClassName
{
background-color: #464FA7;
}
</style>
border-color css
<style>
span { border-color: #464FA7; }
span { border-color: rgb(70,79,167); }
td.TdClassName
{
border-color: #464FA7;
}
.TagClassName
{
border-color: #464FA7;
}
</style>