Shades of Boston Blue #409DB6
Tints of Boston Blue #409DB6
RGB
CMYK
RGB Variations
Color information
#409DB6 (or 0x409DB6) is known color: Boston Blue. HEX triplet: 40, 9D and B6. RGB value is (64,157,182). Sum of RGB (Red+Green+Blue) = 64+157+182=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #409DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409DB6 is #BF6249. Grayscale: #838383. Windows color (decimal): -12542538 or 11967808. OLE color: 11967808.
HSL color Cylindrical-coordinate representation of color #409DB6: hue angle of 192.71º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #409DB6 is Cyan = 0.65, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 157 | 182 | - |
| CMYK | 0.65 | 0.14 | 0 | 0.29 |
| HSL | 192.71º | 0.48% | 0.48% | - |
| HSV(B) | 192.71º | 0.65% | 0.71% | - |
| XYZ | 22.61 | 28.58 | 48.58 | - |
| YUV | 132.04 | 156.19 | 79.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 182 | 0.65 | 0.14 | 0 | 0.29 | 192.71 | 0.48 | 0.48 |
| Hex | 40 | 9D | B6 | 41 | E | 0 | 1D | C1 | 30 | 30 |
| Octal | 100 | 235 | 266 | 101 | 16 | 0 | 35 | 301 | 60 | 60 |
| Binary | 1000000 | 10011101 | 10110110 | 1000001 | 1110 | 0 | 11101 | 11000001 | 110000 | 110000 |
Color Harmonies of #409DB6
Complementary color
Monochromatic Colors of #409DB6
Black with #409DB6
Text Example
Text Example
White with #409DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409DB6; }
p { color: rgb(64,157,182); }
H1.HeaderClassName
{
color: #409DB6;
}
.AnyTagClassName
{
color: #409DB6;
}
</style>
background-color css
<style>
a { background-color: #409DB6; }
a { background-color: rgb(64,157,182); }
div.DivClassName
{
background-color: #409DB6;
}
.BgClassName
{
background-color: #409DB6;
}
</style>
border-color css
<style>
span { border-color: #409DB6; }
span { border-color: rgb(64,157,182); }
td.TdClassName
{
border-color: #409DB6;
}
.TagClassName
{
border-color: #409DB6;
}
</style>