Shades of Governor Bay #4044A9
Tints of Governor Bay #4044A9
RGB
CMYK
RGB Variations
Color information
#4044A9 (or 0x4044A9) is known color: Governor Bay. HEX triplet: 40, 44 and A9. RGB value is (64,68,169). Sum of RGB (Red+Green+Blue) = 64+68+169=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 169 (66.41% from 255 or 56.15% from 301); Max value from RGB is 169 - color contains mainly: blue. Hex color #4044A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4044A9 is #BFBB56. Grayscale: #4D4D4D. Windows color (decimal): -12565335 or 11093056. OLE color: 11093056.
HSL color Cylindrical-coordinate representation of color #4044A9: hue angle of 237.71º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4044A9 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 64 | 68 | 169 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.34 |
| HSL | 237.71º | 0.45% | 0.46% | - |
| HSV(B) | 237.71º | 0.62% | 0.66% | - |
| XYZ | 11.34 | 8.09 | 38.5 | - |
| YUV | 78.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 68 | 169 | 0.62 | 0.60 | 0 | 0.34 | 237.71 | 0.45 | 0.46 |
| Hex | 40 | 44 | A9 | 3E | 3C | 0 | 22 | EE | 2D | 2E |
| Octal | 100 | 104 | 251 | 76 | 74 | 0 | 42 | 356 | 55 | 56 |
| Binary | 1000000 | 1000100 | 10101001 | 111110 | 111100 | 0 | 100010 | 11101110 | 101101 | 101110 |
Color Harmonies of #4044A9
Complementary color
Monochromatic Colors of #4044A9
Black with #4044A9
Text Example
Text Example
White with #4044A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4044A9; }
p { color: rgb(64,68,169); }
H1.HeaderClassName
{
color: #4044A9;
}
.AnyTagClassName
{
color: #4044A9;
}
</style>
background-color css
<style>
a { background-color: #4044A9; }
a { background-color: rgb(64,68,169); }
div.DivClassName
{
background-color: #4044A9;
}
.BgClassName
{
background-color: #4044A9;
}
</style>
border-color css
<style>
span { border-color: #4044A9; }
span { border-color: rgb(64,68,169); }
td.TdClassName
{
border-color: #4044A9;
}
.TagClassName
{
border-color: #4044A9;
}
</style>