Shades of Boston Blue #409EAC
Tints of Boston Blue #409EAC
RGB
CMYK
RGB Variations
Color information
#409EAC (or 0x409EAC) is known color: Boston Blue. HEX triplet: 40, 9E and AC. RGB value is (64,158,172). Sum of RGB (Red+Green+Blue) = 64+158+172=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #409EAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409EAC is #BF6153. Grayscale: #838383. Windows color (decimal): -12542292 or 11312704. OLE color: 11312704.
HSL color Cylindrical-coordinate representation of color #409EAC: hue angle of 187.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #409EAC is Cyan = 0.63, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 158 | 172 | - |
| CMYK | 0.63 | 0.08 | 0 | 0.33 |
| HSL | 187.78º | 0.46% | 0.46% | - |
| HSV(B) | 187.78º | 0.63% | 0.67% | - |
| XYZ | 21.79 | 28.52 | 43.39 | - |
| YUV | 131.49 | 150.86 | 79.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 158 | 172 | 0.63 | 0.08 | 0 | 0.33 | 187.78 | 0.46 | 0.46 |
| Hex | 40 | 9E | AC | 3F | 8 | 0 | 21 | BC | 2E | 2E |
| Octal | 100 | 236 | 254 | 77 | 10 | 0 | 41 | 274 | 56 | 56 |
| Binary | 1000000 | 10011110 | 10101100 | 111111 | 1000 | 0 | 100001 | 10111100 | 101110 | 101110 |
Color Harmonies of #409EAC
Complementary color
Monochromatic Colors of #409EAC
Black with #409EAC
Text Example
Text Example
White with #409EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409EAC; }
p { color: rgb(64,158,172); }
H1.HeaderClassName
{
color: #409EAC;
}
.AnyTagClassName
{
color: #409EAC;
}
</style>
background-color css
<style>
a { background-color: #409EAC; }
a { background-color: rgb(64,158,172); }
div.DivClassName
{
background-color: #409EAC;
}
.BgClassName
{
background-color: #409EAC;
}
</style>
border-color css
<style>
span { border-color: #409EAC; }
span { border-color: rgb(64,158,172); }
td.TdClassName
{
border-color: #409EAC;
}
.TagClassName
{
border-color: #409EAC;
}
</style>