Shades of Governor Bay #404BAC
Tints of Governor Bay #404BAC
RGB
CMYK
RGB Variations
Color information
#404BAC (or 0x404BAC) is known color: Governor Bay. HEX triplet: 40, 4B and AC. RGB value is (64,75,172). Sum of RGB (Red+Green+Blue) = 64+75+172=311 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.58% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #404BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404BAC is #BFB453. Grayscale: #525252. Windows color (decimal): -12563540 or 11291456. OLE color: 11291456.
HSL color Cylindrical-coordinate representation of color #404BAC: hue angle of 233.89º 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 #404BAC is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 75 | 172 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.33 |
| HSL | 233.89º | 0.46% | 0.46% | - |
| HSV(B) | 233.89º | 0.63% | 0.67% | - |
| XYZ | 12.08 | 9.1 | 40.15 | - |
| YUV | 82.77 | 178.36 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 75 | 172 | 0.63 | 0.56 | 0 | 0.33 | 233.89 | 0.46 | 0.46 |
| Hex | 40 | 4B | AC | 3F | 38 | 0 | 21 | EA | 2E | 2E |
| Octal | 100 | 113 | 254 | 77 | 70 | 0 | 41 | 352 | 56 | 56 |
| Binary | 1000000 | 1001011 | 10101100 | 111111 | 111000 | 0 | 100001 | 11101010 | 101110 | 101110 |
Color Harmonies of #404BAC
Complementary color
Monochromatic Colors of #404BAC
Black with #404BAC
Text Example
Text Example
White with #404BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404BAC; }
p { color: rgb(64,75,172); }
H1.HeaderClassName
{
color: #404BAC;
}
.AnyTagClassName
{
color: #404BAC;
}
</style>
background-color css
<style>
a { background-color: #404BAC; }
a { background-color: rgb(64,75,172); }
div.DivClassName
{
background-color: #404BAC;
}
.BgClassName
{
background-color: #404BAC;
}
</style>
border-color css
<style>
span { border-color: #404BAC; }
span { border-color: rgb(64,75,172); }
td.TdClassName
{
border-color: #404BAC;
}
.TagClassName
{
border-color: #404BAC;
}
</style>