Shades of Governor Bay #464F9E
Tints of Governor Bay #464F9E
RGB
CMYK
RGB Variations
Color information
#464F9E (or 0x464F9E) is known color: Governor Bay. HEX triplet: 46, 4F and 9E. RGB value is (70,79,158). Sum of RGB (Red+Green+Blue) = 70+79+158=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 79 (31.25% from 255 or 25.73% from 307); Blue value is 158 (62.11% from 255 or 51.47% from 307); Max value from RGB is 158 - color contains mainly: blue. Hex color #464F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464F9E is #B9B061. Grayscale: #545454. Windows color (decimal): -12169314 or 10374982. OLE color: 10374982.
HSL color Cylindrical-coordinate representation of color #464F9E: hue angle of 233.86º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #464F9E is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 79 | 158 | - |
| CMYK | 0.56 | 0.50 | 0 | 0.38 |
| HSL | 233.86º | 0.39% | 0.45% | - |
| HSV(B) | 233.86º | 0.56% | 0.62% | - |
| XYZ | 11.49 | 9.36 | 33.55 | - |
| YUV | 85.32 | 169.02 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 79 | 158 | 0.56 | 0.50 | 0 | 0.38 | 233.86 | 0.39 | 0.45 |
| Hex | 46 | 4F | 9E | 38 | 32 | 0 | 26 | EA | 27 | 2D |
| Octal | 106 | 117 | 236 | 70 | 62 | 0 | 46 | 352 | 47 | 55 |
| Binary | 1000110 | 1001111 | 10011110 | 111000 | 110010 | 0 | 100110 | 11101010 | 100111 | 101101 |
Color Harmonies of #464F9E
Complementary color
Monochromatic Colors of #464F9E
Black with #464F9E
Text Example
Text Example
White with #464F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464F9E; }
p { color: rgb(70,79,158); }
H1.HeaderClassName
{
color: #464F9E;
}
.AnyTagClassName
{
color: #464F9E;
}
</style>
background-color css
<style>
a { background-color: #464F9E; }
a { background-color: rgb(70,79,158); }
div.DivClassName
{
background-color: #464F9E;
}
.BgClassName
{
background-color: #464F9E;
}
</style>
border-color css
<style>
span { border-color: #464F9E; }
span { border-color: rgb(70,79,158); }
td.TdClassName
{
border-color: #464F9E;
}
.TagClassName
{
border-color: #464F9E;
}
</style>