Shades of Governor Bay #414DA6
Tints of Governor Bay #414DA6
RGB
CMYK
RGB Variations
Color information
#414DA6 (or 0x414DA6) is known color: Governor Bay. HEX triplet: 41, 4D and A6. RGB value is (65,77,166). Sum of RGB (Red+Green+Blue) = 65+77+166=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 166 (65.23% from 255 or 53.90% from 308); Max value from RGB is 166 - color contains mainly: blue. Hex color #414DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414DA6 is #BEB259. Grayscale: #535353. Windows color (decimal): -12497498 or 10898753. OLE color: 10898753.
HSL color Cylindrical-coordinate representation of color #414DA6: hue angle of 232.87º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #414DA6 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 77 | 166 | - |
| CMYK | 0.61 | 0.54 | 0 | 0.35 |
| HSL | 232.87º | 0.44% | 0.45% | - |
| HSV(B) | 232.87º | 0.61% | 0.65% | - |
| XYZ | 11.72 | 9.18 | 37.23 | - |
| YUV | 83.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 77 | 166 | 0.61 | 0.54 | 0 | 0.35 | 232.87 | 0.44 | 0.45 |
| Hex | 41 | 4D | A6 | 3D | 36 | 0 | 23 | E9 | 2C | 2D |
| Octal | 101 | 115 | 246 | 75 | 66 | 0 | 43 | 351 | 54 | 55 |
| Binary | 1000001 | 1001101 | 10100110 | 111101 | 110110 | 0 | 100011 | 11101001 | 101100 | 101101 |
Color Harmonies of #414DA6
Complementary color
Monochromatic Colors of #414DA6
Black with #414DA6
Text Example
Text Example
White with #414DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414DA6; }
p { color: rgb(65,77,166); }
H1.HeaderClassName
{
color: #414DA6;
}
.AnyTagClassName
{
color: #414DA6;
}
</style>
background-color css
<style>
a { background-color: #414DA6; }
a { background-color: rgb(65,77,166); }
div.DivClassName
{
background-color: #414DA6;
}
.BgClassName
{
background-color: #414DA6;
}
</style>
border-color css
<style>
span { border-color: #414DA6; }
span { border-color: rgb(65,77,166); }
td.TdClassName
{
border-color: #414DA6;
}
.TagClassName
{
border-color: #414DA6;
}
</style>