Shades of Boston Blue #4D92AA
Tints of Boston Blue #4D92AA
RGB
CMYK
RGB Variations
Color information
#4D92AA (or 0x4D92AA) is known color: Boston Blue. HEX triplet: 4D, 92 and AA. RGB value is (77,146,170). Sum of RGB (Red+Green+Blue) = 77+146+170=393 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.59% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D92AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D92AA is #B26D55. Grayscale: #7F7F7F. Windows color (decimal): -11693398 or 11178573. OLE color: 11178573.
HSL color Cylindrical-coordinate representation of color #4D92AA: hue angle of 195.48º 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 #4D92AA is Cyan = 0.55, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 146 | 170 | - |
| CMYK | 0.55 | 0.14 | 0 | 0.33 |
| HSL | 195.48º | 0.38% | 0.48% | - |
| HSV(B) | 195.48º | 0.55% | 0.67% | - |
| XYZ | 20.6 | 25.04 | 41.78 | - |
| YUV | 128.11 | 151.64 | 91.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 146 | 170 | 0.55 | 0.14 | 0 | 0.33 | 195.48 | 0.38 | 0.48 |
| Hex | 4D | 92 | AA | 37 | E | 0 | 21 | C3 | 26 | 30 |
| Octal | 115 | 222 | 252 | 67 | 16 | 0 | 41 | 303 | 46 | 60 |
| Binary | 1001101 | 10010010 | 10101010 | 110111 | 1110 | 0 | 100001 | 11000011 | 100110 | 110000 |
Color Harmonies of #4D92AA
Complementary color
Monochromatic Colors of #4D92AA
Black with #4D92AA
Text Example
Text Example
White with #4D92AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D92AA; }
p { color: rgb(77,146,170); }
H1.HeaderClassName
{
color: #4D92AA;
}
.AnyTagClassName
{
color: #4D92AA;
}
</style>
background-color css
<style>
a { background-color: #4D92AA; }
a { background-color: rgb(77,146,170); }
div.DivClassName
{
background-color: #4D92AA;
}
.BgClassName
{
background-color: #4D92AA;
}
</style>
border-color css
<style>
span { border-color: #4D92AA; }
span { border-color: rgb(77,146,170); }
td.TdClassName
{
border-color: #4D92AA;
}
.TagClassName
{
border-color: #4D92AA;
}
</style>