Shades of Boston Blue #4295AA
Tints of Boston Blue #4295AA
RGB
CMYK
RGB Variations
Color information
#4295AA (or 0x4295AA) is known color: Boston Blue. HEX triplet: 42, 95 and AA. RGB value is (66,149,170). Sum of RGB (Red+Green+Blue) = 66+149+170=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #4295AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4295AA is #BD6A55. Grayscale: #7E7E7E. Windows color (decimal): -12413526 or 11179330. OLE color: 11179330.
HSL color Cylindrical-coordinate representation of color #4295AA: hue angle of 192.12º 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 #4295AA is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 149 | 170 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.33 |
| HSL | 192.12º | 0.44% | 0.46% | - |
| HSV(B) | 192.12º | 0.61% | 0.67% | - |
| XYZ | 20.25 | 25.56 | 41.9 | - |
| YUV | 126.58 | 152.5 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 149 | 170 | 0.61 | 0.12 | 0 | 0.33 | 192.12 | 0.44 | 0.46 |
| Hex | 42 | 95 | AA | 3D | C | 0 | 21 | C0 | 2C | 2E |
| Octal | 102 | 225 | 252 | 75 | 14 | 0 | 41 | 300 | 54 | 56 |
| Binary | 1000010 | 10010101 | 10101010 | 111101 | 1100 | 0 | 100001 | 11000000 | 101100 | 101110 |
Color Harmonies of #4295AA
Complementary color
Monochromatic Colors of #4295AA
Black with #4295AA
Text Example
Text Example
White with #4295AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4295AA; }
p { color: rgb(66,149,170); }
H1.HeaderClassName
{
color: #4295AA;
}
.AnyTagClassName
{
color: #4295AA;
}
</style>
background-color css
<style>
a { background-color: #4295AA; }
a { background-color: rgb(66,149,170); }
div.DivClassName
{
background-color: #4295AA;
}
.BgClassName
{
background-color: #4295AA;
}
</style>
border-color css
<style>
span { border-color: #4295AA; }
span { border-color: rgb(66,149,170); }
td.TdClassName
{
border-color: #4295AA;
}
.TagClassName
{
border-color: #4295AA;
}
</style>