Shades of Boston Blue #409BAF
Tints of Boston Blue #409BAF
RGB
CMYK
RGB Variations
Color information
#409BAF (or 0x409BAF) is known color: Boston Blue. HEX triplet: 40, 9B and AF. RGB value is (64,155,175). Sum of RGB (Red+Green+Blue) = 64+155+175=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 155 (60.94% from 255 or 39.34% from 394); Blue value is 175 (68.75% from 255 or 44.42% from 394); Max value from RGB is 175 - color contains mainly: blue. Hex color #409BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409BAF is #BF6450. Grayscale: #818181. Windows color (decimal): -12543057 or 11508544. OLE color: 11508544.
HSL color Cylindrical-coordinate representation of color #409BAF: hue angle of 190.81º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #409BAF is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 155 | 175 | - |
| CMYK | 0.63 | 0.11 | 0 | 0.31 |
| HSL | 190.81º | 0.46% | 0.47% | - |
| HSV(B) | 190.81º | 0.63% | 0.69% | - |
| XYZ | 21.57 | 27.63 | 44.75 | - |
| YUV | 130.07 | 153.35 | 80.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 175 | 0.63 | 0.11 | 0 | 0.31 | 190.81 | 0.46 | 0.47 |
| Hex | 40 | 9B | AF | 3F | B | 0 | 1F | BF | 2E | 2F |
| Octal | 100 | 233 | 257 | 77 | 13 | 0 | 37 | 277 | 56 | 57 |
| Binary | 1000000 | 10011011 | 10101111 | 111111 | 1011 | 0 | 11111 | 10111111 | 101110 | 101111 |
Color Harmonies of #409BAF
Complementary color
Monochromatic Colors of #409BAF
Black with #409BAF
Text Example
Text Example
White with #409BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409BAF; }
p { color: rgb(64,155,175); }
H1.HeaderClassName
{
color: #409BAF;
}
.AnyTagClassName
{
color: #409BAF;
}
</style>
background-color css
<style>
a { background-color: #409BAF; }
a { background-color: rgb(64,155,175); }
div.DivClassName
{
background-color: #409BAF;
}
.BgClassName
{
background-color: #409BAF;
}
</style>
border-color css
<style>
span { border-color: #409BAF; }
span { border-color: rgb(64,155,175); }
td.TdClassName
{
border-color: #409BAF;
}
.TagClassName
{
border-color: #409BAF;
}
</style>