Shades of Governor Bay #404DAB
Tints of Governor Bay #404DAB
RGB
CMYK
RGB Variations
Color information
#404DAB (or 0x404DAB) is known color: Governor Bay. HEX triplet: 40, 4D and AB. RGB value is (64,77,171). Sum of RGB (Red+Green+Blue) = 64+77+171=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 77 (30.47% from 255 or 24.68% from 312); Blue value is 171 (67.19% from 255 or 54.81% from 312); Max value from RGB is 171 - color contains mainly: blue. Hex color #404DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404DAB is #BFB254. Grayscale: #535353. Windows color (decimal): -12563029 or 11226432. OLE color: 11226432.
HSL color Cylindrical-coordinate representation of color #404DAB: hue angle of 232.71º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #404DAB is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 77 | 171 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.33 |
| HSL | 232.71º | 0.46% | 0.46% | - |
| HSV(B) | 232.71º | 0.63% | 0.67% | - |
| XYZ | 12.12 | 9.34 | 39.69 | - |
| YUV | 83.83 | 177.19 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 171 | 0.63 | 0.55 | 0 | 0.33 | 232.71 | 0.46 | 0.46 |
| Hex | 40 | 4D | AB | 3F | 37 | 0 | 21 | E9 | 2E | 2E |
| Octal | 100 | 115 | 253 | 77 | 67 | 0 | 41 | 351 | 56 | 56 |
| Binary | 1000000 | 1001101 | 10101011 | 111111 | 110111 | 0 | 100001 | 11101001 | 101110 | 101110 |
Color Harmonies of #404DAB
Complementary color
Monochromatic Colors of #404DAB
Black with #404DAB
Text Example
Text Example
White with #404DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DAB; }
p { color: rgb(64,77,171); }
H1.HeaderClassName
{
color: #404DAB;
}
.AnyTagClassName
{
color: #404DAB;
}
</style>
background-color css
<style>
a { background-color: #404DAB; }
a { background-color: rgb(64,77,171); }
div.DivClassName
{
background-color: #404DAB;
}
.BgClassName
{
background-color: #404DAB;
}
</style>
border-color css
<style>
span { border-color: #404DAB; }
span { border-color: rgb(64,77,171); }
td.TdClassName
{
border-color: #404DAB;
}
.TagClassName
{
border-color: #404DAB;
}
</style>