Shades of Governor Bay #404DA4
Tints of Governor Bay #404DA4
RGB
CMYK
RGB Variations
Color information
#404DA4 (or 0x404DA4) is known color: Governor Bay. HEX triplet: 40, 4D and A4. RGB value is (64,77,164). Sum of RGB (Red+Green+Blue) = 64+77+164=305 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.98% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 164 (64.45% from 255 or 53.77% from 305); Max value from RGB is 164 - color contains mainly: blue. Hex color #404DA4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #404DA4 is #BFB25B. Grayscale: #525252. Windows color (decimal): -12563036 or 10767680. OLE color: 10767680.
HSL color Cylindrical-coordinate representation of color #404DA4: hue angle of 232.2º 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 #404DA4 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 77 | 164 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.36 |
| HSL | 232.2º | 0.44% | 0.45% | - |
| HSV(B) | 232.2º | 0.61% | 0.64% | - |
| XYZ | 11.47 | 9.08 | 36.27 | - |
| YUV | 83.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 77 | 164 | 0.61 | 0.53 | 0 | 0.36 | 232.2 | 0.44 | 0.45 |
| Hex | 40 | 4D | A4 | 3D | 35 | 0 | 24 | E8 | 2C | 2D |
| Octal | 100 | 115 | 244 | 75 | 65 | 0 | 44 | 350 | 54 | 55 |
| Binary | 1000000 | 1001101 | 10100100 | 111101 | 110101 | 0 | 100100 | 11101000 | 101100 | 101101 |
Color Harmonies of #404DA4
Complementary color
Monochromatic Colors of #404DA4
Black with #404DA4
Text Example
Text Example
White with #404DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404DA4; }
p { color: rgb(64,77,164); }
H1.HeaderClassName
{
color: #404DA4;
}
.AnyTagClassName
{
color: #404DA4;
}
</style>
background-color css
<style>
a { background-color: #404DA4; }
a { background-color: rgb(64,77,164); }
div.DivClassName
{
background-color: #404DA4;
}
.BgClassName
{
background-color: #404DA4;
}
</style>
border-color css
<style>
span { border-color: #404DA4; }
span { border-color: rgb(64,77,164); }
td.TdClassName
{
border-color: #404DA4;
}
.TagClassName
{
border-color: #404DA4;
}
</style>