Shades of Governor Bay #464B91
Tints of Governor Bay #464B91
RGB
CMYK
RGB Variations
Color information
#464B91 (or 0x464B91) is known color: Governor Bay. HEX triplet: 46, 4B and 91. RGB value is (70,75,145). Sum of RGB (Red+Green+Blue) = 70+75+145=290 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.14% from 290); Green value is 75 (29.69% from 255 or 25.86% from 290); Blue value is 145 (57.03% from 255 or 50% from 290); Max value from RGB is 145 - color contains mainly: blue. Hex color #464B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464B91 is #B9B46E. Grayscale: #515151. Windows color (decimal): -12170351 or 9521990. OLE color: 9521990.
HSL color Cylindrical-coordinate representation of color #464B91: hue angle of 236º 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 #464B91 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 75 | 145 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.43 |
| HSL | 236º | 0.35% | 0.42% | - |
| HSV(B) | 236º | 0.52% | 0.57% | - |
| XYZ | 10.15 | 8.38 | 27.87 | - |
| YUV | 81.49 | 163.84 | 119.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 75 | 145 | 0.52 | 0.48 | 0 | 0.43 | 236 | 0.35 | 0.42 |
| Hex | 46 | 4B | 91 | 34 | 30 | 0 | 2B | EC | 23 | 2A |
| Octal | 106 | 113 | 221 | 64 | 60 | 0 | 53 | 354 | 43 | 52 |
| Binary | 1000110 | 1001011 | 10010001 | 110100 | 110000 | 0 | 101011 | 11101100 | 100011 | 101010 |
Color Harmonies of #464B91
Complementary color
Monochromatic Colors of #464B91
Black with #464B91
Text Example
Text Example
White with #464B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464B91; }
p { color: rgb(70,75,145); }
H1.HeaderClassName
{
color: #464B91;
}
.AnyTagClassName
{
color: #464B91;
}
</style>
background-color css
<style>
a { background-color: #464B91; }
a { background-color: rgb(70,75,145); }
div.DivClassName
{
background-color: #464B91;
}
.BgClassName
{
background-color: #464B91;
}
</style>
border-color css
<style>
span { border-color: #464B91; }
span { border-color: rgb(70,75,145); }
td.TdClassName
{
border-color: #464B91;
}
.TagClassName
{
border-color: #464B91;
}
</style>