Shades of Boston Blue #4D95BA
Tints of Boston Blue #4D95BA
RGB
CMYK
RGB Variations
Color information
#4D95BA (or 0x4D95BA) is known color: Boston Blue. HEX triplet: 4D, 95 and BA. RGB value is (77,149,186). Sum of RGB (Red+Green+Blue) = 77+149+186=412 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.69% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D95BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D95BA is #B26A45. Grayscale: #838383. Windows color (decimal): -11692614 or 12227917. OLE color: 12227917.
HSL color Cylindrical-coordinate representation of color #4D95BA: hue angle of 200.37º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D95BA is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 149 | 186 | - |
| CMYK | 0.59 | 0.20 | 0 | 0.27 |
| HSL | 200.37º | 0.44% | 0.52% | - |
| HSV(B) | 200.37º | 0.59% | 0.73% | - |
| XYZ | 22.67 | 26.62 | 50.4 | - |
| YUV | 131.69 | 158.65 | 88.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 149 | 186 | 0.59 | 0.20 | 0 | 0.27 | 200.37 | 0.44 | 0.52 |
| Hex | 4D | 95 | BA | 3B | 14 | 0 | 1B | C8 | 2C | 34 |
| Octal | 115 | 225 | 272 | 73 | 24 | 0 | 33 | 310 | 54 | 64 |
| Binary | 1001101 | 10010101 | 10111010 | 111011 | 10100 | 0 | 11011 | 11001000 | 101100 | 110100 |
Color Harmonies of #4D95BA
Complementary color
Monochromatic Colors of #4D95BA
Black with #4D95BA
Text Example
Text Example
White with #4D95BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D95BA; }
p { color: rgb(77,149,186); }
H1.HeaderClassName
{
color: #4D95BA;
}
.AnyTagClassName
{
color: #4D95BA;
}
</style>
background-color css
<style>
a { background-color: #4D95BA; }
a { background-color: rgb(77,149,186); }
div.DivClassName
{
background-color: #4D95BA;
}
.BgClassName
{
background-color: #4D95BA;
}
</style>
border-color css
<style>
span { border-color: #4D95BA; }
span { border-color: rgb(77,149,186); }
td.TdClassName
{
border-color: #4D95BA;
}
.TagClassName
{
border-color: #4D95BA;
}
</style>