Shades of Boston Blue #409FBA
Tints of Boston Blue #409FBA
RGB
CMYK
RGB Variations
Color information
#409FBA (or 0x409FBA) is known color: Boston Blue. HEX triplet: 40, 9F and BA. RGB value is (64,159,186). Sum of RGB (Red+Green+Blue) = 64+159+186=409 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.65% from 409); Green value is 159 (62.5% from 255 or 38.88% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #409FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409FBA is #BF6045. Grayscale: #858585. Windows color (decimal): -12542022 or 12230464. OLE color: 12230464.
HSL color Cylindrical-coordinate representation of color #409FBA: hue angle of 193.28º 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 #409FBA is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 159 | 186 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.27 |
| HSL | 193.28º | 0.49% | 0.49% | - |
| HSV(B) | 193.28º | 0.66% | 0.73% | - |
| XYZ | 23.38 | 29.43 | 50.9 | - |
| YUV | 133.67 | 157.53 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 186 | 0.66 | 0.15 | 0 | 0.27 | 193.28 | 0.49 | 0.49 |
| Hex | 40 | 9F | BA | 42 | F | 0 | 1B | C1 | 31 | 31 |
| Octal | 100 | 237 | 272 | 102 | 17 | 0 | 33 | 301 | 61 | 61 |
| Binary | 1000000 | 10011111 | 10111010 | 1000010 | 1111 | 0 | 11011 | 11000001 | 110001 | 110001 |
Color Harmonies of #409FBA
Complementary color
Monochromatic Colors of #409FBA
Black with #409FBA
Text Example
Text Example
White with #409FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409FBA; }
p { color: rgb(64,159,186); }
H1.HeaderClassName
{
color: #409FBA;
}
.AnyTagClassName
{
color: #409FBA;
}
</style>
background-color css
<style>
a { background-color: #409FBA; }
a { background-color: rgb(64,159,186); }
div.DivClassName
{
background-color: #409FBA;
}
.BgClassName
{
background-color: #409FBA;
}
</style>
border-color css
<style>
span { border-color: #409FBA; }
span { border-color: rgb(64,159,186); }
td.TdClassName
{
border-color: #409FBA;
}
.TagClassName
{
border-color: #409FBA;
}
</style>