Shades of Boston Blue #409FBB
Tints of Boston Blue #409FBB
RGB
CMYK
RGB Variations
Color information
#409FBB (or 0x409FBB) is known color: Boston Blue. HEX triplet: 40, 9F and BB. RGB value is (64,159,187). Sum of RGB (Red+Green+Blue) = 64+159+187=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #409FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409FBB is #BF6044. Grayscale: #858585. Windows color (decimal): -12542021 or 12296000. OLE color: 12296000.
HSL color Cylindrical-coordinate representation of color #409FBB: hue angle of 193.66º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409FBB is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 159 | 187 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.27 |
| HSL | 193.66º | 0.49% | 0.49% | - |
| HSV(B) | 193.66º | 0.66% | 0.73% | - |
| XYZ | 23.48 | 29.47 | 51.47 | - |
| YUV | 133.79 | 158.03 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 187 | 0.66 | 0.15 | 0 | 0.27 | 193.66 | 0.49 | 0.49 |
| Hex | 40 | 9F | BB | 42 | F | 0 | 1B | C2 | 31 | 31 |
| Octal | 100 | 237 | 273 | 102 | 17 | 0 | 33 | 302 | 61 | 61 |
| Binary | 1000000 | 10011111 | 10111011 | 1000010 | 1111 | 0 | 11011 | 11000010 | 110001 | 110001 |
Color Harmonies of #409FBB
Complementary color
Monochromatic Colors of #409FBB
Black with #409FBB
Text Example
Text Example
White with #409FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409FBB; }
p { color: rgb(64,159,187); }
H1.HeaderClassName
{
color: #409FBB;
}
.AnyTagClassName
{
color: #409FBB;
}
</style>
background-color css
<style>
a { background-color: #409FBB; }
a { background-color: rgb(64,159,187); }
div.DivClassName
{
background-color: #409FBB;
}
.BgClassName
{
background-color: #409FBB;
}
</style>
border-color css
<style>
span { border-color: #409FBB; }
span { border-color: rgb(64,159,187); }
td.TdClassName
{
border-color: #409FBB;
}
.TagClassName
{
border-color: #409FBB;
}
</style>