Shades of Boston Blue #409EBF
Tints of Boston Blue #409EBF
RGB
CMYK
RGB Variations
Color information
#409EBF (or 0x409EBF) is known color: Boston Blue. HEX triplet: 40, 9E and BF. RGB value is (64,158,191). Sum of RGB (Red+Green+Blue) = 64+158+191=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #409EBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409EBF is #BF6140. Grayscale: #858585. Windows color (decimal): -12542273 or 12557888. OLE color: 12557888.
HSL color Cylindrical-coordinate representation of color #409EBF: hue angle of 195.59º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409EBF is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 158 | 191 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.25 |
| HSL | 195.59º | 0.5% | 0.5% | - |
| HSV(B) | 195.59º | 0.66% | 0.75% | - |
| XYZ | 23.75 | 29.31 | 53.7 | - |
| YUV | 133.66 | 160.36 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 191 | 0.66 | 0.17 | 0 | 0.25 | 195.59 | 0.5 | 0.5 |
| Hex | 40 | 9E | BF | 42 | 11 | 0 | 19 | C4 | 32 | 32 |
| Octal | 100 | 236 | 277 | 102 | 21 | 0 | 31 | 304 | 62 | 62 |
| Binary | 1000000 | 10011110 | 10111111 | 1000010 | 10001 | 0 | 11001 | 11000100 | 110010 | 110010 |
Color Harmonies of #409EBF
Complementary color
Monochromatic Colors of #409EBF
Black with #409EBF
Text Example
Text Example
White with #409EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409EBF; }
p { color: rgb(64,158,191); }
H1.HeaderClassName
{
color: #409EBF;
}
.AnyTagClassName
{
color: #409EBF;
}
</style>
background-color css
<style>
a { background-color: #409EBF; }
a { background-color: rgb(64,158,191); }
div.DivClassName
{
background-color: #409EBF;
}
.BgClassName
{
background-color: #409EBF;
}
</style>
border-color css
<style>
span { border-color: #409EBF; }
span { border-color: rgb(64,158,191); }
td.TdClassName
{
border-color: #409EBF;
}
.TagClassName
{
border-color: #409EBF;
}
</style>