Shades of Boston Blue #4D90AA
Tints of Boston Blue #4D90AA
RGB
CMYK
RGB Variations
Color information
#4D90AA (or 0x4D90AA) is known color: Boston Blue. HEX triplet: 4D, 90 and AA. RGB value is (77,144,170). Sum of RGB (Red+Green+Blue) = 77+144+170=391 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.69% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D90AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D90AA is #B26F55. Grayscale: #7E7E7E. Windows color (decimal): -11693910 or 11178061. OLE color: 11178061.
HSL color Cylindrical-coordinate representation of color #4D90AA: hue angle of 196.77º 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 #4D90AA is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 144 | 170 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.33 |
| HSL | 196.77º | 0.38% | 0.48% | - |
| HSV(B) | 196.77º | 0.55% | 0.67% | - |
| XYZ | 20.29 | 24.43 | 41.68 | - |
| YUV | 126.93 | 152.3 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 170 | 0.55 | 0.15 | 0 | 0.33 | 196.77 | 0.38 | 0.48 |
| Hex | 4D | 90 | AA | 37 | F | 0 | 21 | C5 | 26 | 30 |
| Octal | 115 | 220 | 252 | 67 | 17 | 0 | 41 | 305 | 46 | 60 |
| Binary | 1001101 | 10010000 | 10101010 | 110111 | 1111 | 0 | 100001 | 11000101 | 100110 | 110000 |
Color Harmonies of #4D90AA
Complementary color
Monochromatic Colors of #4D90AA
Black with #4D90AA
Text Example
Text Example
White with #4D90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D90AA; }
p { color: rgb(77,144,170); }
H1.HeaderClassName
{
color: #4D90AA;
}
.AnyTagClassName
{
color: #4D90AA;
}
</style>
background-color css
<style>
a { background-color: #4D90AA; }
a { background-color: rgb(77,144,170); }
div.DivClassName
{
background-color: #4D90AA;
}
.BgClassName
{
background-color: #4D90AA;
}
</style>
border-color css
<style>
span { border-color: #4D90AA; }
span { border-color: rgb(77,144,170); }
td.TdClassName
{
border-color: #4D90AA;
}
.TagClassName
{
border-color: #4D90AA;
}
</style>