Shades of Boston Blue #4D89AA
Tints of Boston Blue #4D89AA
RGB
CMYK
RGB Variations
Color information
#4D89AA (or 0x4D89AA) is known color: Boston Blue. HEX triplet: 4D, 89 and AA. RGB value is (77,137,170). Sum of RGB (Red+Green+Blue) = 77+137+170=384 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.05% from 384); Green value is 137 (53.91% from 255 or 35.68% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D89AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D89AA is #B27655. Grayscale: #7A7A7A. Windows color (decimal): -11695702 or 11176269. OLE color: 11176269.
HSL color Cylindrical-coordinate representation of color #4D89AA: hue angle of 201.29º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D89AA is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 137 | 170 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.33 |
| HSL | 201.29º | 0.38% | 0.48% | - |
| HSV(B) | 201.29º | 0.55% | 0.67% | - |
| XYZ | 19.26 | 22.37 | 41.33 | - |
| YUV | 122.82 | 154.62 | 95.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 137 | 170 | 0.55 | 0.19 | 0 | 0.33 | 201.29 | 0.38 | 0.48 |
| Hex | 4D | 89 | AA | 37 | 13 | 0 | 21 | C9 | 26 | 30 |
| Octal | 115 | 211 | 252 | 67 | 23 | 0 | 41 | 311 | 46 | 60 |
| Binary | 1001101 | 10001001 | 10101010 | 110111 | 10011 | 0 | 100001 | 11001001 | 100110 | 110000 |
Color Harmonies of #4D89AA
Complementary color
Monochromatic Colors of #4D89AA
Black with #4D89AA
Text Example
Text Example
White with #4D89AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D89AA; }
p { color: rgb(77,137,170); }
H1.HeaderClassName
{
color: #4D89AA;
}
.AnyTagClassName
{
color: #4D89AA;
}
</style>
background-color css
<style>
a { background-color: #4D89AA; }
a { background-color: rgb(77,137,170); }
div.DivClassName
{
background-color: #4D89AA;
}
.BgClassName
{
background-color: #4D89AA;
}
</style>
border-color css
<style>
span { border-color: #4D89AA; }
span { border-color: rgb(77,137,170); }
td.TdClassName
{
border-color: #4D89AA;
}
.TagClassName
{
border-color: #4D89AA;
}
</style>