Shades of Boston Blue #4D90B3
Tints of Boston Blue #4D90B3
RGB
CMYK
RGB Variations
Color information
#4D90B3 (or 0x4D90B3) is known color: Boston Blue. HEX triplet: 4D, 90 and B3. RGB value is (77,144,179). Sum of RGB (Red+Green+Blue) = 77+144+179=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 179 (70.31% from 255 or 44.75% from 400); Max value from RGB is 179 - color contains mainly: blue. Hex color #4D90B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D90B3 is #B26F4C. Grayscale: #7F7F7F. Windows color (decimal): -11693901 or 11767885. OLE color: 11767885.
HSL color Cylindrical-coordinate representation of color #4D90B3: hue angle of 200.59º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4D90B3 is Cyan = 0.57, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 77 | 144 | 179 | - |
| CMYK | 0.57 | 0.20 | 0 | 0.30 |
| HSL | 200.59º | 0.4% | 0.5% | - |
| HSV(B) | 200.59º | 0.57% | 0.7% | - |
| XYZ | 21.17 | 24.78 | 46.31 | - |
| YUV | 127.96 | 156.8 | 91.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 144 | 179 | 0.57 | 0.20 | 0 | 0.30 | 200.59 | 0.4 | 0.5 |
| Hex | 4D | 90 | B3 | 39 | 14 | 0 | 1E | C9 | 28 | 32 |
| Octal | 115 | 220 | 263 | 71 | 24 | 0 | 36 | 311 | 50 | 62 |
| Binary | 1001101 | 10010000 | 10110011 | 111001 | 10100 | 0 | 11110 | 11001001 | 101000 | 110010 |
Color Harmonies of #4D90B3
Complementary color
Monochromatic Colors of #4D90B3
Black with #4D90B3
Text Example
Text Example
White with #4D90B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D90B3; }
p { color: rgb(77,144,179); }
H1.HeaderClassName
{
color: #4D90B3;
}
.AnyTagClassName
{
color: #4D90B3;
}
</style>
background-color css
<style>
a { background-color: #4D90B3; }
a { background-color: rgb(77,144,179); }
div.DivClassName
{
background-color: #4D90B3;
}
.BgClassName
{
background-color: #4D90B3;
}
</style>
border-color css
<style>
span { border-color: #4D90B3; }
span { border-color: rgb(77,144,179); }
td.TdClassName
{
border-color: #4D90B3;
}
.TagClassName
{
border-color: #4D90B3;
}
</style>