Shades of Boston Blue #409DB0
Tints of Boston Blue #409DB0
RGB
CMYK
RGB Variations
Color information
#409DB0 (or 0x409DB0) is known color: Boston Blue. HEX triplet: 40, 9D and B0. RGB value is (64,157,176). Sum of RGB (Red+Green+Blue) = 64+157+176=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 176 - color contains mainly: blue. Hex color #409DB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409DB0 is #BF624F. Grayscale: #838383. Windows color (decimal): -12542544 or 11574592. OLE color: 11574592.
HSL color Cylindrical-coordinate representation of color #409DB0: hue angle of 190.18º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #409DB0 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 157 | 176 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.31 |
| HSL | 190.18º | 0.47% | 0.47% | - |
| HSV(B) | 190.18º | 0.64% | 0.69% | - |
| XYZ | 22.01 | 28.34 | 45.38 | - |
| YUV | 131.36 | 153.19 | 79.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 157 | 176 | 0.64 | 0.11 | 0 | 0.31 | 190.18 | 0.47 | 0.47 |
| Hex | 40 | 9D | B0 | 40 | B | 0 | 1F | BE | 2F | 2F |
| Octal | 100 | 235 | 260 | 100 | 13 | 0 | 37 | 276 | 57 | 57 |
| Binary | 1000000 | 10011101 | 10110000 | 1000000 | 1011 | 0 | 11111 | 10111110 | 101111 | 101111 |
Color Harmonies of #409DB0
Complementary color
Monochromatic Colors of #409DB0
Black with #409DB0
Text Example
Text Example
White with #409DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409DB0; }
p { color: rgb(64,157,176); }
H1.HeaderClassName
{
color: #409DB0;
}
.AnyTagClassName
{
color: #409DB0;
}
</style>
background-color css
<style>
a { background-color: #409DB0; }
a { background-color: rgb(64,157,176); }
div.DivClassName
{
background-color: #409DB0;
}
.BgClassName
{
background-color: #409DB0;
}
</style>
border-color css
<style>
span { border-color: #409DB0; }
span { border-color: rgb(64,157,176); }
td.TdClassName
{
border-color: #409DB0;
}
.TagClassName
{
border-color: #409DB0;
}
</style>