Shades of Governor Bay #464AA3
Tints of Governor Bay #464AA3
RGB
CMYK
RGB Variations
Color information
#464AA3 (or 0x464AA3) is known color: Governor Bay. HEX triplet: 46, 4A and A3. RGB value is (70,74,163). Sum of RGB (Red+Green+Blue) = 70+74+163=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 163 (64.06% from 255 or 53.09% from 307); Max value from RGB is 163 - color contains mainly: blue. Hex color #464AA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464AA3 is #B9B55C. Grayscale: #525252. Windows color (decimal): -12170589 or 10701382. OLE color: 10701382.
HSL color Cylindrical-coordinate representation of color #464AA3: hue angle of 237.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #464AA3 is Cyan = 0.57, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 74 | 163 | - |
| CMYK | 0.57 | 0.55 | 0 | 0.36 |
| HSL | 237.42º | 0.4% | 0.46% | - |
| HSV(B) | 237.42º | 0.57% | 0.64% | - |
| XYZ | 11.59 | 8.84 | 35.75 | - |
| YUV | 82.95 | 173.17 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 74 | 163 | 0.57 | 0.55 | 0 | 0.36 | 237.42 | 0.4 | 0.46 |
| Hex | 46 | 4A | A3 | 39 | 37 | 0 | 24 | ED | 28 | 2E |
| Octal | 106 | 112 | 243 | 71 | 67 | 0 | 44 | 355 | 50 | 56 |
| Binary | 1000110 | 1001010 | 10100011 | 111001 | 110111 | 0 | 100100 | 11101101 | 101000 | 101110 |
Color Harmonies of #464AA3
Complementary color
Monochromatic Colors of #464AA3
Black with #464AA3
Text Example
Text Example
White with #464AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #464AA3; }
p { color: rgb(70,74,163); }
H1.HeaderClassName
{
color: #464AA3;
}
.AnyTagClassName
{
color: #464AA3;
}
</style>
background-color css
<style>
a { background-color: #464AA3; }
a { background-color: rgb(70,74,163); }
div.DivClassName
{
background-color: #464AA3;
}
.BgClassName
{
background-color: #464AA3;
}
</style>
border-color css
<style>
span { border-color: #464AA3; }
span { border-color: rgb(70,74,163); }
td.TdClassName
{
border-color: #464AA3;
}
.TagClassName
{
border-color: #464AA3;
}
</style>