Shades of Governor Bay #404DA3
Tints of Governor Bay #404DA3
RGB
CMYK
RGB Variations
Color information
#404DA3 (or 0x404DA3) is known color: Governor Bay. HEX triplet: 40, 4D and A3. RGB value is (64,77,163). Sum of RGB (Red+Green+Blue) = 64+77+163=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 77 (30.47% from 255 or 25.33% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #404DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404DA3 is #BFB25C. Grayscale: #525252. Windows color (decimal): -12563037 or 10702144. OLE color: 10702144.
HSL color Cylindrical-coordinate representation of color #404DA3: hue angle of 232.12º 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 #404DA3 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 77 | 163 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.36 |
| HSL | 232.12º | 0.44% | 0.45% | - |
| HSV(B) | 232.12º | 0.61% | 0.64% | - |
| XYZ | 11.38 | 9.04 | 35.8 | - |
| YUV | 82.92 | 173.19 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 163 | 0.61 | 0.53 | 0 | 0.36 | 232.12 | 0.44 | 0.45 |
| Hex | 40 | 4D | A3 | 3D | 35 | 0 | 24 | E8 | 2C | 2D |
| Octal | 100 | 115 | 243 | 75 | 65 | 0 | 44 | 350 | 54 | 55 |
| Binary | 1000000 | 1001101 | 10100011 | 111101 | 110101 | 0 | 100100 | 11101000 | 101100 | 101101 |
Color Harmonies of #404DA3
Complementary color
Monochromatic Colors of #404DA3
Black with #404DA3
Text Example
Text Example
White with #404DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DA3; }
p { color: rgb(64,77,163); }
H1.HeaderClassName
{
color: #404DA3;
}
.AnyTagClassName
{
color: #404DA3;
}
</style>
background-color css
<style>
a { background-color: #404DA3; }
a { background-color: rgb(64,77,163); }
div.DivClassName
{
background-color: #404DA3;
}
.BgClassName
{
background-color: #404DA3;
}
</style>
border-color css
<style>
span { border-color: #404DA3; }
span { border-color: rgb(64,77,163); }
td.TdClassName
{
border-color: #404DA3;
}
.TagClassName
{
border-color: #404DA3;
}
</style>