Shades of Boston Blue #408FA6
Tints of Boston Blue #408FA6
RGB
CMYK
RGB Variations
Color information
#408FA6 (or 0x408FA6) is known color: Boston Blue. HEX triplet: 40, 8F and A6. RGB value is (64,143,166). Sum of RGB (Red+Green+Blue) = 64+143+166=373 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.16% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 166 (65.23% from 255 or 44.50% from 373); Max value from RGB is 166 - color contains mainly: blue. Hex color #408FA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408FA6 is #BF7059. Grayscale: #797979. Windows color (decimal): -12546138 or 10915648. OLE color: 10915648.
HSL color Cylindrical-coordinate representation of color #408FA6: hue angle of 193.53º 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 #408FA6 is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 143 | 166 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.35 |
| HSL | 193.53º | 0.44% | 0.45% | - |
| HSV(B) | 193.53º | 0.61% | 0.65% | - |
| XYZ | 18.82 | 23.49 | 39.62 | - |
| YUV | 122 | 152.83 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 166 | 0.61 | 0.14 | 0 | 0.35 | 193.53 | 0.44 | 0.45 |
| Hex | 40 | 8F | A6 | 3D | E | 0 | 23 | C2 | 2C | 2D |
| Octal | 100 | 217 | 246 | 75 | 16 | 0 | 43 | 302 | 54 | 55 |
| Binary | 1000000 | 10001111 | 10100110 | 111101 | 1110 | 0 | 100011 | 11000010 | 101100 | 101101 |
Color Harmonies of #408FA6
Complementary color
Monochromatic Colors of #408FA6
Black with #408FA6
Text Example
Text Example
White with #408FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FA6; }
p { color: rgb(64,143,166); }
H1.HeaderClassName
{
color: #408FA6;
}
.AnyTagClassName
{
color: #408FA6;
}
</style>
background-color css
<style>
a { background-color: #408FA6; }
a { background-color: rgb(64,143,166); }
div.DivClassName
{
background-color: #408FA6;
}
.BgClassName
{
background-color: #408FA6;
}
</style>
border-color css
<style>
span { border-color: #408FA6; }
span { border-color: rgb(64,143,166); }
td.TdClassName
{
border-color: #408FA6;
}
.TagClassName
{
border-color: #408FA6;
}
</style>