Shades of Boston Blue #409FB4
Tints of Boston Blue #409FB4
RGB
CMYK
RGB Variations
Color information
#409FB4 (or 0x409FB4) is known color: Boston Blue. HEX triplet: 40, 9F and B4. RGB value is (64,159,180). Sum of RGB (Red+Green+Blue) = 64+159+180=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #409FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409FB4 is #BF604B. Grayscale: #848484. Windows color (decimal): -12542028 or 11837248. OLE color: 11837248.
HSL color Cylindrical-coordinate representation of color #409FB4: hue angle of 190.86º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #409FB4 is Cyan = 0.64, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 159 | 180 | - |
| CMYK | 0.64 | 0.12 | 0 | 0.29 |
| HSL | 190.86º | 0.48% | 0.48% | - |
| HSV(B) | 190.86º | 0.64% | 0.71% | - |
| XYZ | 22.75 | 29.18 | 47.61 | - |
| YUV | 132.99 | 154.53 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 180 | 0.64 | 0.12 | 0 | 0.29 | 190.86 | 0.48 | 0.48 |
| Hex | 40 | 9F | B4 | 40 | C | 0 | 1D | BF | 30 | 30 |
| Octal | 100 | 237 | 264 | 100 | 14 | 0 | 35 | 277 | 60 | 60 |
| Binary | 1000000 | 10011111 | 10110100 | 1000000 | 1100 | 0 | 11101 | 10111111 | 110000 | 110000 |
Color Harmonies of #409FB4
Complementary color
Monochromatic Colors of #409FB4
Black with #409FB4
Text Example
Text Example
White with #409FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409FB4; }
p { color: rgb(64,159,180); }
H1.HeaderClassName
{
color: #409FB4;
}
.AnyTagClassName
{
color: #409FB4;
}
</style>
background-color css
<style>
a { background-color: #409FB4; }
a { background-color: rgb(64,159,180); }
div.DivClassName
{
background-color: #409FB4;
}
.BgClassName
{
background-color: #409FB4;
}
</style>
border-color css
<style>
span { border-color: #409FB4; }
span { border-color: rgb(64,159,180); }
td.TdClassName
{
border-color: #409FB4;
}
.TagClassName
{
border-color: #409FB4;
}
</style>