Shades of Boston Blue #418BAD
Tints of Boston Blue #418BAD
RGB
CMYK
RGB Variations
Color information
#418BAD (or 0x418BAD) is known color: Boston Blue. HEX triplet: 41, 8B and AD. RGB value is (65,139,173). Sum of RGB (Red+Green+Blue) = 65+139+173=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 139 (54.69% from 255 or 36.87% 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 #418BAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #418BAD is #BE7452. Grayscale: #787878. Windows color (decimal): -12481619 or 11373377. OLE color: 11373377.
HSL color Cylindrical-coordinate representation of color #418BAD: hue angle of 198.89º 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 #418BAD is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 139 | 173 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.32 |
| HSL | 198.89º | 0.45% | 0.47% | - |
| HSV(B) | 198.89º | 0.62% | 0.68% | - |
| XYZ | 18.96 | 22.61 | 42.9 | - |
| YUV | 120.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 173 | 0.62 | 0.20 | 0 | 0.32 | 198.89 | 0.45 | 0.47 |
| Hex | 41 | 8B | AD | 3E | 14 | 0 | 20 | C7 | 2D | 2F |
| Octal | 101 | 213 | 255 | 76 | 24 | 0 | 40 | 307 | 55 | 57 |
| Binary | 1000001 | 10001011 | 10101101 | 111110 | 10100 | 0 | 100000 | 11000111 | 101101 | 101111 |
Color Harmonies of #418BAD
Complementary color
Monochromatic Colors of #418BAD
Black with #418BAD
Text Example
Text Example
White with #418BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418BAD; }
p { color: rgb(65,139,173); }
H1.HeaderClassName
{
color: #418BAD;
}
.AnyTagClassName
{
color: #418BAD;
}
</style>
background-color css
<style>
a { background-color: #418BAD; }
a { background-color: rgb(65,139,173); }
div.DivClassName
{
background-color: #418BAD;
}
.BgClassName
{
background-color: #418BAD;
}
</style>
border-color css
<style>
span { border-color: #418BAD; }
span { border-color: rgb(65,139,173); }
td.TdClassName
{
border-color: #418BAD;
}
.TagClassName
{
border-color: #418BAD;
}
</style>