Shades of Governor Bay #404CAC
Tints of Governor Bay #404CAC
RGB
CMYK
RGB Variations
Color information
#404CAC (or 0x404CAC) is known color: Governor Bay. HEX triplet: 40, 4C and AC. RGB value is (64,76,172). Sum of RGB (Red+Green+Blue) = 64+76+172=312 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.51% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #404CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404CAC is #BFB353. Grayscale: #525252. Windows color (decimal): -12563284 or 11291712. OLE color: 11291712.
HSL color Cylindrical-coordinate representation of color #404CAC: hue angle of 233.33º 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 #404CAC is Cyan = 0.63, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 76 | 172 | - |
| CMYK | 0.63 | 0.56 | 0 | 0.33 |
| HSL | 233.33º | 0.46% | 0.46% | - |
| HSV(B) | 233.33º | 0.63% | 0.67% | - |
| XYZ | 12.15 | 9.24 | 40.17 | - |
| YUV | 83.36 | 178.02 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 76 | 172 | 0.63 | 0.56 | 0 | 0.33 | 233.33 | 0.46 | 0.46 |
| Hex | 40 | 4C | AC | 3F | 38 | 0 | 21 | E9 | 2E | 2E |
| Octal | 100 | 114 | 254 | 77 | 70 | 0 | 41 | 351 | 56 | 56 |
| Binary | 1000000 | 1001100 | 10101100 | 111111 | 111000 | 0 | 100001 | 11101001 | 101110 | 101110 |
Color Harmonies of #404CAC
Complementary color
Monochromatic Colors of #404CAC
Black with #404CAC
Text Example
Text Example
White with #404CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404CAC; }
p { color: rgb(64,76,172); }
H1.HeaderClassName
{
color: #404CAC;
}
.AnyTagClassName
{
color: #404CAC;
}
</style>
background-color css
<style>
a { background-color: #404CAC; }
a { background-color: rgb(64,76,172); }
div.DivClassName
{
background-color: #404CAC;
}
.BgClassName
{
background-color: #404CAC;
}
</style>
border-color css
<style>
span { border-color: #404CAC; }
span { border-color: rgb(64,76,172); }
td.TdClassName
{
border-color: #404CAC;
}
.TagClassName
{
border-color: #404CAC;
}
</style>