Shades of Boston Blue #418FA6
Tints of Boston Blue #418FA6
RGB
CMYK
RGB Variations
Color information
#418FA6 (or 0x418FA6) is known color: Boston Blue. HEX triplet: 41, 8F and A6. RGB value is (65,143,166). Sum of RGB (Red+Green+Blue) = 65+143+166=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 143 (56.25% from 255 or 38.24% from 374); Blue value is 166 (65.23% from 255 or 44.39% from 374); Max value from RGB is 166 - color contains mainly: blue. Hex color #418FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418FA6 is #BE7059. Grayscale: #7A7A7A. Windows color (decimal): -12480602 or 10915649. OLE color: 10915649.
HSL color Cylindrical-coordinate representation of color #418FA6: hue angle of 193.66º 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 #418FA6 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 143 | 166 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.35 |
| HSL | 193.66º | 0.44% | 0.45% | - |
| HSV(B) | 193.66º | 0.61% | 0.65% | - |
| XYZ | 18.89 | 23.52 | 39.62 | - |
| YUV | 122.3 | 152.66 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 166 | 0.61 | 0.14 | 0 | 0.35 | 193.66 | 0.44 | 0.45 |
| Hex | 41 | 8F | A6 | 3D | E | 0 | 23 | C2 | 2C | 2D |
| Octal | 101 | 217 | 246 | 75 | 16 | 0 | 43 | 302 | 54 | 55 |
| Binary | 1000001 | 10001111 | 10100110 | 111101 | 1110 | 0 | 100011 | 11000010 | 101100 | 101101 |
Color Harmonies of #418FA6
Complementary color
Monochromatic Colors of #418FA6
Black with #418FA6
Text Example
Text Example
White with #418FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418FA6; }
p { color: rgb(65,143,166); }
H1.HeaderClassName
{
color: #418FA6;
}
.AnyTagClassName
{
color: #418FA6;
}
</style>
background-color css
<style>
a { background-color: #418FA6; }
a { background-color: rgb(65,143,166); }
div.DivClassName
{
background-color: #418FA6;
}
.BgClassName
{
background-color: #418FA6;
}
</style>
border-color css
<style>
span { border-color: #418FA6; }
span { border-color: rgb(65,143,166); }
td.TdClassName
{
border-color: #418FA6;
}
.TagClassName
{
border-color: #418FA6;
}
</style>