Shades of Boston Blue #4D91AA
Tints of Boston Blue #4D91AA
RGB
CMYK
RGB Variations
Color information
#4D91AA (or 0x4D91AA) is known color: Boston Blue. HEX triplet: 4D, 91 and AA. RGB value is (77,145,170). Sum of RGB (Red+Green+Blue) = 77+145+170=392 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.64% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D91AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D91AA is #B26E55. Grayscale: #7F7F7F. Windows color (decimal): -11693654 or 11178317. OLE color: 11178317.
HSL color Cylindrical-coordinate representation of color #4D91AA: hue angle of 196.13º 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 #4D91AA is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 145 | 170 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.33 |
| HSL | 196.13º | 0.38% | 0.48% | - |
| HSV(B) | 196.13º | 0.55% | 0.67% | - |
| XYZ | 20.44 | 24.73 | 41.73 | - |
| YUV | 127.52 | 151.97 | 91.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 145 | 170 | 0.55 | 0.15 | 0 | 0.33 | 196.13 | 0.38 | 0.48 |
| Hex | 4D | 91 | AA | 37 | F | 0 | 21 | C4 | 26 | 30 |
| Octal | 115 | 221 | 252 | 67 | 17 | 0 | 41 | 304 | 46 | 60 |
| Binary | 1001101 | 10010001 | 10101010 | 110111 | 1111 | 0 | 100001 | 11000100 | 100110 | 110000 |
Color Harmonies of #4D91AA
Complementary color
Monochromatic Colors of #4D91AA
Black with #4D91AA
Text Example
Text Example
White with #4D91AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D91AA; }
p { color: rgb(77,145,170); }
H1.HeaderClassName
{
color: #4D91AA;
}
.AnyTagClassName
{
color: #4D91AA;
}
</style>
background-color css
<style>
a { background-color: #4D91AA; }
a { background-color: rgb(77,145,170); }
div.DivClassName
{
background-color: #4D91AA;
}
.BgClassName
{
background-color: #4D91AA;
}
</style>
border-color css
<style>
span { border-color: #4D91AA; }
span { border-color: rgb(77,145,170); }
td.TdClassName
{
border-color: #4D91AA;
}
.TagClassName
{
border-color: #4D91AA;
}
</style>