Shades of Boston Blue #409FB3
Tints of Boston Blue #409FB3
RGB
CMYK
RGB Variations
Color information
#409FB3 (or 0x409FB3) is known color: Boston Blue. HEX triplet: 40, 9F and B3. RGB value is (64,159,179). Sum of RGB (Red+Green+Blue) = 64+159+179=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 159 (62.5% from 255 or 39.55% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #409FB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409FB3 is #BF604C. Grayscale: #848484. Windows color (decimal): -12542029 or 11771712. OLE color: 11771712.
HSL color Cylindrical-coordinate representation of color #409FB3: hue angle of 190.43º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #409FB3 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 64 | 159 | 179 | - |
| CMYK | 0.64 | 0.11 | 0 | 0.30 |
| HSL | 190.43º | 0.47% | 0.48% | - |
| HSV(B) | 190.43º | 0.64% | 0.7% | - |
| XYZ | 22.65 | 29.14 | 47.08 | - |
| YUV | 132.88 | 154.03 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 179 | 0.64 | 0.11 | 0 | 0.30 | 190.43 | 0.47 | 0.48 |
| Hex | 40 | 9F | B3 | 40 | B | 0 | 1E | BE | 2F | 30 |
| Octal | 100 | 237 | 263 | 100 | 13 | 0 | 36 | 276 | 57 | 60 |
| Binary | 1000000 | 10011111 | 10110011 | 1000000 | 1011 | 0 | 11110 | 10111110 | 101111 | 110000 |
Color Harmonies of #409FB3
Complementary color
Monochromatic Colors of #409FB3
Black with #409FB3
Text Example
Text Example
White with #409FB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409FB3; }
p { color: rgb(64,159,179); }
H1.HeaderClassName
{
color: #409FB3;
}
.AnyTagClassName
{
color: #409FB3;
}
</style>
background-color css
<style>
a { background-color: #409FB3; }
a { background-color: rgb(64,159,179); }
div.DivClassName
{
background-color: #409FB3;
}
.BgClassName
{
background-color: #409FB3;
}
</style>
border-color css
<style>
span { border-color: #409FB3; }
span { border-color: rgb(64,159,179); }
td.TdClassName
{
border-color: #409FB3;
}
.TagClassName
{
border-color: #409FB3;
}
</style>