Shades of Governor Bay #464699
Tints of Governor Bay #464699
RGB
CMYK
RGB Variations
Color information
#464699 (or 0x464699) is known color: Governor Bay. HEX triplet: 46, 46 and 99. RGB value is (70,70,153). Sum of RGB (Red+Green+Blue) = 70+70+153=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 153 (60.16% from 255 or 52.22% from 293); Max value from RGB is 153 - color contains mainly: blue. Hex color #464699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464699 is #B9B966. Grayscale: #4F4F4F. Windows color (decimal): -12171623 or 10044998. OLE color: 10044998.
HSL color Cylindrical-coordinate representation of color #464699: hue angle of 240º 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 #464699 is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 70 | 70 | 153 | - |
| CMYK | 0.54 | 0.54 | 0 | 0.4 |
| HSL | 240º | 0.37% | 0.44% | - |
| HSV(B) | 240º | 0.54% | 0.6% | - |
| XYZ | 10.47 | 7.98 | 31.13 | - |
| YUV | 79.46 | 169.5 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 70 | 153 | 0.54 | 0.54 | 0 | 0.4 | 240 | 0.37 | 0.44 |
| Hex | 46 | 46 | 99 | 36 | 36 | 0 | 28 | F0 | 25 | 2C |
| Octal | 106 | 106 | 231 | 66 | 66 | 0 | 50 | 360 | 45 | 54 |
| Binary | 1000110 | 1000110 | 10011001 | 110110 | 110110 | 0 | 101000 | 11110000 | 100101 | 101100 |
Color Harmonies of #464699
Complementary color
Monochromatic Colors of #464699
Black with #464699
Text Example
Text Example
White with #464699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464699; }
p { color: rgb(70,70,153); }
H1.HeaderClassName
{
color: #464699;
}
.AnyTagClassName
{
color: #464699;
}
</style>
background-color css
<style>
a { background-color: #464699; }
a { background-color: rgb(70,70,153); }
div.DivClassName
{
background-color: #464699;
}
.BgClassName
{
background-color: #464699;
}
</style>
border-color css
<style>
span { border-color: #464699; }
span { border-color: rgb(70,70,153); }
td.TdClassName
{
border-color: #464699;
}
.TagClassName
{
border-color: #464699;
}
</style>