Shades of Boston Blue #4D90AC
Tints of Boston Blue #4D90AC
RGB
CMYK
RGB Variations
Color information
#4D90AC (or 0x4D90AC) is known color: Boston Blue. HEX triplet: 4D, 90 and AC. RGB value is (77,144,172). Sum of RGB (Red+Green+Blue) = 77+144+172=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D90AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D90AC is #B26F53. Grayscale: #7E7E7E. Windows color (decimal): -11693908 or 11309133. OLE color: 11309133.
HSL color Cylindrical-coordinate representation of color #4D90AC: hue angle of 197.68º 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 #4D90AC is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 144 | 172 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.33 |
| HSL | 197.68º | 0.38% | 0.49% | - |
| HSV(B) | 197.68º | 0.55% | 0.67% | - |
| XYZ | 20.48 | 24.5 | 42.68 | - |
| YUV | 127.16 | 153.3 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 172 | 0.55 | 0.16 | 0 | 0.33 | 197.68 | 0.38 | 0.49 |
| Hex | 4D | 90 | AC | 37 | 10 | 0 | 21 | C6 | 26 | 31 |
| Octal | 115 | 220 | 254 | 67 | 20 | 0 | 41 | 306 | 46 | 61 |
| Binary | 1001101 | 10010000 | 10101100 | 110111 | 10000 | 0 | 100001 | 11000110 | 100110 | 110001 |
Color Harmonies of #4D90AC
Complementary color
Monochromatic Colors of #4D90AC
Black with #4D90AC
Text Example
Text Example
White with #4D90AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D90AC; }
p { color: rgb(77,144,172); }
H1.HeaderClassName
{
color: #4D90AC;
}
.AnyTagClassName
{
color: #4D90AC;
}
</style>
background-color css
<style>
a { background-color: #4D90AC; }
a { background-color: rgb(77,144,172); }
div.DivClassName
{
background-color: #4D90AC;
}
.BgClassName
{
background-color: #4D90AC;
}
</style>
border-color css
<style>
span { border-color: #4D90AC; }
span { border-color: rgb(77,144,172); }
td.TdClassName
{
border-color: #4D90AC;
}
.TagClassName
{
border-color: #4D90AC;
}
</style>