Shades of Boston Blue #4D8AAB
Tints of Boston Blue #4D8AAB
RGB
CMYK
RGB Variations
Color information
#4D8AAB (or 0x4D8AAB) is known color: Boston Blue. HEX triplet: 4D, 8A and AB. RGB value is (77,138,171). Sum of RGB (Red+Green+Blue) = 77+138+171=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D8AAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8AAB is #B27554. Grayscale: #7B7B7B. Windows color (decimal): -11695445 or 11242061. OLE color: 11242061.
HSL color Cylindrical-coordinate representation of color #4D8AAB: hue angle of 201.06º 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 #4D8AAB is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 138 | 171 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.33 |
| HSL | 201.06º | 0.38% | 0.49% | - |
| HSV(B) | 201.06º | 0.55% | 0.67% | - |
| XYZ | 19.5 | 22.7 | 41.88 | - |
| YUV | 123.52 | 154.79 | 94.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 138 | 171 | 0.55 | 0.19 | 0 | 0.33 | 201.06 | 0.38 | 0.49 |
| Hex | 4D | 8A | AB | 37 | 13 | 0 | 21 | C9 | 26 | 31 |
| Octal | 115 | 212 | 253 | 67 | 23 | 0 | 41 | 311 | 46 | 61 |
| Binary | 1001101 | 10001010 | 10101011 | 110111 | 10011 | 0 | 100001 | 11001001 | 100110 | 110001 |
Color Harmonies of #4D8AAB
Complementary color
Monochromatic Colors of #4D8AAB
Black with #4D8AAB
Text Example
Text Example
White with #4D8AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8AAB; }
p { color: rgb(77,138,171); }
H1.HeaderClassName
{
color: #4D8AAB;
}
.AnyTagClassName
{
color: #4D8AAB;
}
</style>
background-color css
<style>
a { background-color: #4D8AAB; }
a { background-color: rgb(77,138,171); }
div.DivClassName
{
background-color: #4D8AAB;
}
.BgClassName
{
background-color: #4D8AAB;
}
</style>
border-color css
<style>
span { border-color: #4D8AAB; }
span { border-color: rgb(77,138,171); }
td.TdClassName
{
border-color: #4D8AAB;
}
.TagClassName
{
border-color: #4D8AAB;
}
</style>