Shades of Boston Blue #41A6AA
Tints of Boston Blue #41A6AA
RGB
CMYK
RGB Variations
Color information
#41A6AA (or 0x41A6AA) is known color: Boston Blue. HEX triplet: 41, A6 and AA. RGB value is (65,166,170). Sum of RGB (Red+Green+Blue) = 65+166+170=401 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.21% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #41A6AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A6AA is #BE5955. Grayscale: #888888. Windows color (decimal): -12474710 or 11183681. OLE color: 11183681.
HSL color Cylindrical-coordinate representation of color #41A6AA: hue angle of 182.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41A6AA is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 166 | 170 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.33 |
| HSL | 182.29º | 0.45% | 0.46% | - |
| HSV(B) | 182.29º | 0.62% | 0.67% | - |
| XYZ | 23.07 | 31.3 | 42.86 | - |
| YUV | 136.26 | 147.04 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 166 | 170 | 0.62 | 0.02 | 0 | 0.33 | 182.29 | 0.45 | 0.46 |
| Hex | 41 | A6 | AA | 3E | 2 | 0 | 21 | B6 | 2D | 2E |
| Octal | 101 | 246 | 252 | 76 | 2 | 0 | 41 | 266 | 55 | 56 |
| Binary | 1000001 | 10100110 | 10101010 | 111110 | 10 | 0 | 100001 | 10110110 | 101101 | 101110 |
Color Harmonies of #41A6AA
Complementary color
Monochromatic Colors of #41A6AA
Black with #41A6AA
Text Example
Text Example
White with #41A6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A6AA; }
p { color: rgb(65,166,170); }
H1.HeaderClassName
{
color: #41A6AA;
}
.AnyTagClassName
{
color: #41A6AA;
}
</style>
background-color css
<style>
a { background-color: #41A6AA; }
a { background-color: rgb(65,166,170); }
div.DivClassName
{
background-color: #41A6AA;
}
.BgClassName
{
background-color: #41A6AA;
}
</style>
border-color css
<style>
span { border-color: #41A6AA; }
span { border-color: rgb(65,166,170); }
td.TdClassName
{
border-color: #41A6AA;
}
.TagClassName
{
border-color: #41A6AA;
}
</style>