Shades of Boston Blue #409EBA
Tints of Boston Blue #409EBA
RGB
CMYK
RGB Variations
Color information
#409EBA (or 0x409EBA) is known color: Boston Blue. HEX triplet: 40, 9E and BA. RGB value is (64,158,186). Sum of RGB (Red+Green+Blue) = 64+158+186=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #409EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409EBA is #BF6145. Grayscale: #848484. Windows color (decimal): -12542278 or 12230208. OLE color: 12230208.
HSL color Cylindrical-coordinate representation of color #409EBA: hue angle of 193.77º 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 #409EBA is Cyan = 0.66, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 158 | 186 | - |
| CMYK | 0.66 | 0.15 | 0 | 0.27 |
| HSL | 193.77º | 0.49% | 0.49% | - |
| HSV(B) | 193.77º | 0.66% | 0.73% | - |
| XYZ | 23.2 | 29.09 | 50.85 | - |
| YUV | 133.09 | 157.86 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 186 | 0.66 | 0.15 | 0 | 0.27 | 193.77 | 0.49 | 0.49 |
| Hex | 40 | 9E | BA | 42 | F | 0 | 1B | C2 | 31 | 31 |
| Octal | 100 | 236 | 272 | 102 | 17 | 0 | 33 | 302 | 61 | 61 |
| Binary | 1000000 | 10011110 | 10111010 | 1000010 | 1111 | 0 | 11011 | 11000010 | 110001 | 110001 |
Color Harmonies of #409EBA
Complementary color
Monochromatic Colors of #409EBA
Black with #409EBA
Text Example
Text Example
White with #409EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409EBA; }
p { color: rgb(64,158,186); }
H1.HeaderClassName
{
color: #409EBA;
}
.AnyTagClassName
{
color: #409EBA;
}
</style>
background-color css
<style>
a { background-color: #409EBA; }
a { background-color: rgb(64,158,186); }
div.DivClassName
{
background-color: #409EBA;
}
.BgClassName
{
background-color: #409EBA;
}
</style>
border-color css
<style>
span { border-color: #409EBA; }
span { border-color: rgb(64,158,186); }
td.TdClassName
{
border-color: #409EBA;
}
.TagClassName
{
border-color: #409EBA;
}
</style>