Shades of Boston Blue #4A8BAF
Tints of Boston Blue #4A8BAF
RGB
CMYK
RGB Variations
Color information
#4A8BAF (or 0x4A8BAF) is known color: Boston Blue. HEX triplet: 4A, 8B and AF. RGB value is (74,139,175). Sum of RGB (Red+Green+Blue) = 74+139+175=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #4A8BAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8BAF is #B57450. Grayscale: #7B7B7B. Windows color (decimal): -11891793 or 11504458. OLE color: 11504458.
HSL color Cylindrical-coordinate representation of color #4A8BAF: hue angle of 201.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 #4A8BAF is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 139 | 175 | - |
| CMYK | 0.58 | 0.21 | 0 | 0.31 |
| HSL | 201.39º | 0.41% | 0.49% | - |
| HSV(B) | 201.39º | 0.58% | 0.69% | - |
| XYZ | 19.79 | 23.02 | 43.96 | - |
| YUV | 123.67 | 156.97 | 92.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 139 | 175 | 0.58 | 0.21 | 0 | 0.31 | 201.39 | 0.41 | 0.49 |
| Hex | 4A | 8B | AF | 3A | 15 | 0 | 1F | C9 | 29 | 31 |
| Octal | 112 | 213 | 257 | 72 | 25 | 0 | 37 | 311 | 51 | 61 |
| Binary | 1001010 | 10001011 | 10101111 | 111010 | 10101 | 0 | 11111 | 11001001 | 101001 | 110001 |
Color Harmonies of #4A8BAF
Complementary color
Monochromatic Colors of #4A8BAF
Black with #4A8BAF
Text Example
Text Example
White with #4A8BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8BAF; }
p { color: rgb(74,139,175); }
H1.HeaderClassName
{
color: #4A8BAF;
}
.AnyTagClassName
{
color: #4A8BAF;
}
</style>
background-color css
<style>
a { background-color: #4A8BAF; }
a { background-color: rgb(74,139,175); }
div.DivClassName
{
background-color: #4A8BAF;
}
.BgClassName
{
background-color: #4A8BAF;
}
</style>
border-color css
<style>
span { border-color: #4A8BAF; }
span { border-color: rgb(74,139,175); }
td.TdClassName
{
border-color: #4A8BAF;
}
.TagClassName
{
border-color: #4A8BAF;
}
</style>