Shades of Boston Blue #41A4AB
Tints of Boston Blue #41A4AB
RGB
CMYK
RGB Variations
Color information
#41A4AB (or 0x41A4AB) is known color: Boston Blue. HEX triplet: 41, A4 and AB. RGB value is (65,164,171). Sum of RGB (Red+Green+Blue) = 65+164+171=400 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.25% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #41A4AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A4AB is #BE5B54. Grayscale: #878787. Windows color (decimal): -12475221 or 11248705. OLE color: 11248705.
HSL color Cylindrical-coordinate representation of color #41A4AB: hue angle of 183.96º 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 #41A4AB is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 164 | 171 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.33 |
| HSL | 183.96º | 0.45% | 0.46% | - |
| HSV(B) | 183.96º | 0.62% | 0.67% | - |
| XYZ | 22.81 | 30.62 | 43.24 | - |
| YUV | 135.2 | 148.2 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 164 | 171 | 0.62 | 0.04 | 0 | 0.33 | 183.96 | 0.45 | 0.46 |
| Hex | 41 | A4 | AB | 3E | 4 | 0 | 21 | B8 | 2D | 2E |
| Octal | 101 | 244 | 253 | 76 | 4 | 0 | 41 | 270 | 55 | 56 |
| Binary | 1000001 | 10100100 | 10101011 | 111110 | 100 | 0 | 100001 | 10111000 | 101101 | 101110 |
Color Harmonies of #41A4AB
Complementary color
Monochromatic Colors of #41A4AB
Black with #41A4AB
Text Example
Text Example
White with #41A4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A4AB; }
p { color: rgb(65,164,171); }
H1.HeaderClassName
{
color: #41A4AB;
}
.AnyTagClassName
{
color: #41A4AB;
}
</style>
background-color css
<style>
a { background-color: #41A4AB; }
a { background-color: rgb(65,164,171); }
div.DivClassName
{
background-color: #41A4AB;
}
.BgClassName
{
background-color: #41A4AB;
}
</style>
border-color css
<style>
span { border-color: #41A4AB; }
span { border-color: rgb(65,164,171); }
td.TdClassName
{
border-color: #41A4AB;
}
.TagClassName
{
border-color: #41A4AB;
}
</style>