Shades of Boston Blue #4D9DAA
Tints of Boston Blue #4D9DAA
RGB
CMYK
RGB Variations
Color information
#4D9DAA (or 0x4D9DAA) is known color: Boston Blue. HEX triplet: 4D, 9D and AA. RGB value is (77,157,170). Sum of RGB (Red+Green+Blue) = 77+157+170=404 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.06% from 404); Green value is 157 (61.72% from 255 or 38.86% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D9DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9DAA is #B26255. Grayscale: #868686. Windows color (decimal): -11690582 or 11181389. OLE color: 11181389.
HSL color Cylindrical-coordinate representation of color #4D9DAA: hue angle of 188.39º 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 #4D9DAA is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 157 | 170 | - |
| CMYK | 0.55 | 0.08 | 0 | 0.33 |
| HSL | 188.39º | 0.38% | 0.48% | - |
| HSV(B) | 188.39º | 0.55% | 0.67% | - |
| XYZ | 22.37 | 28.59 | 42.37 | - |
| YUV | 134.56 | 148 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 157 | 170 | 0.55 | 0.08 | 0 | 0.33 | 188.39 | 0.38 | 0.48 |
| Hex | 4D | 9D | AA | 37 | 8 | 0 | 21 | BC | 26 | 30 |
| Octal | 115 | 235 | 252 | 67 | 10 | 0 | 41 | 274 | 46 | 60 |
| Binary | 1001101 | 10011101 | 10101010 | 110111 | 1000 | 0 | 100001 | 10111100 | 100110 | 110000 |
Color Harmonies of #4D9DAA
Complementary color
Monochromatic Colors of #4D9DAA
Black with #4D9DAA
Text Example
Text Example
White with #4D9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D9DAA; }
p { color: rgb(77,157,170); }
H1.HeaderClassName
{
color: #4D9DAA;
}
.AnyTagClassName
{
color: #4D9DAA;
}
</style>
background-color css
<style>
a { background-color: #4D9DAA; }
a { background-color: rgb(77,157,170); }
div.DivClassName
{
background-color: #4D9DAA;
}
.BgClassName
{
background-color: #4D9DAA;
}
</style>
border-color css
<style>
span { border-color: #4D9DAA; }
span { border-color: rgb(77,157,170); }
td.TdClassName
{
border-color: #4D9DAA;
}
.TagClassName
{
border-color: #4D9DAA;
}
</style>