Shades of Governor Bay #4046AA
Tints of Governor Bay #4046AA
RGB
CMYK
RGB Variations
Color information
#4046AA (or 0x4046AA) is known color: Governor Bay. HEX triplet: 40, 46 and AA. RGB value is (64,70,170). Sum of RGB (Red+Green+Blue) = 64+70+170=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 70 (27.73% from 255 or 23.03% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #4046AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4046AA is #BFB955. Grayscale: #4F4F4F. Windows color (decimal): -12564822 or 11159104. OLE color: 11159104.
HSL color Cylindrical-coordinate representation of color #4046AA: hue angle of 236.6º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4046AA is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 70 | 170 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.33 |
| HSL | 236.6º | 0.45% | 0.46% | - |
| HSV(B) | 236.6º | 0.62% | 0.67% | - |
| XYZ | 11.56 | 8.37 | 39.04 | - |
| YUV | 79.61 | 179.01 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 170 | 0.62 | 0.59 | 0 | 0.33 | 236.6 | 0.45 | 0.46 |
| Hex | 40 | 46 | AA | 3E | 3B | 0 | 21 | ED | 2D | 2E |
| Octal | 100 | 106 | 252 | 76 | 73 | 0 | 41 | 355 | 55 | 56 |
| Binary | 1000000 | 1000110 | 10101010 | 111110 | 111011 | 0 | 100001 | 11101101 | 101101 | 101110 |
Color Harmonies of #4046AA
Complementary color
Monochromatic Colors of #4046AA
Black with #4046AA
Text Example
Text Example
White with #4046AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4046AA; }
p { color: rgb(64,70,170); }
H1.HeaderClassName
{
color: #4046AA;
}
.AnyTagClassName
{
color: #4046AA;
}
</style>
background-color css
<style>
a { background-color: #4046AA; }
a { background-color: rgb(64,70,170); }
div.DivClassName
{
background-color: #4046AA;
}
.BgClassName
{
background-color: #4046AA;
}
</style>
border-color css
<style>
span { border-color: #4046AA; }
span { border-color: rgb(64,70,170); }
td.TdClassName
{
border-color: #4046AA;
}
.TagClassName
{
border-color: #4046AA;
}
</style>