Shades of Governor Bay #404FA3
Tints of Governor Bay #404FA3
RGB
CMYK
RGB Variations
Color information
#404FA3 (or 0x404FA3) is known color: Governor Bay. HEX triplet: 40, 4F and A3. RGB value is (64,79,163). Sum of RGB (Red+Green+Blue) = 64+79+163=306 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.92% from 306); Green value is 79 (31.25% from 255 or 25.82% from 306); Blue value is 163 (64.06% from 255 or 53.27% from 306); Max value from RGB is 163 - color contains mainly: blue. Hex color #404FA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404FA3 is #BFB05C. Grayscale: #535353. Windows color (decimal): -12562525 or 10702656. OLE color: 10702656.
HSL color Cylindrical-coordinate representation of color #404FA3: hue angle of 230.91º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #404FA3 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 79 | 163 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.36 |
| HSL | 230.91º | 0.44% | 0.45% | - |
| HSV(B) | 230.91º | 0.61% | 0.64% | - |
| XYZ | 11.52 | 9.33 | 35.84 | - |
| YUV | 84.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 79 | 163 | 0.61 | 0.52 | 0 | 0.36 | 230.91 | 0.44 | 0.45 |
| Hex | 40 | 4F | A3 | 3D | 34 | 0 | 24 | E7 | 2C | 2D |
| Octal | 100 | 117 | 243 | 75 | 64 | 0 | 44 | 347 | 54 | 55 |
| Binary | 1000000 | 1001111 | 10100011 | 111101 | 110100 | 0 | 100100 | 11100111 | 101100 | 101101 |
Color Harmonies of #404FA3
Complementary color
Monochromatic Colors of #404FA3
Black with #404FA3
Text Example
Text Example
White with #404FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404FA3; }
p { color: rgb(64,79,163); }
H1.HeaderClassName
{
color: #404FA3;
}
.AnyTagClassName
{
color: #404FA3;
}
</style>
background-color css
<style>
a { background-color: #404FA3; }
a { background-color: rgb(64,79,163); }
div.DivClassName
{
background-color: #404FA3;
}
.BgClassName
{
background-color: #404FA3;
}
</style>
border-color css
<style>
span { border-color: #404FA3; }
span { border-color: rgb(64,79,163); }
td.TdClassName
{
border-color: #404FA3;
}
.TagClassName
{
border-color: #404FA3;
}
</style>