Shades of Boston Blue #4C8DAB
Tints of Boston Blue #4C8DAB
RGB
CMYK
RGB Variations
Color information
#4C8DAB (or 0x4C8DAB) is known color: Boston Blue. HEX triplet: 4C, 8D and AB. RGB value is (76,141,171). Sum of RGB (Red+Green+Blue) = 76+141+171=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 141 (55.47% from 255 or 36.34% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C8DAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C8DAB is #B37254. Grayscale: #7C7C7C. Windows color (decimal): -11760213 or 11242828. OLE color: 11242828.
HSL color Cylindrical-coordinate representation of color #4C8DAB: hue angle of 198.95º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C8DAB is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 141 | 171 | - |
| CMYK | 0.56 | 0.18 | 0 | 0.33 |
| HSL | 198.95º | 0.38% | 0.48% | - |
| HSV(B) | 198.95º | 0.56% | 0.67% | - |
| XYZ | 19.86 | 23.53 | 42.02 | - |
| YUV | 124.99 | 153.97 | 93.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 141 | 171 | 0.56 | 0.18 | 0 | 0.33 | 198.95 | 0.38 | 0.48 |
| Hex | 4C | 8D | AB | 38 | 12 | 0 | 21 | C7 | 26 | 30 |
| Octal | 114 | 215 | 253 | 70 | 22 | 0 | 41 | 307 | 46 | 60 |
| Binary | 1001100 | 10001101 | 10101011 | 111000 | 10010 | 0 | 100001 | 11000111 | 100110 | 110000 |
Color Harmonies of #4C8DAB
Complementary color
Monochromatic Colors of #4C8DAB
Black with #4C8DAB
Text Example
Text Example
White with #4C8DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C8DAB; }
p { color: rgb(76,141,171); }
H1.HeaderClassName
{
color: #4C8DAB;
}
.AnyTagClassName
{
color: #4C8DAB;
}
</style>
background-color css
<style>
a { background-color: #4C8DAB; }
a { background-color: rgb(76,141,171); }
div.DivClassName
{
background-color: #4C8DAB;
}
.BgClassName
{
background-color: #4C8DAB;
}
</style>
border-color css
<style>
span { border-color: #4C8DAB; }
span { border-color: rgb(76,141,171); }
td.TdClassName
{
border-color: #4C8DAB;
}
.TagClassName
{
border-color: #4C8DAB;
}
</style>