Shades of Boston Blue #409FB7
Tints of Boston Blue #409FB7
RGB
CMYK
RGB Variations
Color information
#409FB7 (or 0x409FB7) is known color: Boston Blue. HEX triplet: 40, 9F and B7. RGB value is (64,159,183). Sum of RGB (Red+Green+Blue) = 64+159+183=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 159 (62.5% from 255 or 39.16% from 406); Blue value is 183 (71.88% from 255 or 45.07% from 406); Max value from RGB is 183 - color contains mainly: blue. Hex color #409FB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409FB7 is #BF6048. Grayscale: #858585. Windows color (decimal): -12542025 or 12033856. OLE color: 12033856.
HSL color Cylindrical-coordinate representation of color #409FB7: hue angle of 192.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #409FB7 is Cyan = 0.65, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 159 | 183 | - |
| CMYK | 0.65 | 0.13 | 0 | 0.28 |
| HSL | 192.1º | 0.48% | 0.48% | - |
| HSV(B) | 192.1º | 0.65% | 0.72% | - |
| XYZ | 23.06 | 29.31 | 49.24 | - |
| YUV | 133.33 | 156.03 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 183 | 0.65 | 0.13 | 0 | 0.28 | 192.1 | 0.48 | 0.48 |
| Hex | 40 | 9F | B7 | 41 | D | 0 | 1C | C0 | 30 | 30 |
| Octal | 100 | 237 | 267 | 101 | 15 | 0 | 34 | 300 | 60 | 60 |
| Binary | 1000000 | 10011111 | 10110111 | 1000001 | 1101 | 0 | 11100 | 11000000 | 110000 | 110000 |
Color Harmonies of #409FB7
Complementary color
Monochromatic Colors of #409FB7
Black with #409FB7
Text Example
Text Example
White with #409FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409FB7; }
p { color: rgb(64,159,183); }
H1.HeaderClassName
{
color: #409FB7;
}
.AnyTagClassName
{
color: #409FB7;
}
</style>
background-color css
<style>
a { background-color: #409FB7; }
a { background-color: rgb(64,159,183); }
div.DivClassName
{
background-color: #409FB7;
}
.BgClassName
{
background-color: #409FB7;
}
</style>
border-color css
<style>
span { border-color: #409FB7; }
span { border-color: rgb(64,159,183); }
td.TdClassName
{
border-color: #409FB7;
}
.TagClassName
{
border-color: #409FB7;
}
</style>