Shades of Governor Bay #464E93
Tints of Governor Bay #464E93
RGB
CMYK
RGB Variations
Color information
#464E93 (or 0x464E93) is known color: Governor Bay. HEX triplet: 46, 4E and 93. RGB value is (70,78,147). Sum of RGB (Red+Green+Blue) = 70+78+147=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #464E93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464E93 is #B9B16C. Grayscale: #535353. Windows color (decimal): -12169581 or 9653830. OLE color: 9653830.
HSL color Cylindrical-coordinate representation of color #464E93: hue angle of 233.77º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #464E93 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 78 | 147 | - |
| CMYK | 0.52 | 0.47 | 0 | 0.42 |
| HSL | 233.77º | 0.35% | 0.43% | - |
| HSV(B) | 233.77º | 0.52% | 0.58% | - |
| XYZ | 10.52 | 8.86 | 28.76 | - |
| YUV | 83.47 | 163.85 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 147 | 0.52 | 0.47 | 0 | 0.42 | 233.77 | 0.35 | 0.43 |
| Hex | 46 | 4E | 93 | 34 | 2F | 0 | 2A | EA | 23 | 2B |
| Octal | 106 | 116 | 223 | 64 | 57 | 0 | 52 | 352 | 43 | 53 |
| Binary | 1000110 | 1001110 | 10010011 | 110100 | 101111 | 0 | 101010 | 11101010 | 100011 | 101011 |
Color Harmonies of #464E93
Complementary color
Monochromatic Colors of #464E93
Black with #464E93
Text Example
Text Example
White with #464E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464E93; }
p { color: rgb(70,78,147); }
H1.HeaderClassName
{
color: #464E93;
}
.AnyTagClassName
{
color: #464E93;
}
</style>
background-color css
<style>
a { background-color: #464E93; }
a { background-color: rgb(70,78,147); }
div.DivClassName
{
background-color: #464E93;
}
.BgClassName
{
background-color: #464E93;
}
</style>
border-color css
<style>
span { border-color: #464E93; }
span { border-color: rgb(70,78,147); }
td.TdClassName
{
border-color: #464E93;
}
.TagClassName
{
border-color: #464E93;
}
</style>