Shades of Governor Bay #404EAB
Tints of Governor Bay #404EAB
RGB
CMYK
RGB Variations
Color information
#404EAB (or 0x404EAB) is known color: Governor Bay. HEX triplet: 40, 4E and AB. RGB value is (64,78,171). Sum of RGB (Red+Green+Blue) = 64+78+171=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 171 (67.19% from 255 or 54.63% from 313); Max value from RGB is 171 - color contains mainly: blue. Hex color #404EAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404EAB is #BFB154. Grayscale: #545454. Windows color (decimal): -12562773 or 11226688. OLE color: 11226688.
HSL color Cylindrical-coordinate representation of color #404EAB: hue angle of 232.15º 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 #404EAB is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 78 | 171 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.33 |
| HSL | 232.15º | 0.46% | 0.46% | - |
| HSV(B) | 232.15º | 0.63% | 0.67% | - |
| XYZ | 12.19 | 9.48 | 39.72 | - |
| YUV | 84.42 | 176.86 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 78 | 171 | 0.63 | 0.54 | 0 | 0.33 | 232.15 | 0.46 | 0.46 |
| Hex | 40 | 4E | AB | 3F | 36 | 0 | 21 | E8 | 2E | 2E |
| Octal | 100 | 116 | 253 | 77 | 66 | 0 | 41 | 350 | 56 | 56 |
| Binary | 1000000 | 1001110 | 10101011 | 111111 | 110110 | 0 | 100001 | 11101000 | 101110 | 101110 |
Color Harmonies of #404EAB
Complementary color
Monochromatic Colors of #404EAB
Black with #404EAB
Text Example
Text Example
White with #404EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404EAB; }
p { color: rgb(64,78,171); }
H1.HeaderClassName
{
color: #404EAB;
}
.AnyTagClassName
{
color: #404EAB;
}
</style>
background-color css
<style>
a { background-color: #404EAB; }
a { background-color: rgb(64,78,171); }
div.DivClassName
{
background-color: #404EAB;
}
.BgClassName
{
background-color: #404EAB;
}
</style>
border-color css
<style>
span { border-color: #404EAB; }
span { border-color: rgb(64,78,171); }
td.TdClassName
{
border-color: #404EAB;
}
.TagClassName
{
border-color: #404EAB;
}
</style>