Shades of Governor Bay #414EA5
Tints of Governor Bay #414EA5
RGB
CMYK
RGB Variations
Color information
#414EA5 (or 0x414EA5) is known color: Governor Bay. HEX triplet: 41, 4E and A5. RGB value is (65,78,165). Sum of RGB (Red+Green+Blue) = 65+78+165=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 165 (64.84% from 255 or 53.57% from 308); Max value from RGB is 165 - color contains mainly: blue. Hex color #414EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #414EA5 is #BEB15A. Grayscale: #535353. Windows color (decimal): -12497243 or 10833473. OLE color: 10833473.
HSL color Cylindrical-coordinate representation of color #414EA5: hue angle of 232.2º degrees, saturation: 0.43, 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 #414EA5 is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 78 | 165 | - |
| CMYK | 0.61 | 0.53 | 0 | 0.35 |
| HSL | 232.2º | 0.43% | 0.45% | - |
| HSV(B) | 232.2º | 0.61% | 0.65% | - |
| XYZ | 11.7 | 9.29 | 36.77 | - |
| YUV | 84.03 | 173.69 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 165 | 0.61 | 0.53 | 0 | 0.35 | 232.2 | 0.43 | 0.45 |
| Hex | 41 | 4E | A5 | 3D | 35 | 0 | 23 | E8 | 2B | 2D |
| Octal | 101 | 116 | 245 | 75 | 65 | 0 | 43 | 350 | 53 | 55 |
| Binary | 1000001 | 1001110 | 10100101 | 111101 | 110101 | 0 | 100011 | 11101000 | 101011 | 101101 |
Color Harmonies of #414EA5
Complementary color
Monochromatic Colors of #414EA5
Black with #414EA5
Text Example
Text Example
White with #414EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414EA5; }
p { color: rgb(65,78,165); }
H1.HeaderClassName
{
color: #414EA5;
}
.AnyTagClassName
{
color: #414EA5;
}
</style>
background-color css
<style>
a { background-color: #414EA5; }
a { background-color: rgb(65,78,165); }
div.DivClassName
{
background-color: #414EA5;
}
.BgClassName
{
background-color: #414EA5;
}
</style>
border-color css
<style>
span { border-color: #414EA5; }
span { border-color: rgb(65,78,165); }
td.TdClassName
{
border-color: #414EA5;
}
.TagClassName
{
border-color: #414EA5;
}
</style>