Shades of Governor Bay #464C99
Tints of Governor Bay #464C99
RGB
CMYK
RGB Variations
Color information
#464C99 (or 0x464C99) is known color: Governor Bay. HEX triplet: 46, 4C and 99. RGB value is (70,76,153). Sum of RGB (Red+Green+Blue) = 70+76+153=299 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.41% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 153 (60.16% from 255 or 51.17% from 299); Max value from RGB is 153 - color contains mainly: blue. Hex color #464C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C99 is #B9B366. Grayscale: #525252. Windows color (decimal): -12170087 or 10046534. OLE color: 10046534.
HSL color Cylindrical-coordinate representation of color #464C99: hue angle of 235.66º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464C99 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 76 | 153 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.4 |
| HSL | 235.66º | 0.37% | 0.44% | - |
| HSV(B) | 235.66º | 0.54% | 0.6% | - |
| XYZ | 10.86 | 8.77 | 31.26 | - |
| YUV | 82.98 | 167.51 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 76 | 153 | 0.54 | 0.50 | 0 | 0.4 | 235.66 | 0.37 | 0.44 |
| Hex | 46 | 4C | 99 | 36 | 32 | 0 | 28 | EC | 25 | 2C |
| Octal | 106 | 114 | 231 | 66 | 62 | 0 | 50 | 354 | 45 | 54 |
| Binary | 1000110 | 1001100 | 10011001 | 110110 | 110010 | 0 | 101000 | 11101100 | 100101 | 101100 |
Color Harmonies of #464C99
Complementary color
Monochromatic Colors of #464C99
Black with #464C99
Text Example
Text Example
White with #464C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464C99; }
p { color: rgb(70,76,153); }
H1.HeaderClassName
{
color: #464C99;
}
.AnyTagClassName
{
color: #464C99;
}
</style>
background-color css
<style>
a { background-color: #464C99; }
a { background-color: rgb(70,76,153); }
div.DivClassName
{
background-color: #464C99;
}
.BgClassName
{
background-color: #464C99;
}
</style>
border-color css
<style>
span { border-color: #464C99; }
span { border-color: rgb(70,76,153); }
td.TdClassName
{
border-color: #464C99;
}
.TagClassName
{
border-color: #464C99;
}
</style>