Shades of Boston Blue #4D96AA
Tints of Boston Blue #4D96AA
RGB
CMYK
RGB Variations
Color information
#4D96AA (or 0x4D96AA) is known color: Boston Blue. HEX triplet: 4D, 96 and AA. RGB value is (77,150,170). Sum of RGB (Red+Green+Blue) = 77+150+170=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 150 (58.98% from 255 or 37.78% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D96AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D96AA is #B26955. Grayscale: #828282. Windows color (decimal): -11692374 or 11179597. OLE color: 11179597.
HSL color Cylindrical-coordinate representation of color #4D96AA: hue angle of 192.9º 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 #4D96AA is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 150 | 170 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.33 |
| HSL | 192.9º | 0.38% | 0.48% | - |
| HSV(B) | 192.9º | 0.55% | 0.67% | - |
| XYZ | 21.22 | 26.29 | 41.99 | - |
| YUV | 130.45 | 150.32 | 89.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 150 | 170 | 0.55 | 0.12 | 0 | 0.33 | 192.9 | 0.38 | 0.48 |
| Hex | 4D | 96 | AA | 37 | C | 0 | 21 | C1 | 26 | 30 |
| Octal | 115 | 226 | 252 | 67 | 14 | 0 | 41 | 301 | 46 | 60 |
| Binary | 1001101 | 10010110 | 10101010 | 110111 | 1100 | 0 | 100001 | 11000001 | 100110 | 110000 |
Color Harmonies of #4D96AA
Complementary color
Monochromatic Colors of #4D96AA
Black with #4D96AA
Text Example
Text Example
White with #4D96AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D96AA; }
p { color: rgb(77,150,170); }
H1.HeaderClassName
{
color: #4D96AA;
}
.AnyTagClassName
{
color: #4D96AA;
}
</style>
background-color css
<style>
a { background-color: #4D96AA; }
a { background-color: rgb(77,150,170); }
div.DivClassName
{
background-color: #4D96AA;
}
.BgClassName
{
background-color: #4D96AA;
}
</style>
border-color css
<style>
span { border-color: #4D96AA; }
span { border-color: rgb(77,150,170); }
td.TdClassName
{
border-color: #4D96AA;
}
.TagClassName
{
border-color: #4D96AA;
}
</style>