Shades of Boston Blue #4D8CAA
Tints of Boston Blue #4D8CAA
RGB
CMYK
RGB Variations
Color information
#4D8CAA (or 0x4D8CAA) is known color: Boston Blue. HEX triplet: 4D, 8C and AA. RGB value is (77,140,170). Sum of RGB (Red+Green+Blue) = 77+140+170=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D8CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8CAA is #B27355. Grayscale: #7C7C7C. Windows color (decimal): -11694934 or 11177037. OLE color: 11177037.
HSL color Cylindrical-coordinate representation of color #4D8CAA: hue angle of 199.35º 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 #4D8CAA is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 140 | 170 | - |
| CMYK | 0.55 | 0.18 | 0 | 0.33 |
| HSL | 199.35º | 0.38% | 0.48% | - |
| HSV(B) | 199.35º | 0.55% | 0.67% | - |
| XYZ | 19.69 | 23.24 | 41.48 | - |
| YUV | 124.58 | 153.63 | 94.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 140 | 170 | 0.55 | 0.18 | 0 | 0.33 | 199.35 | 0.38 | 0.48 |
| Hex | 4D | 8C | AA | 37 | 12 | 0 | 21 | C7 | 26 | 30 |
| Octal | 115 | 214 | 252 | 67 | 22 | 0 | 41 | 307 | 46 | 60 |
| Binary | 1001101 | 10001100 | 10101010 | 110111 | 10010 | 0 | 100001 | 11000111 | 100110 | 110000 |
Color Harmonies of #4D8CAA
Complementary color
Monochromatic Colors of #4D8CAA
Black with #4D8CAA
Text Example
Text Example
White with #4D8CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8CAA; }
p { color: rgb(77,140,170); }
H1.HeaderClassName
{
color: #4D8CAA;
}
.AnyTagClassName
{
color: #4D8CAA;
}
</style>
background-color css
<style>
a { background-color: #4D8CAA; }
a { background-color: rgb(77,140,170); }
div.DivClassName
{
background-color: #4D8CAA;
}
.BgClassName
{
background-color: #4D8CAA;
}
</style>
border-color css
<style>
span { border-color: #4D8CAA; }
span { border-color: rgb(77,140,170); }
td.TdClassName
{
border-color: #4D8CAA;
}
.TagClassName
{
border-color: #4D8CAA;
}
</style>