Shades of Boston Blue #409CBF
Tints of Boston Blue #409CBF
RGB
CMYK
RGB Variations
Color information
#409CBF (or 0x409CBF) is known color: Boston Blue. HEX triplet: 40, 9C and BF. RGB value is (64,156,191). Sum of RGB (Red+Green+Blue) = 64+156+191=411 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.57% from 411); Green value is 156 (61.33% from 255 or 37.96% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #409CBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CBF is #BF6340. Grayscale: #848484. Windows color (decimal): -12542785 or 12557376. OLE color: 12557376.
HSL color Cylindrical-coordinate representation of color #409CBF: hue angle of 196.54º 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 #409CBF is Cyan = 0.66, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 156 | 191 | - |
| CMYK | 0.66 | 0.18 | 0 | 0.25 |
| HSL | 196.54º | 0.5% | 0.5% | - |
| HSV(B) | 196.54º | 0.66% | 0.75% | - |
| XYZ | 23.41 | 28.63 | 53.58 | - |
| YUV | 132.48 | 161.02 | 79.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 191 | 0.66 | 0.18 | 0 | 0.25 | 196.54 | 0.5 | 0.5 |
| Hex | 40 | 9C | BF | 42 | 12 | 0 | 19 | C5 | 32 | 32 |
| Octal | 100 | 234 | 277 | 102 | 22 | 0 | 31 | 305 | 62 | 62 |
| Binary | 1000000 | 10011100 | 10111111 | 1000010 | 10010 | 0 | 11001 | 11000101 | 110010 | 110010 |
Color Harmonies of #409CBF
Complementary color
Monochromatic Colors of #409CBF
Black with #409CBF
Text Example
Text Example
White with #409CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CBF; }
p { color: rgb(64,156,191); }
H1.HeaderClassName
{
color: #409CBF;
}
.AnyTagClassName
{
color: #409CBF;
}
</style>
background-color css
<style>
a { background-color: #409CBF; }
a { background-color: rgb(64,156,191); }
div.DivClassName
{
background-color: #409CBF;
}
.BgClassName
{
background-color: #409CBF;
}
</style>
border-color css
<style>
span { border-color: #409CBF; }
span { border-color: rgb(64,156,191); }
td.TdClassName
{
border-color: #409CBF;
}
.TagClassName
{
border-color: #409CBF;
}
</style>