Shades of Boston Blue #408BA4
Tints of Boston Blue #408BA4
RGB
CMYK
RGB Variations
Color information
#408BA4 (or 0x408BA4) is known color: Boston Blue. HEX triplet: 40, 8B and A4. RGB value is (64,139,164). Sum of RGB (Red+Green+Blue) = 64+139+164=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #408BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408BA4 is #BF745B. Grayscale: #777777. Windows color (decimal): -12547164 or 10783552. OLE color: 10783552.
HSL color Cylindrical-coordinate representation of color #408BA4: hue angle of 195º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #408BA4 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 139 | 164 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.36 |
| HSL | 195º | 0.44% | 0.45% | - |
| HSV(B) | 195º | 0.61% | 0.64% | - |
| XYZ | 18.05 | 22.24 | 38.46 | - |
| YUV | 119.43 | 153.15 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 164 | 0.61 | 0.15 | 0 | 0.36 | 195 | 0.44 | 0.45 |
| Hex | 40 | 8B | A4 | 3D | F | 0 | 24 | C3 | 2C | 2D |
| Octal | 100 | 213 | 244 | 75 | 17 | 0 | 44 | 303 | 54 | 55 |
| Binary | 1000000 | 10001011 | 10100100 | 111101 | 1111 | 0 | 100100 | 11000011 | 101100 | 101101 |
Color Harmonies of #408BA4
Complementary color
Monochromatic Colors of #408BA4
Black with #408BA4
Text Example
Text Example
White with #408BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BA4; }
p { color: rgb(64,139,164); }
H1.HeaderClassName
{
color: #408BA4;
}
.AnyTagClassName
{
color: #408BA4;
}
</style>
background-color css
<style>
a { background-color: #408BA4; }
a { background-color: rgb(64,139,164); }
div.DivClassName
{
background-color: #408BA4;
}
.BgClassName
{
background-color: #408BA4;
}
</style>
border-color css
<style>
span { border-color: #408BA4; }
span { border-color: rgb(64,139,164); }
td.TdClassName
{
border-color: #408BA4;
}
.TagClassName
{
border-color: #408BA4;
}
</style>