Shades of Boston Blue #4A8DAD
Tints of Boston Blue #4A8DAD
RGB
CMYK
RGB Variations
Color information
#4A8DAD (or 0x4A8DAD) is known color: Boston Blue. HEX triplet: 4A, 8D and AD. RGB value is (74,141,173). Sum of RGB (Red+Green+Blue) = 74+141+173=388 (51% of max value = 765). Red value is 74 (29.30% from 255 or 19.07% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 173 - color contains mainly: blue. Hex color #4A8DAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4A8DAD is #B57252. Grayscale: #7C7C7C. Windows color (decimal): -11891283 or 11373898. OLE color: 11373898.
HSL color Cylindrical-coordinate representation of color #4A8DAD: hue angle of 199.39º 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 #4A8DAD is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 74 | 141 | 173 | - |
| CMYK | 0.57 | 0.18 | 0 | 0.32 |
| HSL | 199.39º | 0.4% | 0.48% | - |
| HSV(B) | 199.39º | 0.57% | 0.68% | - |
| XYZ | 19.89 | 23.52 | 43.03 | - |
| YUV | 124.62 | 155.3 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 141 | 173 | 0.57 | 0.18 | 0 | 0.32 | 199.39 | 0.4 | 0.48 |
| Hex | 4A | 8D | AD | 39 | 12 | 0 | 20 | C7 | 28 | 30 |
| Octal | 112 | 215 | 255 | 71 | 22 | 0 | 40 | 307 | 50 | 60 |
| Binary | 1001010 | 10001101 | 10101101 | 111001 | 10010 | 0 | 100000 | 11000111 | 101000 | 110000 |
Color Harmonies of #4A8DAD
Complementary color
Monochromatic Colors of #4A8DAD
Black with #4A8DAD
Text Example
Text Example
White with #4A8DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A8DAD; }
p { color: rgb(74,141,173); }
H1.HeaderClassName
{
color: #4A8DAD;
}
.AnyTagClassName
{
color: #4A8DAD;
}
</style>
background-color css
<style>
a { background-color: #4A8DAD; }
a { background-color: rgb(74,141,173); }
div.DivClassName
{
background-color: #4A8DAD;
}
.BgClassName
{
background-color: #4A8DAD;
}
</style>
border-color css
<style>
span { border-color: #4A8DAD; }
span { border-color: rgb(74,141,173); }
td.TdClassName
{
border-color: #4A8DAD;
}
.TagClassName
{
border-color: #4A8DAD;
}
</style>