Shades of Boston Blue #41A0AD
Tints of Boston Blue #41A0AD
RGB
CMYK
RGB Variations
Color information
#41A0AD (or 0x41A0AD) is known color: Boston Blue. HEX triplet: 41, A0 and AD. RGB value is (65,160,173). Sum of RGB (Red+Green+Blue) = 65+160+173=398 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.33% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #41A0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A0AD is #BE5F52. Grayscale: #848484. Windows color (decimal): -12476243 or 11378753. OLE color: 11378753.
HSL color Cylindrical-coordinate representation of color #41A0AD: hue angle of 187.22º 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 #41A0AD is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 160 | 173 | - |
| CMYK | 0.62 | 0.08 | 0 | 0.32 |
| HSL | 187.22º | 0.45% | 0.47% | - |
| HSV(B) | 187.22º | 0.62% | 0.68% | - |
| XYZ | 22.29 | 29.28 | 44.01 | - |
| YUV | 133.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 173 | 0.62 | 0.08 | 0 | 0.32 | 187.22 | 0.45 | 0.47 |
| Hex | 41 | A0 | AD | 3E | 8 | 0 | 20 | BB | 2D | 2F |
| Octal | 101 | 240 | 255 | 76 | 10 | 0 | 40 | 273 | 55 | 57 |
| Binary | 1000001 | 10100000 | 10101101 | 111110 | 1000 | 0 | 100000 | 10111011 | 101101 | 101111 |
Color Harmonies of #41A0AD
Complementary color
Monochromatic Colors of #41A0AD
Black with #41A0AD
Text Example
Text Example
White with #41A0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A0AD; }
p { color: rgb(65,160,173); }
H1.HeaderClassName
{
color: #41A0AD;
}
.AnyTagClassName
{
color: #41A0AD;
}
</style>
background-color css
<style>
a { background-color: #41A0AD; }
a { background-color: rgb(65,160,173); }
div.DivClassName
{
background-color: #41A0AD;
}
.BgClassName
{
background-color: #41A0AD;
}
</style>
border-color css
<style>
span { border-color: #41A0AD; }
span { border-color: rgb(65,160,173); }
td.TdClassName
{
border-color: #41A0AD;
}
.TagClassName
{
border-color: #41A0AD;
}
</style>