Shades of Boston Blue #418FA7
Tints of Boston Blue #418FA7
RGB
CMYK
RGB Variations
Color information
#418FA7 (or 0x418FA7) is known color: Boston Blue. HEX triplet: 41, 8F and A7. RGB value is (65,143,167). Sum of RGB (Red+Green+Blue) = 65+143+167=375 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.33% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 167 - color contains mainly: blue. Hex color #418FA7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418FA7 is #BE7058. Grayscale: #7A7A7A. Windows color (decimal): -12480601 or 10981185. OLE color: 10981185.
HSL color Cylindrical-coordinate representation of color #418FA7: hue angle of 194.12º 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 #418FA7 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 143 | 167 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.35 |
| HSL | 194.12º | 0.44% | 0.45% | - |
| HSV(B) | 194.12º | 0.61% | 0.65% | - |
| XYZ | 18.98 | 23.56 | 40.11 | - |
| YUV | 122.41 | 153.16 | 87.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 143 | 167 | 0.61 | 0.14 | 0 | 0.35 | 194.12 | 0.44 | 0.45 |
| Hex | 41 | 8F | A7 | 3D | E | 0 | 23 | C2 | 2C | 2D |
| Octal | 101 | 217 | 247 | 75 | 16 | 0 | 43 | 302 | 54 | 55 |
| Binary | 1000001 | 10001111 | 10100111 | 111101 | 1110 | 0 | 100011 | 11000010 | 101100 | 101101 |
Color Harmonies of #418FA7
Complementary color
Monochromatic Colors of #418FA7
Black with #418FA7
Text Example
Text Example
White with #418FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418FA7; }
p { color: rgb(65,143,167); }
H1.HeaderClassName
{
color: #418FA7;
}
.AnyTagClassName
{
color: #418FA7;
}
</style>
background-color css
<style>
a { background-color: #418FA7; }
a { background-color: rgb(65,143,167); }
div.DivClassName
{
background-color: #418FA7;
}
.BgClassName
{
background-color: #418FA7;
}
</style>
border-color css
<style>
span { border-color: #418FA7; }
span { border-color: rgb(65,143,167); }
td.TdClassName
{
border-color: #418FA7;
}
.TagClassName
{
border-color: #418FA7;
}
</style>