Shades of Boston Blue #4A88AA
Tints of Boston Blue #4A88AA
RGB
CMYK
RGB Variations
Color information
#4A88AA (or 0x4A88AA) is known color: Boston Blue. HEX triplet: 4A, 88 and AA. RGB value is (74,136,170). Sum of RGB (Red+Green+Blue) = 74+136+170=380 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.47% from 380); Green value is 136 (53.52% from 255 or 35.79% 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 #4A88AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A88AA is #B57755. Grayscale: #797979. Windows color (decimal): -11892566 or 11176010. OLE color: 11176010.
HSL color Cylindrical-coordinate representation of color #4A88AA: hue angle of 201.25º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A88AA is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 136 | 170 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.33 |
| HSL | 201.25º | 0.39% | 0.48% | - |
| HSV(B) | 201.25º | 0.56% | 0.67% | - |
| XYZ | 18.88 | 21.97 | 41.27 | - |
| YUV | 121.34 | 155.46 | 94.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 170 | 0.56 | 0.20 | 0 | 0.33 | 201.25 | 0.39 | 0.48 |
| Hex | 4A | 88 | AA | 38 | 14 | 0 | 21 | C9 | 27 | 30 |
| Octal | 112 | 210 | 252 | 70 | 24 | 0 | 41 | 311 | 47 | 60 |
| Binary | 1001010 | 10001000 | 10101010 | 111000 | 10100 | 0 | 100001 | 11001001 | 100111 | 110000 |
Color Harmonies of #4A88AA
Complementary color
Monochromatic Colors of #4A88AA
Black with #4A88AA
Text Example
Text Example
White with #4A88AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A88AA; }
p { color: rgb(74,136,170); }
H1.HeaderClassName
{
color: #4A88AA;
}
.AnyTagClassName
{
color: #4A88AA;
}
</style>
background-color css
<style>
a { background-color: #4A88AA; }
a { background-color: rgb(74,136,170); }
div.DivClassName
{
background-color: #4A88AA;
}
.BgClassName
{
background-color: #4A88AA;
}
</style>
border-color css
<style>
span { border-color: #4A88AA; }
span { border-color: rgb(74,136,170); }
td.TdClassName
{
border-color: #4A88AA;
}
.TagClassName
{
border-color: #4A88AA;
}
</style>