Shades of Boston Blue #4A8EB1
Tints of Boston Blue #4A8EB1
RGB
CMYK
RGB Variations
Color information
#4A8EB1 (or 0x4A8EB1) is known color: Boston Blue. HEX triplet: 4A, 8E and B1. RGB value is (74,142,177). Sum of RGB (Red+Green+Blue) = 74+142+177=393 (52% of max value = 765). Red value is 74 (29.30% from 255 or 18.83% from 393); Green value is 142 (55.86% from 255 or 36.13% from 393); Blue value is 177 (69.53% from 255 or 45.04% from 393); Max value from RGB is 177 - color contains mainly: blue. Hex color #4A8EB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8EB1 is #B5714E. Grayscale: #7D7D7D. Windows color (decimal): -11891023 or 11636298. OLE color: 11636298.
HSL color Cylindrical-coordinate representation of color #4A8EB1: hue angle of 200.39º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4A8EB1 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 142 | 177 | - |
| CMYK | 0.58 | 0.20 | 0 | 0.31 |
| HSL | 200.39º | 0.41% | 0.49% | - |
| HSV(B) | 200.39º | 0.58% | 0.69% | - |
| XYZ | 20.43 | 23.98 | 45.15 | - |
| YUV | 125.66 | 156.97 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 142 | 177 | 0.58 | 0.20 | 0 | 0.31 | 200.39 | 0.41 | 0.49 |
| Hex | 4A | 8E | B1 | 3A | 14 | 0 | 1F | C8 | 29 | 31 |
| Octal | 112 | 216 | 261 | 72 | 24 | 0 | 37 | 310 | 51 | 61 |
| Binary | 1001010 | 10001110 | 10110001 | 111010 | 10100 | 0 | 11111 | 11001000 | 101001 | 110001 |
Color Harmonies of #4A8EB1
Complementary color
Monochromatic Colors of #4A8EB1
Black with #4A8EB1
Text Example
Text Example
White with #4A8EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8EB1; }
p { color: rgb(74,142,177); }
H1.HeaderClassName
{
color: #4A8EB1;
}
.AnyTagClassName
{
color: #4A8EB1;
}
</style>
background-color css
<style>
a { background-color: #4A8EB1; }
a { background-color: rgb(74,142,177); }
div.DivClassName
{
background-color: #4A8EB1;
}
.BgClassName
{
background-color: #4A8EB1;
}
</style>
border-color css
<style>
span { border-color: #4A8EB1; }
span { border-color: rgb(74,142,177); }
td.TdClassName
{
border-color: #4A8EB1;
}
.TagClassName
{
border-color: #4A8EB1;
}
</style>