Shades of Boston Blue #4A8BB1
Tints of Boston Blue #4A8BB1
RGB
CMYK
RGB Variations
Color information
#4A8BB1 (or 0x4A8BB1) is known color: Boston Blue. HEX triplet: 4A, 8B and B1. RGB value is (74,139,177). Sum of RGB (Red+Green+Blue) = 74+139+177=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 177 (69.53% from 255 or 45.38% from 390); Max value from RGB is 177 - color contains mainly: blue. Hex color #4A8BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8BB1 is #B5744E. Grayscale: #7B7B7B. Windows color (decimal): -11891791 or 11635530. OLE color: 11635530.
HSL color Cylindrical-coordinate representation of color #4A8BB1: hue angle of 202.14º 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 #4A8BB1 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 139 | 177 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.31 |
| HSL | 202.14º | 0.41% | 0.49% | - |
| HSV(B) | 202.14º | 0.58% | 0.69% | - |
| XYZ | 19.99 | 23.1 | 45 | - |
| YUV | 123.9 | 157.97 | 92.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 177 | 0.58 | 0.21 | 0 | 0.31 | 202.14 | 0.41 | 0.49 |
| Hex | 4A | 8B | B1 | 3A | 15 | 0 | 1F | CA | 29 | 31 |
| Octal | 112 | 213 | 261 | 72 | 25 | 0 | 37 | 312 | 51 | 61 |
| Binary | 1001010 | 10001011 | 10110001 | 111010 | 10101 | 0 | 11111 | 11001010 | 101001 | 110001 |
Color Harmonies of #4A8BB1
Complementary color
Monochromatic Colors of #4A8BB1
Black with #4A8BB1
Text Example
Text Example
White with #4A8BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8BB1; }
p { color: rgb(74,139,177); }
H1.HeaderClassName
{
color: #4A8BB1;
}
.AnyTagClassName
{
color: #4A8BB1;
}
</style>
background-color css
<style>
a { background-color: #4A8BB1; }
a { background-color: rgb(74,139,177); }
div.DivClassName
{
background-color: #4A8BB1;
}
.BgClassName
{
background-color: #4A8BB1;
}
</style>
border-color css
<style>
span { border-color: #4A8BB1; }
span { border-color: rgb(74,139,177); }
td.TdClassName
{
border-color: #4A8BB1;
}
.TagClassName
{
border-color: #4A8BB1;
}
</style>