Shades of Boston Blue #408BA6
Tints of Boston Blue #408BA6
RGB
CMYK
RGB Variations
Color information
#408BA6 (or 0x408BA6) is known color: Boston Blue. HEX triplet: 40, 8B and A6. RGB value is (64,139,166). Sum of RGB (Red+Green+Blue) = 64+139+166=369 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.34% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 166 - color contains mainly: blue. Hex color #408BA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408BA6 is #BF7459. Grayscale: #777777. Windows color (decimal): -12547162 or 10914624. OLE color: 10914624.
HSL color Cylindrical-coordinate representation of color #408BA6: hue angle of 195.88º 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 #408BA6 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 64 | 139 | 166 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.35 |
| HSL | 195.88º | 0.44% | 0.45% | - |
| HSV(B) | 195.88º | 0.61% | 0.65% | - |
| XYZ | 18.23 | 22.31 | 39.42 | - |
| YUV | 119.65 | 154.15 | 88.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 166 | 0.61 | 0.16 | 0 | 0.35 | 195.88 | 0.44 | 0.45 |
| Hex | 40 | 8B | A6 | 3D | 10 | 0 | 23 | C4 | 2C | 2D |
| Octal | 100 | 213 | 246 | 75 | 20 | 0 | 43 | 304 | 54 | 55 |
| Binary | 1000000 | 10001011 | 10100110 | 111101 | 10000 | 0 | 100011 | 11000100 | 101100 | 101101 |
Color Harmonies of #408BA6
Complementary color
Monochromatic Colors of #408BA6
Black with #408BA6
Text Example
Text Example
White with #408BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BA6; }
p { color: rgb(64,139,166); }
H1.HeaderClassName
{
color: #408BA6;
}
.AnyTagClassName
{
color: #408BA6;
}
</style>
background-color css
<style>
a { background-color: #408BA6; }
a { background-color: rgb(64,139,166); }
div.DivClassName
{
background-color: #408BA6;
}
.BgClassName
{
background-color: #408BA6;
}
</style>
border-color css
<style>
span { border-color: #408BA6; }
span { border-color: rgb(64,139,166); }
td.TdClassName
{
border-color: #408BA6;
}
.TagClassName
{
border-color: #408BA6;
}
</style>