Shades of Governor Bay #404DAC
Tints of Governor Bay #404DAC
RGB
CMYK
RGB Variations
Color information
#404DAC (or 0x404DAC) is known color: Governor Bay. HEX triplet: 40, 4D and AC. RGB value is (64,77,172). Sum of RGB (Red+Green+Blue) = 64+77+172=313 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.45% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #404DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404DAC is #BFB253. Grayscale: #535353. Windows color (decimal): -12563028 or 11291968. OLE color: 11291968.
HSL color Cylindrical-coordinate representation of color #404DAC: hue angle of 232.78º 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 #404DAC is Cyan = 0.63, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 77 | 172 | - |
| CMYK | 0.63 | 0.55 | 0 | 0.33 |
| HSL | 232.78º | 0.46% | 0.46% | - |
| HSV(B) | 232.78º | 0.63% | 0.67% | - |
| XYZ | 12.21 | 9.38 | 40.2 | - |
| YUV | 83.94 | 177.69 | 113.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 172 | 0.63 | 0.55 | 0 | 0.33 | 232.78 | 0.46 | 0.46 |
| Hex | 40 | 4D | AC | 3F | 37 | 0 | 21 | E9 | 2E | 2E |
| Octal | 100 | 115 | 254 | 77 | 67 | 0 | 41 | 351 | 56 | 56 |
| Binary | 1000000 | 1001101 | 10101100 | 111111 | 110111 | 0 | 100001 | 11101001 | 101110 | 101110 |
Color Harmonies of #404DAC
Complementary color
Monochromatic Colors of #404DAC
Black with #404DAC
Text Example
Text Example
White with #404DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DAC; }
p { color: rgb(64,77,172); }
H1.HeaderClassName
{
color: #404DAC;
}
.AnyTagClassName
{
color: #404DAC;
}
</style>
background-color css
<style>
a { background-color: #404DAC; }
a { background-color: rgb(64,77,172); }
div.DivClassName
{
background-color: #404DAC;
}
.BgClassName
{
background-color: #404DAC;
}
</style>
border-color css
<style>
span { border-color: #404DAC; }
span { border-color: rgb(64,77,172); }
td.TdClassName
{
border-color: #404DAC;
}
.TagClassName
{
border-color: #404DAC;
}
</style>