Shades of Boston Blue #4A8AAD
Tints of Boston Blue #4A8AAD
RGB
CMYK
RGB Variations
Color information
#4A8AAD (or 0x4A8AAD) is known color: Boston Blue. HEX triplet: 4A, 8A and AD. RGB value is (74,138,173). Sum of RGB (Red+Green+Blue) = 74+138+173=385 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.22% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A8AAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8AAD is #B57552. Grayscale: #7A7A7A. Windows color (decimal): -11892051 or 11373130. OLE color: 11373130.
HSL color Cylindrical-coordinate representation of color #4A8AAD: hue angle of 201.21º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4A8AAD is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 138 | 173 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.32 |
| HSL | 201.21º | 0.4% | 0.48% | - |
| HSV(B) | 201.21º | 0.57% | 0.68% | - |
| XYZ | 19.46 | 22.65 | 42.88 | - |
| YUV | 122.85 | 156.3 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 138 | 173 | 0.57 | 0.20 | 0 | 0.32 | 201.21 | 0.4 | 0.48 |
| Hex | 4A | 8A | AD | 39 | 14 | 0 | 20 | C9 | 28 | 30 |
| Octal | 112 | 212 | 255 | 71 | 24 | 0 | 40 | 311 | 50 | 60 |
| Binary | 1001010 | 10001010 | 10101101 | 111001 | 10100 | 0 | 100000 | 11001001 | 101000 | 110000 |
Color Harmonies of #4A8AAD
Complementary color
Monochromatic Colors of #4A8AAD
Black with #4A8AAD
Text Example
Text Example
White with #4A8AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8AAD; }
p { color: rgb(74,138,173); }
H1.HeaderClassName
{
color: #4A8AAD;
}
.AnyTagClassName
{
color: #4A8AAD;
}
</style>
background-color css
<style>
a { background-color: #4A8AAD; }
a { background-color: rgb(74,138,173); }
div.DivClassName
{
background-color: #4A8AAD;
}
.BgClassName
{
background-color: #4A8AAD;
}
</style>
border-color css
<style>
span { border-color: #4A8AAD; }
span { border-color: rgb(74,138,173); }
td.TdClassName
{
border-color: #4A8AAD;
}
.TagClassName
{
border-color: #4A8AAD;
}
</style>