Shades of Boston Blue #4D8CAD
Tints of Boston Blue #4D8CAD
RGB
CMYK
RGB Variations
Color information
#4D8CAD (or 0x4D8CAD) is known color: Boston Blue. HEX triplet: 4D, 8C and AD. RGB value is (77,140,173). Sum of RGB (Red+Green+Blue) = 77+140+173=390 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.74% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 173 (67.97% from 255 or 44.36% from 390); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D8CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D8CAD is #B27352. Grayscale: #7C7C7C. Windows color (decimal): -11694931 or 11373645. OLE color: 11373645.
HSL color Cylindrical-coordinate representation of color #4D8CAD: hue angle of 200.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D8CAD is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 140 | 173 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.32 |
| HSL | 200.63º | 0.38% | 0.49% | - |
| HSV(B) | 200.63º | 0.55% | 0.68% | - |
| XYZ | 19.98 | 23.35 | 42.99 | - |
| YUV | 124.93 | 155.13 | 93.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 140 | 173 | 0.55 | 0.19 | 0 | 0.32 | 200.63 | 0.38 | 0.49 |
| Hex | 4D | 8C | AD | 37 | 13 | 0 | 20 | C9 | 26 | 31 |
| Octal | 115 | 214 | 255 | 67 | 23 | 0 | 40 | 311 | 46 | 61 |
| Binary | 1001101 | 10001100 | 10101101 | 110111 | 10011 | 0 | 100000 | 11001001 | 100110 | 110001 |
Color Harmonies of #4D8CAD
Complementary color
Monochromatic Colors of #4D8CAD
Black with #4D8CAD
Text Example
Text Example
White with #4D8CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D8CAD; }
p { color: rgb(77,140,173); }
H1.HeaderClassName
{
color: #4D8CAD;
}
.AnyTagClassName
{
color: #4D8CAD;
}
</style>
background-color css
<style>
a { background-color: #4D8CAD; }
a { background-color: rgb(77,140,173); }
div.DivClassName
{
background-color: #4D8CAD;
}
.BgClassName
{
background-color: #4D8CAD;
}
</style>
border-color css
<style>
span { border-color: #4D8CAD; }
span { border-color: rgb(77,140,173); }
td.TdClassName
{
border-color: #4D8CAD;
}
.TagClassName
{
border-color: #4D8CAD;
}
</style>