Shades of Governor Bay #404EAC
Tints of Governor Bay #404EAC
RGB
CMYK
RGB Variations
Color information
#404EAC (or 0x404EAC) is known color: Governor Bay. HEX triplet: 40, 4E and AC. RGB value is (64,78,172). Sum of RGB (Red+Green+Blue) = 64+78+172=314 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.38% from 314); Green value is 78 (30.86% from 255 or 24.84% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #404EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404EAC is #BFB153. Grayscale: #545454. Windows color (decimal): -12562772 or 11292224. OLE color: 11292224.
HSL color Cylindrical-coordinate representation of color #404EAC: hue angle of 232.22º 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 #404EAC is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 78 | 172 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.33 |
| HSL | 232.22º | 0.46% | 0.46% | - |
| HSV(B) | 232.22º | 0.63% | 0.67% | - |
| XYZ | 12.29 | 9.52 | 40.22 | - |
| YUV | 84.53 | 177.36 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 172 | 0.63 | 0.55 | 0 | 0.33 | 232.22 | 0.46 | 0.46 |
| Hex | 40 | 4E | AC | 3F | 37 | 0 | 21 | E8 | 2E | 2E |
| Octal | 100 | 116 | 254 | 77 | 67 | 0 | 41 | 350 | 56 | 56 |
| Binary | 1000000 | 1001110 | 10101100 | 111111 | 110111 | 0 | 100001 | 11101000 | 101110 | 101110 |
Color Harmonies of #404EAC
Complementary color
Monochromatic Colors of #404EAC
Black with #404EAC
Text Example
Text Example
White with #404EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EAC; }
p { color: rgb(64,78,172); }
H1.HeaderClassName
{
color: #404EAC;
}
.AnyTagClassName
{
color: #404EAC;
}
</style>
background-color css
<style>
a { background-color: #404EAC; }
a { background-color: rgb(64,78,172); }
div.DivClassName
{
background-color: #404EAC;
}
.BgClassName
{
background-color: #404EAC;
}
</style>
border-color css
<style>
span { border-color: #404EAC; }
span { border-color: rgb(64,78,172); }
td.TdClassName
{
border-color: #404EAC;
}
.TagClassName
{
border-color: #404EAC;
}
</style>