Shades of Boston Blue #408DB4
Tints of Boston Blue #408DB4
RGB
CMYK
RGB Variations
Color information
#408DB4 (or 0x408DB4) is known color: Boston Blue. HEX triplet: 40, 8D and B4. RGB value is (64,141,180). Sum of RGB (Red+Green+Blue) = 64+141+180=385 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.62% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #408DB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DB4 is #BF724B. Grayscale: #7A7A7A. Windows color (decimal): -12546636 or 11832640. OLE color: 11832640.
HSL color Cylindrical-coordinate representation of color #408DB4: hue angle of 200.17º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #408DB4 is Cyan = 0.64, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 141 | 180 | - |
| CMYK | 0.64 | 0.22 | 0 | 0.29 |
| HSL | 200.17º | 0.48% | 0.48% | - |
| HSV(B) | 200.17º | 0.64% | 0.71% | - |
| XYZ | 19.88 | 23.44 | 46.66 | - |
| YUV | 122.42 | 160.49 | 86.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 180 | 0.64 | 0.22 | 0 | 0.29 | 200.17 | 0.48 | 0.48 |
| Hex | 40 | 8D | B4 | 40 | 16 | 0 | 1D | C8 | 30 | 30 |
| Octal | 100 | 215 | 264 | 100 | 26 | 0 | 35 | 310 | 60 | 60 |
| Binary | 1000000 | 10001101 | 10110100 | 1000000 | 10110 | 0 | 11101 | 11001000 | 110000 | 110000 |
Color Harmonies of #408DB4
Complementary color
Monochromatic Colors of #408DB4
Black with #408DB4
Text Example
Text Example
White with #408DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408DB4; }
p { color: rgb(64,141,180); }
H1.HeaderClassName
{
color: #408DB4;
}
.AnyTagClassName
{
color: #408DB4;
}
</style>
background-color css
<style>
a { background-color: #408DB4; }
a { background-color: rgb(64,141,180); }
div.DivClassName
{
background-color: #408DB4;
}
.BgClassName
{
background-color: #408DB4;
}
</style>
border-color css
<style>
span { border-color: #408DB4; }
span { border-color: rgb(64,141,180); }
td.TdClassName
{
border-color: #408DB4;
}
.TagClassName
{
border-color: #408DB4;
}
</style>