Shades of Boston Blue #419AA6
Tints of Boston Blue #419AA6
RGB
CMYK
RGB Variations
Color information
#419AA6 (or 0x419AA6) is known color: Boston Blue. HEX triplet: 41, 9A and A6. RGB value is (65,154,166). Sum of RGB (Red+Green+Blue) = 65+154+166=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 154 (60.55% from 255 or 40% from 385); Blue value is 166 (65.23% from 255 or 43.12% from 385); Max value from RGB is 166 - color contains mainly: blue. Hex color #419AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419AA6 is #BE6559. Grayscale: #808080. Windows color (decimal): -12477786 or 10918465. OLE color: 10918465.
HSL color Cylindrical-coordinate representation of color #419AA6: hue angle of 187.13º 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 #419AA6 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 154 | 166 | - |
| CMYK | 0.61 | 0.07 | 0 | 0.35 |
| HSL | 187.13º | 0.44% | 0.45% | - |
| HSV(B) | 187.13º | 0.61% | 0.65% | - |
| XYZ | 20.62 | 26.99 | 40.2 | - |
| YUV | 128.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 154 | 166 | 0.61 | 0.07 | 0 | 0.35 | 187.13 | 0.44 | 0.45 |
| Hex | 41 | 9A | A6 | 3D | 7 | 0 | 23 | BB | 2C | 2D |
| Octal | 101 | 232 | 246 | 75 | 7 | 0 | 43 | 273 | 54 | 55 |
| Binary | 1000001 | 10011010 | 10100110 | 111101 | 111 | 0 | 100011 | 10111011 | 101100 | 101101 |
Color Harmonies of #419AA6
Complementary color
Monochromatic Colors of #419AA6
Black with #419AA6
Text Example
Text Example
White with #419AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #419AA6; }
p { color: rgb(65,154,166); }
H1.HeaderClassName
{
color: #419AA6;
}
.AnyTagClassName
{
color: #419AA6;
}
</style>
background-color css
<style>
a { background-color: #419AA6; }
a { background-color: rgb(65,154,166); }
div.DivClassName
{
background-color: #419AA6;
}
.BgClassName
{
background-color: #419AA6;
}
</style>
border-color css
<style>
span { border-color: #419AA6; }
span { border-color: rgb(65,154,166); }
td.TdClassName
{
border-color: #419AA6;
}
.TagClassName
{
border-color: #419AA6;
}
</style>