Shades of Governor Bay #464E8D
Tints of Governor Bay #464E8D
RGB
CMYK
RGB Variations
Color information
#464E8D (or 0x464E8D) is known color: Governor Bay. HEX triplet: 46, 4E and 8D. RGB value is (70,78,141). Sum of RGB (Red+Green+Blue) = 70+78+141=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 78 (30.86% from 255 or 26.99% from 289); Blue value is 141 (55.47% from 255 or 48.79% from 289); Max value from RGB is 141 - color contains mainly: blue. Hex color #464E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E8D is #B9B172. Grayscale: #525252. Windows color (decimal): -12169587 or 9260614. OLE color: 9260614.
HSL color Cylindrical-coordinate representation of color #464E8D: hue angle of 233.24º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464E8D is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 78 | 141 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.45 |
| HSL | 233.24º | 0.34% | 0.41% | - |
| HSV(B) | 233.24º | 0.5% | 0.55% | - |
| XYZ | 10.06 | 8.67 | 26.34 | - |
| YUV | 82.79 | 160.85 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 141 | 0.50 | 0.45 | 0 | 0.45 | 233.24 | 0.34 | 0.41 |
| Hex | 46 | 4E | 8D | 32 | 2D | 0 | 2D | E9 | 22 | 29 |
| Octal | 106 | 116 | 215 | 62 | 55 | 0 | 55 | 351 | 42 | 51 |
| Binary | 1000110 | 1001110 | 10001101 | 110010 | 101101 | 0 | 101101 | 11101001 | 100010 | 101001 |
Color Harmonies of #464E8D
Complementary color
Monochromatic Colors of #464E8D
Black with #464E8D
Text Example
Text Example
White with #464E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E8D; }
p { color: rgb(70,78,141); }
H1.HeaderClassName
{
color: #464E8D;
}
.AnyTagClassName
{
color: #464E8D;
}
</style>
background-color css
<style>
a { background-color: #464E8D; }
a { background-color: rgb(70,78,141); }
div.DivClassName
{
background-color: #464E8D;
}
.BgClassName
{
background-color: #464E8D;
}
</style>
border-color css
<style>
span { border-color: #464E8D; }
span { border-color: rgb(70,78,141); }
td.TdClassName
{
border-color: #464E8D;
}
.TagClassName
{
border-color: #464E8D;
}
</style>