Shades of Boston Blue #409FAE
Tints of Boston Blue #409FAE
RGB
CMYK
RGB Variations
Color information
#409FAE (or 0x409FAE) is known color: Boston Blue. HEX triplet: 40, 9F and AE. RGB value is (64,159,174). Sum of RGB (Red+Green+Blue) = 64+159+174=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #409FAE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409FAE is #BF6051. Grayscale: #848484. Windows color (decimal): -12542034 or 11444032. OLE color: 11444032.
HSL color Cylindrical-coordinate representation of color #409FAE: hue angle of 188.18º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #409FAE is Cyan = 0.63, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 159 | 174 | - |
| CMYK | 0.63 | 0.09 | 0 | 0.32 |
| HSL | 188.18º | 0.46% | 0.47% | - |
| HSV(B) | 188.18º | 0.63% | 0.68% | - |
| XYZ | 22.15 | 28.94 | 44.46 | - |
| YUV | 132.31 | 151.53 | 79.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 159 | 174 | 0.63 | 0.09 | 0 | 0.32 | 188.18 | 0.46 | 0.47 |
| Hex | 40 | 9F | AE | 3F | 9 | 0 | 20 | BC | 2E | 2F |
| Octal | 100 | 237 | 256 | 77 | 11 | 0 | 40 | 274 | 56 | 57 |
| Binary | 1000000 | 10011111 | 10101110 | 111111 | 1001 | 0 | 100000 | 10111100 | 101110 | 101111 |
Color Harmonies of #409FAE
Complementary color
Monochromatic Colors of #409FAE
Black with #409FAE
Text Example
Text Example
White with #409FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409FAE; }
p { color: rgb(64,159,174); }
H1.HeaderClassName
{
color: #409FAE;
}
.AnyTagClassName
{
color: #409FAE;
}
</style>
background-color css
<style>
a { background-color: #409FAE; }
a { background-color: rgb(64,159,174); }
div.DivClassName
{
background-color: #409FAE;
}
.BgClassName
{
background-color: #409FAE;
}
</style>
border-color css
<style>
span { border-color: #409FAE; }
span { border-color: rgb(64,159,174); }
td.TdClassName
{
border-color: #409FAE;
}
.TagClassName
{
border-color: #409FAE;
}
</style>