Shades of Boston Blue #418FA8
Tints of Boston Blue #418FA8
RGB
CMYK
RGB Variations
Color information
#418FA8 (or 0x418FA8) is known color: Boston Blue. HEX triplet: 41, 8F and A8. RGB value is (65,143,168). Sum of RGB (Red+Green+Blue) = 65+143+168=376 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.29% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 168 - color contains mainly: blue. Hex color #418FA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418FA8 is #BE7057. Grayscale: #7A7A7A. Windows color (decimal): -12480600 or 11046721. OLE color: 11046721.
HSL color Cylindrical-coordinate representation of color #418FA8: hue angle of 194.56º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #418FA8 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 65 | 143 | 168 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.34 |
| HSL | 194.56º | 0.44% | 0.46% | - |
| HSV(B) | 194.56º | 0.61% | 0.66% | - |
| XYZ | 19.07 | 23.6 | 40.6 | - |
| YUV | 122.53 | 153.66 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 168 | 0.61 | 0.15 | 0 | 0.34 | 194.56 | 0.44 | 0.46 |
| Hex | 41 | 8F | A8 | 3D | F | 0 | 22 | C3 | 2C | 2E |
| Octal | 101 | 217 | 250 | 75 | 17 | 0 | 42 | 303 | 54 | 56 |
| Binary | 1000001 | 10001111 | 10101000 | 111101 | 1111 | 0 | 100010 | 11000011 | 101100 | 101110 |
Color Harmonies of #418FA8
Complementary color
Monochromatic Colors of #418FA8
Black with #418FA8
Text Example
Text Example
White with #418FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418FA8; }
p { color: rgb(65,143,168); }
H1.HeaderClassName
{
color: #418FA8;
}
.AnyTagClassName
{
color: #418FA8;
}
</style>
background-color css
<style>
a { background-color: #418FA8; }
a { background-color: rgb(65,143,168); }
div.DivClassName
{
background-color: #418FA8;
}
.BgClassName
{
background-color: #418FA8;
}
</style>
border-color css
<style>
span { border-color: #418FA8; }
span { border-color: rgb(65,143,168); }
td.TdClassName
{
border-color: #418FA8;
}
.TagClassName
{
border-color: #418FA8;
}
</style>