Shades of Boston Blue #408CAD
Tints of Boston Blue #408CAD
RGB
CMYK
RGB Variations
Color information
#408CAD (or 0x408CAD) is known color: Boston Blue. HEX triplet: 40, 8C and AD. RGB value is (64,140,173). Sum of RGB (Red+Green+Blue) = 64+140+173=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #408CAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #408CAD is #BF7352. Grayscale: #787878. Windows color (decimal): -12546899 or 11373632. OLE color: 11373632.
HSL color Cylindrical-coordinate representation of color #408CAD: hue angle of 198.17º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #408CAD is Cyan = 0.63, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 64 | 140 | 173 | - |
| CMYK | 0.63 | 0.19 | 0 | 0.32 |
| HSL | 198.17º | 0.46% | 0.46% | - |
| HSV(B) | 198.17º | 0.63% | 0.68% | - |
| XYZ | 19.04 | 22.86 | 42.94 | - |
| YUV | 121.04 | 157.32 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 173 | 0.63 | 0.19 | 0 | 0.32 | 198.17 | 0.46 | 0.46 |
| Hex | 40 | 8C | AD | 3F | 13 | 0 | 20 | C6 | 2E | 2E |
| Octal | 100 | 214 | 255 | 77 | 23 | 0 | 40 | 306 | 56 | 56 |
| Binary | 1000000 | 10001100 | 10101101 | 111111 | 10011 | 0 | 100000 | 11000110 | 101110 | 101110 |
Color Harmonies of #408CAD
Complementary color
Monochromatic Colors of #408CAD
Black with #408CAD
Text Example
Text Example
White with #408CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408CAD; }
p { color: rgb(64,140,173); }
H1.HeaderClassName
{
color: #408CAD;
}
.AnyTagClassName
{
color: #408CAD;
}
</style>
background-color css
<style>
a { background-color: #408CAD; }
a { background-color: rgb(64,140,173); }
div.DivClassName
{
background-color: #408CAD;
}
.BgClassName
{
background-color: #408CAD;
}
</style>
border-color css
<style>
span { border-color: #408CAD; }
span { border-color: rgb(64,140,173); }
td.TdClassName
{
border-color: #408CAD;
}
.TagClassName
{
border-color: #408CAD;
}
</style>