Shades of Boston Blue #4D98AB
Tints of Boston Blue #4D98AB
RGB
CMYK
RGB Variations
Color information
#4D98AB (or 0x4D98AB) is known color: Boston Blue. HEX triplet: 4D, 98 and AB. RGB value is (77,152,171). Sum of RGB (Red+Green+Blue) = 77+152+171=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 152 (59.77% from 255 or 38% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D98AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D98AB is #B26754. Grayscale: #838383. Windows color (decimal): -11691861 or 11245645. OLE color: 11245645.
HSL color Cylindrical-coordinate representation of color #4D98AB: hue angle of 192.13º 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 #4D98AB is Cyan = 0.55, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 152 | 171 | - |
| CMYK | 0.55 | 0.11 | 0 | 0.33 |
| HSL | 192.13º | 0.38% | 0.49% | - |
| HSV(B) | 192.13º | 0.55% | 0.67% | - |
| XYZ | 21.64 | 26.97 | 42.59 | - |
| YUV | 131.74 | 150.15 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 152 | 171 | 0.55 | 0.11 | 0 | 0.33 | 192.13 | 0.38 | 0.49 |
| Hex | 4D | 98 | AB | 37 | B | 0 | 21 | C0 | 26 | 31 |
| Octal | 115 | 230 | 253 | 67 | 13 | 0 | 41 | 300 | 46 | 61 |
| Binary | 1001101 | 10011000 | 10101011 | 110111 | 1011 | 0 | 100001 | 11000000 | 100110 | 110001 |
Color Harmonies of #4D98AB
Complementary color
Monochromatic Colors of #4D98AB
Black with #4D98AB
Text Example
Text Example
White with #4D98AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D98AB; }
p { color: rgb(77,152,171); }
H1.HeaderClassName
{
color: #4D98AB;
}
.AnyTagClassName
{
color: #4D98AB;
}
</style>
background-color css
<style>
a { background-color: #4D98AB; }
a { background-color: rgb(77,152,171); }
div.DivClassName
{
background-color: #4D98AB;
}
.BgClassName
{
background-color: #4D98AB;
}
</style>
border-color css
<style>
span { border-color: #4D98AB; }
span { border-color: rgb(77,152,171); }
td.TdClassName
{
border-color: #4D98AB;
}
.TagClassName
{
border-color: #4D98AB;
}
</style>