Shades of Governor Bay #4040AE
Tints of Governor Bay #4040AE
RGB
CMYK
RGB Variations
Color information
#4040AE (or 0x4040AE) is known color: Governor Bay. HEX triplet: 40, 40 and AE. RGB value is (64,64,174). Sum of RGB (Red+Green+Blue) = 64+64+174=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 174 (68.36% from 255 or 57.62% from 302); Max value from RGB is 174 - color contains mainly: blue. Hex color #4040AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4040AE is #BFBF51. Grayscale: #4C4C4C. Windows color (decimal): -12566354 or 11419712. OLE color: 11419712.
HSL color Cylindrical-coordinate representation of color #4040AE: hue angle of 240º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4040AE is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 64 | 174 | - |
| CMYK | 0.63 | 0.63 | 0 | 0.32 |
| HSL | 240º | 0.46% | 0.47% | - |
| HSV(B) | 240º | 0.63% | 0.68% | - |
| XYZ | 11.59 | 7.81 | 40.94 | - |
| YUV | 76.54 | 183 | 119.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 64 | 174 | 0.63 | 0.63 | 0 | 0.32 | 240 | 0.46 | 0.47 |
| Hex | 40 | 40 | AE | 3F | 3F | 0 | 20 | F0 | 2E | 2F |
| Octal | 100 | 100 | 256 | 77 | 77 | 0 | 40 | 360 | 56 | 57 |
| Binary | 1000000 | 1000000 | 10101110 | 111111 | 111111 | 0 | 100000 | 11110000 | 101110 | 101111 |
Color Harmonies of #4040AE
Complementary color
Monochromatic Colors of #4040AE
Black with #4040AE
Text Example
Text Example
White with #4040AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4040AE; }
p { color: rgb(64,64,174); }
H1.HeaderClassName
{
color: #4040AE;
}
.AnyTagClassName
{
color: #4040AE;
}
</style>
background-color css
<style>
a { background-color: #4040AE; }
a { background-color: rgb(64,64,174); }
div.DivClassName
{
background-color: #4040AE;
}
.BgClassName
{
background-color: #4040AE;
}
</style>
border-color css
<style>
span { border-color: #4040AE; }
span { border-color: rgb(64,64,174); }
td.TdClassName
{
border-color: #4040AE;
}
.TagClassName
{
border-color: #4040AE;
}
</style>