Shades of Governor Bay #404699
Tints of Governor Bay #404699
RGB
CMYK
RGB Variations
Color information
#404699 (or 0x404699) is known color: Governor Bay. HEX triplet: 40, 46 and 99. RGB value is (64,70,153). Sum of RGB (Red+Green+Blue) = 64+70+153=287 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.30% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #404699 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404699 is #BFB966. Grayscale: #4D4D4D. Windows color (decimal): -12564839 or 10044992. OLE color: 10044992.
HSL color Cylindrical-coordinate representation of color #404699: hue angle of 235.96º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #404699 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 70 | 153 | - |
| CMYK | 0.58 | 0.54 | 0 | 0.4 |
| HSL | 235.96º | 0.41% | 0.43% | - |
| HSV(B) | 235.96º | 0.58% | 0.6% | - |
| XYZ | 10.05 | 7.77 | 31.11 | - |
| YUV | 77.67 | 170.51 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 70 | 153 | 0.58 | 0.54 | 0 | 0.4 | 235.96 | 0.41 | 0.43 |
| Hex | 40 | 46 | 99 | 3A | 36 | 0 | 28 | EC | 29 | 2B |
| Octal | 100 | 106 | 231 | 72 | 66 | 0 | 50 | 354 | 51 | 53 |
| Binary | 1000000 | 1000110 | 10011001 | 111010 | 110110 | 0 | 101000 | 11101100 | 101001 | 101011 |
Color Harmonies of #404699
Complementary color
Monochromatic Colors of #404699
Black with #404699
Text Example
Text Example
White with #404699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404699; }
p { color: rgb(64,70,153); }
H1.HeaderClassName
{
color: #404699;
}
.AnyTagClassName
{
color: #404699;
}
</style>
background-color css
<style>
a { background-color: #404699; }
a { background-color: rgb(64,70,153); }
div.DivClassName
{
background-color: #404699;
}
.BgClassName
{
background-color: #404699;
}
</style>
border-color css
<style>
span { border-color: #404699; }
span { border-color: rgb(64,70,153); }
td.TdClassName
{
border-color: #404699;
}
.TagClassName
{
border-color: #404699;
}
</style>