Shades of Boston Blue #4D88AB
Tints of Boston Blue #4D88AB
RGB
CMYK
RGB Variations
Color information
#4D88AB (or 0x4D88AB) is known color: Boston Blue. HEX triplet: 4D, 88 and AB. RGB value is (77,136,171). Sum of RGB (Red+Green+Blue) = 77+136+171=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 136 (53.52% from 255 or 35.42% from 384); Blue value is 171 (67.19% from 255 or 44.53% from 384); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D88AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D88AB is #B27754. Grayscale: #7A7A7A. Windows color (decimal): -11695957 or 11241549. OLE color: 11241549.
HSL color Cylindrical-coordinate representation of color #4D88AB: hue angle of 202.34º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D88AB is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 136 | 171 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.33 |
| HSL | 202.34º | 0.38% | 0.49% | - |
| HSV(B) | 202.34º | 0.55% | 0.67% | - |
| XYZ | 19.22 | 22.13 | 41.79 | - |
| YUV | 122.35 | 155.45 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 136 | 171 | 0.55 | 0.20 | 0 | 0.33 | 202.34 | 0.38 | 0.49 |
| Hex | 4D | 88 | AB | 37 | 14 | 0 | 21 | CA | 26 | 31 |
| Octal | 115 | 210 | 253 | 67 | 24 | 0 | 41 | 312 | 46 | 61 |
| Binary | 1001101 | 10001000 | 10101011 | 110111 | 10100 | 0 | 100001 | 11001010 | 100110 | 110001 |
Color Harmonies of #4D88AB
Complementary color
Monochromatic Colors of #4D88AB
Black with #4D88AB
Text Example
Text Example
White with #4D88AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D88AB; }
p { color: rgb(77,136,171); }
H1.HeaderClassName
{
color: #4D88AB;
}
.AnyTagClassName
{
color: #4D88AB;
}
</style>
background-color css
<style>
a { background-color: #4D88AB; }
a { background-color: rgb(77,136,171); }
div.DivClassName
{
background-color: #4D88AB;
}
.BgClassName
{
background-color: #4D88AB;
}
</style>
border-color css
<style>
span { border-color: #4D88AB; }
span { border-color: rgb(77,136,171); }
td.TdClassName
{
border-color: #4D88AB;
}
.TagClassName
{
border-color: #4D88AB;
}
</style>