Shades of Boston Blue #409EBC
Tints of Boston Blue #409EBC
RGB
CMYK
RGB Variations
Color information
#409EBC (or 0x409EBC) is known color: Boston Blue. HEX triplet: 40, 9E and BC. RGB value is (64,158,188). Sum of RGB (Red+Green+Blue) = 64+158+188=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 158 (62.11% from 255 or 38.54% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #409EBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409EBC is #BF6143. Grayscale: #858585. Windows color (decimal): -12542276 or 12361280. OLE color: 12361280.
HSL color Cylindrical-coordinate representation of color #409EBC: hue angle of 194.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #409EBC is Cyan = 0.66, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 158 | 188 | - |
| CMYK | 0.66 | 0.16 | 0 | 0.26 |
| HSL | 194.52º | 0.49% | 0.49% | - |
| HSV(B) | 194.52º | 0.66% | 0.74% | - |
| XYZ | 23.42 | 29.17 | 51.97 | - |
| YUV | 133.31 | 158.86 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 188 | 0.66 | 0.16 | 0 | 0.26 | 194.52 | 0.49 | 0.49 |
| Hex | 40 | 9E | BC | 42 | 10 | 0 | 1A | C3 | 31 | 31 |
| Octal | 100 | 236 | 274 | 102 | 20 | 0 | 32 | 303 | 61 | 61 |
| Binary | 1000000 | 10011110 | 10111100 | 1000010 | 10000 | 0 | 11010 | 11000011 | 110001 | 110001 |
Color Harmonies of #409EBC
Complementary color
Monochromatic Colors of #409EBC
Black with #409EBC
Text Example
Text Example
White with #409EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409EBC; }
p { color: rgb(64,158,188); }
H1.HeaderClassName
{
color: #409EBC;
}
.AnyTagClassName
{
color: #409EBC;
}
</style>
background-color css
<style>
a { background-color: #409EBC; }
a { background-color: rgb(64,158,188); }
div.DivClassName
{
background-color: #409EBC;
}
.BgClassName
{
background-color: #409EBC;
}
</style>
border-color css
<style>
span { border-color: #409EBC; }
span { border-color: rgb(64,158,188); }
td.TdClassName
{
border-color: #409EBC;
}
.TagClassName
{
border-color: #409EBC;
}
</style>