Shades of Governor Bay #464D9C
Tints of Governor Bay #464D9C
RGB
CMYK
RGB Variations
Color information
#464D9C (or 0x464D9C) is known color: Governor Bay. HEX triplet: 46, 4D and 9C. RGB value is (70,77,156). Sum of RGB (Red+Green+Blue) = 70+77+156=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #464D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464D9C is #B9B263. Grayscale: #535353. Windows color (decimal): -12169828 or 10243398. OLE color: 10243398.
HSL color Cylindrical-coordinate representation of color #464D9C: hue angle of 235.12º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #464D9C is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 77 | 156 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.39 |
| HSL | 235.12º | 0.38% | 0.44% | - |
| HSV(B) | 235.12º | 0.55% | 0.61% | - |
| XYZ | 11.18 | 9.01 | 32.6 | - |
| YUV | 83.91 | 168.68 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 156 | 0.55 | 0.51 | 0 | 0.39 | 235.12 | 0.38 | 0.44 |
| Hex | 46 | 4D | 9C | 37 | 33 | 0 | 27 | EB | 26 | 2C |
| Octal | 106 | 115 | 234 | 67 | 63 | 0 | 47 | 353 | 46 | 54 |
| Binary | 1000110 | 1001101 | 10011100 | 110111 | 110011 | 0 | 100111 | 11101011 | 100110 | 101100 |
Color Harmonies of #464D9C
Complementary color
Monochromatic Colors of #464D9C
Black with #464D9C
Text Example
Text Example
White with #464D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D9C; }
p { color: rgb(70,77,156); }
H1.HeaderClassName
{
color: #464D9C;
}
.AnyTagClassName
{
color: #464D9C;
}
</style>
background-color css
<style>
a { background-color: #464D9C; }
a { background-color: rgb(70,77,156); }
div.DivClassName
{
background-color: #464D9C;
}
.BgClassName
{
background-color: #464D9C;
}
</style>
border-color css
<style>
span { border-color: #464D9C; }
span { border-color: rgb(70,77,156); }
td.TdClassName
{
border-color: #464D9C;
}
.TagClassName
{
border-color: #464D9C;
}
</style>