Shades of Boston Blue #409CB7
Tints of Boston Blue #409CB7
RGB
CMYK
RGB Variations
Color information
#409CB7 (or 0x409CB7) is known color: Boston Blue. HEX triplet: 40, 9C and B7. RGB value is (64,156,183). Sum of RGB (Red+Green+Blue) = 64+156+183=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #409CB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409CB7 is #BF6348. Grayscale: #838383. Windows color (decimal): -12542793 or 12033088. OLE color: 12033088.
HSL color Cylindrical-coordinate representation of color #409CB7: hue angle of 193.61º 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 #409CB7 is Cyan = 0.65, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 64 | 156 | 183 | - |
| CMYK | 0.65 | 0.15 | 0 | 0.28 |
| HSL | 193.61º | 0.48% | 0.48% | - |
| HSV(B) | 193.61º | 0.65% | 0.72% | - |
| XYZ | 22.55 | 28.29 | 49.07 | - |
| YUV | 131.57 | 157.02 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 156 | 183 | 0.65 | 0.15 | 0 | 0.28 | 193.61 | 0.48 | 0.48 |
| Hex | 40 | 9C | B7 | 41 | F | 0 | 1C | C2 | 30 | 30 |
| Octal | 100 | 234 | 267 | 101 | 17 | 0 | 34 | 302 | 60 | 60 |
| Binary | 1000000 | 10011100 | 10110111 | 1000001 | 1111 | 0 | 11100 | 11000010 | 110000 | 110000 |
Color Harmonies of #409CB7
Complementary color
Monochromatic Colors of #409CB7
Black with #409CB7
Text Example
Text Example
White with #409CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409CB7; }
p { color: rgb(64,156,183); }
H1.HeaderClassName
{
color: #409CB7;
}
.AnyTagClassName
{
color: #409CB7;
}
</style>
background-color css
<style>
a { background-color: #409CB7; }
a { background-color: rgb(64,156,183); }
div.DivClassName
{
background-color: #409CB7;
}
.BgClassName
{
background-color: #409CB7;
}
</style>
border-color css
<style>
span { border-color: #409CB7; }
span { border-color: rgb(64,156,183); }
td.TdClassName
{
border-color: #409CB7;
}
.TagClassName
{
border-color: #409CB7;
}
</style>