Shades of Boston Blue #409BBA
Tints of Boston Blue #409BBA
RGB
CMYK
RGB Variations
Color information
#409BBA (or 0x409BBA) is known color: Boston Blue. HEX triplet: 40, 9B and BA. RGB value is (64,155,186). Sum of RGB (Red+Green+Blue) = 64+155+186=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 155 (60.94% from 255 or 38.27% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #409BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409BBA is #BF6445. Grayscale: #838383. Windows color (decimal): -12543046 or 12229440. OLE color: 12229440.
HSL color Cylindrical-coordinate representation of color #409BBA: hue angle of 195.25º 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 #409BBA is Cyan = 0.66, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 155 | 186 | - |
| CMYK | 0.66 | 0.17 | 0 | 0.27 |
| HSL | 195.25º | 0.49% | 0.49% | - |
| HSV(B) | 195.25º | 0.66% | 0.73% | - |
| XYZ | 22.7 | 28.08 | 50.68 | - |
| YUV | 131.33 | 158.85 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 186 | 0.66 | 0.17 | 0 | 0.27 | 195.25 | 0.49 | 0.49 |
| Hex | 40 | 9B | BA | 42 | 11 | 0 | 1B | C3 | 31 | 31 |
| Octal | 100 | 233 | 272 | 102 | 21 | 0 | 33 | 303 | 61 | 61 |
| Binary | 1000000 | 10011011 | 10111010 | 1000010 | 10001 | 0 | 11011 | 11000011 | 110001 | 110001 |
Color Harmonies of #409BBA
Complementary color
Monochromatic Colors of #409BBA
Black with #409BBA
Text Example
Text Example
White with #409BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BBA; }
p { color: rgb(64,155,186); }
H1.HeaderClassName
{
color: #409BBA;
}
.AnyTagClassName
{
color: #409BBA;
}
</style>
background-color css
<style>
a { background-color: #409BBA; }
a { background-color: rgb(64,155,186); }
div.DivClassName
{
background-color: #409BBA;
}
.BgClassName
{
background-color: #409BBA;
}
</style>
border-color css
<style>
span { border-color: #409BBA; }
span { border-color: rgb(64,155,186); }
td.TdClassName
{
border-color: #409BBA;
}
.TagClassName
{
border-color: #409BBA;
}
</style>