Shades of Boston Blue #419FA6
Tints of Boston Blue #419FA6
RGB
CMYK
RGB Variations
Color information
#419FA6 (or 0x419FA6) is known color: Boston Blue. HEX triplet: 41, 9F and A6. RGB value is (65,159,166). Sum of RGB (Red+Green+Blue) = 65+159+166=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 159 (62.5% from 255 or 40.77% from 390); Blue value is 166 (65.23% from 255 or 42.56% from 390); Max value from RGB is 166 - color contains mainly: blue. Hex color #419FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419FA6 is #BE6059. Grayscale: #838383. Windows color (decimal): -12476506 or 10919745. OLE color: 10919745.
HSL color Cylindrical-coordinate representation of color #419FA6: hue angle of 184.16º 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 #419FA6 is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 159 | 166 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.35 |
| HSL | 184.16º | 0.44% | 0.45% | - |
| HSV(B) | 184.16º | 0.61% | 0.65% | - |
| XYZ | 21.46 | 28.67 | 40.48 | - |
| YUV | 131.69 | 147.36 | 80.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 159 | 166 | 0.61 | 0.04 | 0 | 0.35 | 184.16 | 0.44 | 0.45 |
| Hex | 41 | 9F | A6 | 3D | 4 | 0 | 23 | B8 | 2C | 2D |
| Octal | 101 | 237 | 246 | 75 | 4 | 0 | 43 | 270 | 54 | 55 |
| Binary | 1000001 | 10011111 | 10100110 | 111101 | 100 | 0 | 100011 | 10111000 | 101100 | 101101 |
Color Harmonies of #419FA6
Complementary color
Monochromatic Colors of #419FA6
Black with #419FA6
Text Example
Text Example
White with #419FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419FA6; }
p { color: rgb(65,159,166); }
H1.HeaderClassName
{
color: #419FA6;
}
.AnyTagClassName
{
color: #419FA6;
}
</style>
background-color css
<style>
a { background-color: #419FA6; }
a { background-color: rgb(65,159,166); }
div.DivClassName
{
background-color: #419FA6;
}
.BgClassName
{
background-color: #419FA6;
}
</style>
border-color css
<style>
span { border-color: #419FA6; }
span { border-color: rgb(65,159,166); }
td.TdClassName
{
border-color: #419FA6;
}
.TagClassName
{
border-color: #419FA6;
}
</style>