Shades of Boston Blue #4A88A9
Tints of Boston Blue #4A88A9
RGB
CMYK
RGB Variations
Color information
#4A88A9 (or 0x4A88A9) is known color: Boston Blue. HEX triplet: 4A, 88 and A9. RGB value is (74,136,169). Sum of RGB (Red+Green+Blue) = 74+136+169=379 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.53% from 379); Green value is 136 (53.52% from 255 or 35.88% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #4A88A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A88A9 is #B57756. Grayscale: #797979. Windows color (decimal): -11892567 or 11110474. OLE color: 11110474.
HSL color Cylindrical-coordinate representation of color #4A88A9: hue angle of 200.84º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4A88A9 is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 74 | 136 | 169 | - |
| CMYK | 0.56 | 0.20 | 0 | 0.34 |
| HSL | 200.84º | 0.39% | 0.48% | - |
| HSV(B) | 200.84º | 0.56% | 0.66% | - |
| XYZ | 18.79 | 21.93 | 40.78 | - |
| YUV | 121.22 | 154.96 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 136 | 169 | 0.56 | 0.20 | 0 | 0.34 | 200.84 | 0.39 | 0.48 |
| Hex | 4A | 88 | A9 | 38 | 14 | 0 | 22 | C9 | 27 | 30 |
| Octal | 112 | 210 | 251 | 70 | 24 | 0 | 42 | 311 | 47 | 60 |
| Binary | 1001010 | 10001000 | 10101001 | 111000 | 10100 | 0 | 100010 | 11001001 | 100111 | 110000 |
Color Harmonies of #4A88A9
Complementary color
Monochromatic Colors of #4A88A9
Black with #4A88A9
Text Example
Text Example
White with #4A88A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A88A9; }
p { color: rgb(74,136,169); }
H1.HeaderClassName
{
color: #4A88A9;
}
.AnyTagClassName
{
color: #4A88A9;
}
</style>
background-color css
<style>
a { background-color: #4A88A9; }
a { background-color: rgb(74,136,169); }
div.DivClassName
{
background-color: #4A88A9;
}
.BgClassName
{
background-color: #4A88A9;
}
</style>
border-color css
<style>
span { border-color: #4A88A9; }
span { border-color: rgb(74,136,169); }
td.TdClassName
{
border-color: #4A88A9;
}
.TagClassName
{
border-color: #4A88A9;
}
</style>