Shades of Governor Bay #4046AB
Tints of Governor Bay #4046AB
RGB
CMYK
RGB Variations
Color information
#4046AB (or 0x4046AB) is known color: Governor Bay. HEX triplet: 40, 46 and AB. RGB value is (64,70,171). Sum of RGB (Red+Green+Blue) = 64+70+171=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 171 (67.19% from 255 or 56.07% from 305); Max value from RGB is 171 - color contains mainly: blue. Hex color #4046AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4046AB is #BFB954. Grayscale: #4F4F4F. Windows color (decimal): -12564821 or 11224640. OLE color: 11224640.
HSL color Cylindrical-coordinate representation of color #4046AB: hue angle of 236.64º 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 #4046AB is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 70 | 171 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.33 |
| HSL | 236.64º | 0.46% | 0.46% | - |
| HSV(B) | 236.64º | 0.63% | 0.67% | - |
| XYZ | 11.66 | 8.41 | 39.54 | - |
| YUV | 79.72 | 179.51 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 171 | 0.63 | 0.59 | 0 | 0.33 | 236.64 | 0.46 | 0.46 |
| Hex | 40 | 46 | AB | 3F | 3B | 0 | 21 | ED | 2E | 2E |
| Octal | 100 | 106 | 253 | 77 | 73 | 0 | 41 | 355 | 56 | 56 |
| Binary | 1000000 | 1000110 | 10101011 | 111111 | 111011 | 0 | 100001 | 11101101 | 101110 | 101110 |
Color Harmonies of #4046AB
Complementary color
Monochromatic Colors of #4046AB
Black with #4046AB
Text Example
Text Example
White with #4046AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4046AB; }
p { color: rgb(64,70,171); }
H1.HeaderClassName
{
color: #4046AB;
}
.AnyTagClassName
{
color: #4046AB;
}
</style>
background-color css
<style>
a { background-color: #4046AB; }
a { background-color: rgb(64,70,171); }
div.DivClassName
{
background-color: #4046AB;
}
.BgClassName
{
background-color: #4046AB;
}
</style>
border-color css
<style>
span { border-color: #4046AB; }
span { border-color: rgb(64,70,171); }
td.TdClassName
{
border-color: #4046AB;
}
.TagClassName
{
border-color: #4046AB;
}
</style>