Shades of Boston Blue #418DAD
Tints of Boston Blue #418DAD
RGB
CMYK
RGB Variations
Color information
#418DAD (or 0x418DAD) is known color: Boston Blue. HEX triplet: 41, 8D and AD. RGB value is (65,141,173). Sum of RGB (Red+Green+Blue) = 65+141+173=379 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.15% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #418DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418DAD is #BE7252. Grayscale: #797979. Windows color (decimal): -12481107 or 11373889. OLE color: 11373889.
HSL color Cylindrical-coordinate representation of color #418DAD: hue angle of 197.78º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #418DAD is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 141 | 173 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.32 |
| HSL | 197.78º | 0.45% | 0.47% | - |
| HSV(B) | 197.78º | 0.62% | 0.68% | - |
| XYZ | 19.25 | 23.19 | 43 | - |
| YUV | 121.92 | 156.82 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 173 | 0.62 | 0.18 | 0 | 0.32 | 197.78 | 0.45 | 0.47 |
| Hex | 41 | 8D | AD | 3E | 12 | 0 | 20 | C6 | 2D | 2F |
| Octal | 101 | 215 | 255 | 76 | 22 | 0 | 40 | 306 | 55 | 57 |
| Binary | 1000001 | 10001101 | 10101101 | 111110 | 10010 | 0 | 100000 | 11000110 | 101101 | 101111 |
Color Harmonies of #418DAD
Complementary color
Monochromatic Colors of #418DAD
Black with #418DAD
Text Example
Text Example
White with #418DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418DAD; }
p { color: rgb(65,141,173); }
H1.HeaderClassName
{
color: #418DAD;
}
.AnyTagClassName
{
color: #418DAD;
}
</style>
background-color css
<style>
a { background-color: #418DAD; }
a { background-color: rgb(65,141,173); }
div.DivClassName
{
background-color: #418DAD;
}
.BgClassName
{
background-color: #418DAD;
}
</style>
border-color css
<style>
span { border-color: #418DAD; }
span { border-color: rgb(65,141,173); }
td.TdClassName
{
border-color: #418DAD;
}
.TagClassName
{
border-color: #418DAD;
}
</style>