Shades of Boston Blue #42A4AA
Tints of Boston Blue #42A4AA
RGB
CMYK
RGB Variations
Color information
#42A4AA (or 0x42A4AA) is known color: Boston Blue. HEX triplet: 42, A4 and AA. RGB value is (66,164,170). Sum of RGB (Red+Green+Blue) = 66+164+170=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #42A4AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A4AA is #BD5B55. Grayscale: #878787. Windows color (decimal): -12409686 or 11183170. OLE color: 11183170.
HSL color Cylindrical-coordinate representation of color #42A4AA: hue angle of 183.46º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42A4AA is Cyan = 0.61, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 164 | 170 | - |
| CMYK | 0.61 | 0.04 | 0 | 0.33 |
| HSL | 183.46º | 0.44% | 0.46% | - |
| HSV(B) | 183.46º | 0.61% | 0.67% | - |
| XYZ | 22.78 | 30.61 | 42.74 | - |
| YUV | 135.38 | 147.53 | 78.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 164 | 170 | 0.61 | 0.04 | 0 | 0.33 | 183.46 | 0.44 | 0.46 |
| Hex | 42 | A4 | AA | 3D | 4 | 0 | 21 | B7 | 2C | 2E |
| Octal | 102 | 244 | 252 | 75 | 4 | 0 | 41 | 267 | 54 | 56 |
| Binary | 1000010 | 10100100 | 10101010 | 111101 | 100 | 0 | 100001 | 10110111 | 101100 | 101110 |
Color Harmonies of #42A4AA
Complementary color
Monochromatic Colors of #42A4AA
Black with #42A4AA
Text Example
Text Example
White with #42A4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42A4AA; }
p { color: rgb(66,164,170); }
H1.HeaderClassName
{
color: #42A4AA;
}
.AnyTagClassName
{
color: #42A4AA;
}
</style>
background-color css
<style>
a { background-color: #42A4AA; }
a { background-color: rgb(66,164,170); }
div.DivClassName
{
background-color: #42A4AA;
}
.BgClassName
{
background-color: #42A4AA;
}
</style>
border-color css
<style>
span { border-color: #42A4AA; }
span { border-color: rgb(66,164,170); }
td.TdClassName
{
border-color: #42A4AA;
}
.TagClassName
{
border-color: #42A4AA;
}
</style>