Shades of Governor Bay #464D91
Tints of Governor Bay #464D91
RGB
CMYK
RGB Variations
Color information
#464D91 (or 0x464D91) is known color: Governor Bay. HEX triplet: 46, 4D and 91. RGB value is (70,77,145). Sum of RGB (Red+Green+Blue) = 70+77+145=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 77 (30.47% from 255 or 26.37% from 292); Blue value is 145 (57.03% from 255 or 49.66% from 292); Max value from RGB is 145 - color contains mainly: blue. Hex color #464D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464D91 is #B9B26E. Grayscale: #525252. Windows color (decimal): -12169839 or 9522502. OLE color: 9522502.
HSL color Cylindrical-coordinate representation of color #464D91: hue angle of 234.4º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #464D91 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 77 | 145 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.43 |
| HSL | 234.4º | 0.35% | 0.42% | - |
| HSV(B) | 234.4º | 0.52% | 0.57% | - |
| XYZ | 10.29 | 8.65 | 27.92 | - |
| YUV | 82.66 | 163.18 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 77 | 145 | 0.52 | 0.47 | 0 | 0.43 | 234.4 | 0.35 | 0.42 |
| Hex | 46 | 4D | 91 | 34 | 2F | 0 | 2B | EA | 23 | 2A |
| Octal | 106 | 115 | 221 | 64 | 57 | 0 | 53 | 352 | 43 | 52 |
| Binary | 1000110 | 1001101 | 10010001 | 110100 | 101111 | 0 | 101011 | 11101010 | 100011 | 101010 |
Color Harmonies of #464D91
Complementary color
Monochromatic Colors of #464D91
Black with #464D91
Text Example
Text Example
White with #464D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464D91; }
p { color: rgb(70,77,145); }
H1.HeaderClassName
{
color: #464D91;
}
.AnyTagClassName
{
color: #464D91;
}
</style>
background-color css
<style>
a { background-color: #464D91; }
a { background-color: rgb(70,77,145); }
div.DivClassName
{
background-color: #464D91;
}
.BgClassName
{
background-color: #464D91;
}
</style>
border-color css
<style>
span { border-color: #464D91; }
span { border-color: rgb(70,77,145); }
td.TdClassName
{
border-color: #464D91;
}
.TagClassName
{
border-color: #464D91;
}
</style>