Shades of Boston Blue #4290AA
Tints of Boston Blue #4290AA
RGB
CMYK
RGB Variations
Color information
#4290AA (or 0x4290AA) is known color: Boston Blue. HEX triplet: 42, 90 and AA. RGB value is (66,144,170). Sum of RGB (Red+Green+Blue) = 66+144+170=380 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.37% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #4290AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4290AA is #BD6F55. Grayscale: #7B7B7B. Windows color (decimal): -12414806 or 11178050. OLE color: 11178050.
HSL color Cylindrical-coordinate representation of color #4290AA: hue angle of 195º 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 #4290AA is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 144 | 170 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.33 |
| HSL | 195º | 0.44% | 0.46% | - |
| HSV(B) | 195º | 0.61% | 0.67% | - |
| XYZ | 19.48 | 24.01 | 41.64 | - |
| YUV | 123.64 | 154.16 | 86.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 170 | 0.61 | 0.15 | 0 | 0.33 | 195 | 0.44 | 0.46 |
| Hex | 42 | 90 | AA | 3D | F | 0 | 21 | C3 | 2C | 2E |
| Octal | 102 | 220 | 252 | 75 | 17 | 0 | 41 | 303 | 54 | 56 |
| Binary | 1000010 | 10010000 | 10101010 | 111101 | 1111 | 0 | 100001 | 11000011 | 101100 | 101110 |
Color Harmonies of #4290AA
Complementary color
Monochromatic Colors of #4290AA
Black with #4290AA
Text Example
Text Example
White with #4290AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4290AA; }
p { color: rgb(66,144,170); }
H1.HeaderClassName
{
color: #4290AA;
}
.AnyTagClassName
{
color: #4290AA;
}
</style>
background-color css
<style>
a { background-color: #4290AA; }
a { background-color: rgb(66,144,170); }
div.DivClassName
{
background-color: #4290AA;
}
.BgClassName
{
background-color: #4290AA;
}
</style>
border-color css
<style>
span { border-color: #4290AA; }
span { border-color: rgb(66,144,170); }
td.TdClassName
{
border-color: #4290AA;
}
.TagClassName
{
border-color: #4290AA;
}
</style>