Shades of Governor Bay #404FAC
Tints of Governor Bay #404FAC
RGB
CMYK
RGB Variations
Color information
#404FAC (or 0x404FAC) is known color: Governor Bay. HEX triplet: 40, 4F and AC. RGB value is (64,79,172). Sum of RGB (Red+Green+Blue) = 64+79+172=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 79 (31.25% from 255 or 25.08% from 315); Blue value is 172 (67.58% from 255 or 54.60% from 315); Max value from RGB is 172 - color contains mainly: blue. Hex color #404FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404FAC is #BFB053. Grayscale: #545454. Windows color (decimal): -12562516 or 11292480. OLE color: 11292480.
HSL color Cylindrical-coordinate representation of color #404FAC: hue angle of 231.67º 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 #404FAC is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 79 | 172 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.33 |
| HSL | 231.67º | 0.46% | 0.46% | - |
| HSV(B) | 231.67º | 0.63% | 0.67% | - |
| XYZ | 12.36 | 9.66 | 40.24 | - |
| YUV | 85.12 | 177.03 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 172 | 0.63 | 0.54 | 0 | 0.33 | 231.67 | 0.46 | 0.46 |
| Hex | 40 | 4F | AC | 3F | 36 | 0 | 21 | E8 | 2E | 2E |
| Octal | 100 | 117 | 254 | 77 | 66 | 0 | 41 | 350 | 56 | 56 |
| Binary | 1000000 | 1001111 | 10101100 | 111111 | 110110 | 0 | 100001 | 11101000 | 101110 | 101110 |
Color Harmonies of #404FAC
Complementary color
Monochromatic Colors of #404FAC
Black with #404FAC
Text Example
Text Example
White with #404FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404FAC; }
p { color: rgb(64,79,172); }
H1.HeaderClassName
{
color: #404FAC;
}
.AnyTagClassName
{
color: #404FAC;
}
</style>
background-color css
<style>
a { background-color: #404FAC; }
a { background-color: rgb(64,79,172); }
div.DivClassName
{
background-color: #404FAC;
}
.BgClassName
{
background-color: #404FAC;
}
</style>
border-color css
<style>
span { border-color: #404FAC; }
span { border-color: rgb(64,79,172); }
td.TdClassName
{
border-color: #404FAC;
}
.TagClassName
{
border-color: #404FAC;
}
</style>