Shades of Governor Bay #4044AE
Tints of Governor Bay #4044AE
RGB
CMYK
RGB Variations
Color information
#4044AE (or 0x4044AE) is known color: Governor Bay. HEX triplet: 40, 44 and AE. RGB value is (64,68,174). Sum of RGB (Red+Green+Blue) = 64+68+174=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #4044AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4044AE is #BFBB51. Grayscale: #4E4E4E. Windows color (decimal): -12565330 or 11420736. OLE color: 11420736.
HSL color Cylindrical-coordinate representation of color #4044AE: hue angle of 237.82º 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 #4044AE is Cyan = 0.63, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 68 | 174 | - |
| CMYK | 0.63 | 0.61 | 0 | 0.32 |
| HSL | 237.82º | 0.46% | 0.47% | - |
| HSV(B) | 237.82º | 0.63% | 0.68% | - |
| XYZ | 11.82 | 8.28 | 41.02 | - |
| YUV | 78.89 | 181.67 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 174 | 0.63 | 0.61 | 0 | 0.32 | 237.82 | 0.46 | 0.47 |
| Hex | 40 | 44 | AE | 3F | 3D | 0 | 20 | EE | 2E | 2F |
| Octal | 100 | 104 | 256 | 77 | 75 | 0 | 40 | 356 | 56 | 57 |
| Binary | 1000000 | 1000100 | 10101110 | 111111 | 111101 | 0 | 100000 | 11101110 | 101110 | 101111 |
Color Harmonies of #4044AE
Complementary color
Monochromatic Colors of #4044AE
Black with #4044AE
Text Example
Text Example
White with #4044AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4044AE; }
p { color: rgb(64,68,174); }
H1.HeaderClassName
{
color: #4044AE;
}
.AnyTagClassName
{
color: #4044AE;
}
</style>
background-color css
<style>
a { background-color: #4044AE; }
a { background-color: rgb(64,68,174); }
div.DivClassName
{
background-color: #4044AE;
}
.BgClassName
{
background-color: #4044AE;
}
</style>
border-color css
<style>
span { border-color: #4044AE; }
span { border-color: rgb(64,68,174); }
td.TdClassName
{
border-color: #4044AE;
}
.TagClassName
{
border-color: #4044AE;
}
</style>