Shades of Governor Bay #463FAB
Tints of Governor Bay #463FAB
RGB
CMYK
RGB Variations
Color information
#463FAB (or 0x463FAB) is known color: Governor Bay. HEX triplet: 46, 3F and AB. RGB value is (70,63,171). Sum of RGB (Red+Green+Blue) = 70+63+171=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #463FAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #463FAB is #B9C054. Grayscale: #4C4C4C. Windows color (decimal): -12173397 or 11222854. OLE color: 11222854.
HSL color Cylindrical-coordinate representation of color #463FAB: hue angle of 243.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #463FAB is Cyan = 0.59, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 63 | 171 | - |
| CMYK | 0.59 | 0.63 | 0 | 0.33 |
| HSL | 243.89º | 0.46% | 0.46% | - |
| HSV(B) | 243.89º | 0.63% | 0.67% | - |
| XYZ | 11.65 | 7.8 | 39.42 | - |
| YUV | 77.41 | 180.82 | 122.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 63 | 171 | 0.59 | 0.63 | 0 | 0.33 | 243.89 | 0.46 | 0.46 |
| Hex | 46 | 3F | AB | 3B | 3F | 0 | 21 | F4 | 2E | 2E |
| Octal | 106 | 77 | 253 | 73 | 77 | 0 | 41 | 364 | 56 | 56 |
| Binary | 1000110 | 111111 | 10101011 | 111011 | 111111 | 0 | 100001 | 11110100 | 101110 | 101110 |
Color Harmonies of #463FAB
Complementary color
Monochromatic Colors of #463FAB
Black with #463FAB
Text Example
Text Example
White with #463FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #463FAB; }
p { color: rgb(70,63,171); }
H1.HeaderClassName
{
color: #463FAB;
}
.AnyTagClassName
{
color: #463FAB;
}
</style>
background-color css
<style>
a { background-color: #463FAB; }
a { background-color: rgb(70,63,171); }
div.DivClassName
{
background-color: #463FAB;
}
.BgClassName
{
background-color: #463FAB;
}
</style>
border-color css
<style>
span { border-color: #463FAB; }
span { border-color: rgb(70,63,171); }
td.TdClassName
{
border-color: #463FAB;
}
.TagClassName
{
border-color: #463FAB;
}
</style>