Shades of Boston Blue #4D99AA
Tints of Boston Blue #4D99AA
RGB
CMYK
RGB Variations
Color information
#4D99AA (or 0x4D99AA) is known color: Boston Blue. HEX triplet: 4D, 99 and AA. RGB value is (77,153,170). Sum of RGB (Red+Green+Blue) = 77+153+170=400 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.25% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #4D99AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D99AA is #B26655. Grayscale: #848484. Windows color (decimal): -11691606 or 11180365. OLE color: 11180365.
HSL color Cylindrical-coordinate representation of color #4D99AA: hue angle of 190.97º 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 #4D99AA is Cyan = 0.55, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 153 | 170 | - |
| CMYK | 0.55 | 0.1 | 0 | 0.33 |
| HSL | 190.97º | 0.38% | 0.48% | - |
| HSV(B) | 190.97º | 0.55% | 0.67% | - |
| XYZ | 21.71 | 27.26 | 42.15 | - |
| YUV | 132.21 | 149.32 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 153 | 170 | 0.55 | 0.1 | 0 | 0.33 | 190.97 | 0.38 | 0.48 |
| Hex | 4D | 99 | AA | 37 | A | 0 | 21 | BF | 26 | 30 |
| Octal | 115 | 231 | 252 | 67 | 12 | 0 | 41 | 277 | 46 | 60 |
| Binary | 1001101 | 10011001 | 10101010 | 110111 | 1010 | 0 | 100001 | 10111111 | 100110 | 110000 |
Color Harmonies of #4D99AA
Complementary color
Monochromatic Colors of #4D99AA
Black with #4D99AA
Text Example
Text Example
White with #4D99AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D99AA; }
p { color: rgb(77,153,170); }
H1.HeaderClassName
{
color: #4D99AA;
}
.AnyTagClassName
{
color: #4D99AA;
}
</style>
background-color css
<style>
a { background-color: #4D99AA; }
a { background-color: rgb(77,153,170); }
div.DivClassName
{
background-color: #4D99AA;
}
.BgClassName
{
background-color: #4D99AA;
}
</style>
border-color css
<style>
span { border-color: #4D99AA; }
span { border-color: rgb(77,153,170); }
td.TdClassName
{
border-color: #4D99AA;
}
.TagClassName
{
border-color: #4D99AA;
}
</style>