Shades of Governor Bay #404EA6
Tints of Governor Bay #404EA6
RGB
CMYK
RGB Variations
Color information
#404EA6 (or 0x404EA6) is known color: Governor Bay. HEX triplet: 40, 4E and A6. RGB value is (64,78,166). Sum of RGB (Red+Green+Blue) = 64+78+166=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #404EA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404EA6 is #BFB159. Grayscale: #535353. Windows color (decimal): -12562778 or 10899008. OLE color: 10899008.
HSL color Cylindrical-coordinate representation of color #404EA6: hue angle of 231.76º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #404EA6 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 78 | 166 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.35 |
| HSL | 231.76º | 0.44% | 0.45% | - |
| HSV(B) | 231.76º | 0.61% | 0.65% | - |
| XYZ | 11.72 | 9.29 | 37.25 | - |
| YUV | 83.85 | 174.36 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 166 | 0.61 | 0.53 | 0 | 0.35 | 231.76 | 0.44 | 0.45 |
| Hex | 40 | 4E | A6 | 3D | 35 | 0 | 23 | E8 | 2C | 2D |
| Octal | 100 | 116 | 246 | 75 | 65 | 0 | 43 | 350 | 54 | 55 |
| Binary | 1000000 | 1001110 | 10100110 | 111101 | 110101 | 0 | 100011 | 11101000 | 101100 | 101101 |
Color Harmonies of #404EA6
Complementary color
Monochromatic Colors of #404EA6
Black with #404EA6
Text Example
Text Example
White with #404EA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EA6; }
p { color: rgb(64,78,166); }
H1.HeaderClassName
{
color: #404EA6;
}
.AnyTagClassName
{
color: #404EA6;
}
</style>
background-color css
<style>
a { background-color: #404EA6; }
a { background-color: rgb(64,78,166); }
div.DivClassName
{
background-color: #404EA6;
}
.BgClassName
{
background-color: #404EA6;
}
</style>
border-color css
<style>
span { border-color: #404EA6; }
span { border-color: rgb(64,78,166); }
td.TdClassName
{
border-color: #404EA6;
}
.TagClassName
{
border-color: #404EA6;
}
</style>