Shades of Governor Bay #464EA2
Tints of Governor Bay #464EA2
RGB
CMYK
RGB Variations
Color information
#464EA2 (or 0x464EA2) is known color: Governor Bay. HEX triplet: 46, 4E and A2. RGB value is (70,78,162). Sum of RGB (Red+Green+Blue) = 70+78+162=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 78 (30.86% from 255 or 25.16% from 310); Blue value is 162 (63.67% from 255 or 52.26% from 310); Max value from RGB is 162 - color contains mainly: blue. Hex color #464EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464EA2 is #B9B15D. Grayscale: #545454. Windows color (decimal): -12169566 or 10636870. OLE color: 10636870.
HSL color Cylindrical-coordinate representation of color #464EA2: hue angle of 234.78º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464EA2 is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 78 | 162 | - |
| CMYK | 0.57 | 0.52 | 0 | 0.36 |
| HSL | 234.78º | 0.4% | 0.45% | - |
| HSV(B) | 234.78º | 0.57% | 0.64% | - |
| XYZ | 11.77 | 9.36 | 35.37 | - |
| YUV | 85.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 78 | 162 | 0.57 | 0.52 | 0 | 0.36 | 234.78 | 0.4 | 0.45 |
| Hex | 46 | 4E | A2 | 39 | 34 | 0 | 24 | EB | 28 | 2D |
| Octal | 106 | 116 | 242 | 71 | 64 | 0 | 44 | 353 | 50 | 55 |
| Binary | 1000110 | 1001110 | 10100010 | 111001 | 110100 | 0 | 100100 | 11101011 | 101000 | 101101 |
Color Harmonies of #464EA2
Complementary color
Monochromatic Colors of #464EA2
Black with #464EA2
Text Example
Text Example
White with #464EA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464EA2; }
p { color: rgb(70,78,162); }
H1.HeaderClassName
{
color: #464EA2;
}
.AnyTagClassName
{
color: #464EA2;
}
</style>
background-color css
<style>
a { background-color: #464EA2; }
a { background-color: rgb(70,78,162); }
div.DivClassName
{
background-color: #464EA2;
}
.BgClassName
{
background-color: #464EA2;
}
</style>
border-color css
<style>
span { border-color: #464EA2; }
span { border-color: rgb(70,78,162); }
td.TdClassName
{
border-color: #464EA2;
}
.TagClassName
{
border-color: #464EA2;
}
</style>