Shades of Boston Blue #409DBF
Tints of Boston Blue #409DBF
RGB
CMYK
RGB Variations
Color information
#409DBF (or 0x409DBF) is known color: Boston Blue. HEX triplet: 40, 9D and BF. RGB value is (64,157,191). Sum of RGB (Red+Green+Blue) = 64+157+191=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #409DBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409DBF is #BF6240. Grayscale: #848484. Windows color (decimal): -12542529 or 12557632. OLE color: 12557632.
HSL color Cylindrical-coordinate representation of color #409DBF: hue angle of 196.06º 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 #409DBF is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 157 | 191 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.25 |
| HSL | 196.06º | 0.5% | 0.5% | - |
| HSV(B) | 196.06º | 0.66% | 0.75% | - |
| XYZ | 23.58 | 28.97 | 53.64 | - |
| YUV | 133.07 | 160.69 | 78.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 191 | 0.66 | 0.18 | 0 | 0.25 | 196.06 | 0.5 | 0.5 |
| Hex | 40 | 9D | BF | 42 | 12 | 0 | 19 | C4 | 32 | 32 |
| Octal | 100 | 235 | 277 | 102 | 22 | 0 | 31 | 304 | 62 | 62 |
| Binary | 1000000 | 10011101 | 10111111 | 1000010 | 10010 | 0 | 11001 | 11000100 | 110010 | 110010 |
Color Harmonies of #409DBF
Complementary color
Monochromatic Colors of #409DBF
Black with #409DBF
Text Example
Text Example
White with #409DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409DBF; }
p { color: rgb(64,157,191); }
H1.HeaderClassName
{
color: #409DBF;
}
.AnyTagClassName
{
color: #409DBF;
}
</style>
background-color css
<style>
a { background-color: #409DBF; }
a { background-color: rgb(64,157,191); }
div.DivClassName
{
background-color: #409DBF;
}
.BgClassName
{
background-color: #409DBF;
}
</style>
border-color css
<style>
span { border-color: #409DBF; }
span { border-color: rgb(64,157,191); }
td.TdClassName
{
border-color: #409DBF;
}
.TagClassName
{
border-color: #409DBF;
}
</style>