Shades of Boston Blue #4790AB
Tints of Boston Blue #4790AB
RGB
CMYK
RGB Variations
Color information
#4790AB (or 0x4790AB) is known color: Boston Blue. HEX triplet: 47, 90 and AB. RGB value is (71,144,171). Sum of RGB (Red+Green+Blue) = 71+144+171=386 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.39% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #4790AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4790AB is #B86F54. Grayscale: #7D7D7D. Windows color (decimal): -12087125 or 11243591. OLE color: 11243591.
HSL color Cylindrical-coordinate representation of color #4790AB: hue angle of 196.2º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4790AB is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 71 | 144 | 171 | - |
| CMYK | 0.58 | 0.16 | 0 | 0.33 |
| HSL | 196.2º | 0.41% | 0.47% | - |
| HSV(B) | 196.2º | 0.58% | 0.67% | - |
| XYZ | 19.92 | 24.23 | 42.15 | - |
| YUV | 125.25 | 153.82 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 171 | 0.58 | 0.16 | 0 | 0.33 | 196.2 | 0.41 | 0.47 |
| Hex | 47 | 90 | AB | 3A | 10 | 0 | 21 | C4 | 29 | 2F |
| Octal | 107 | 220 | 253 | 72 | 20 | 0 | 41 | 304 | 51 | 57 |
| Binary | 1000111 | 10010000 | 10101011 | 111010 | 10000 | 0 | 100001 | 11000100 | 101001 | 101111 |
Color Harmonies of #4790AB
Complementary color
Monochromatic Colors of #4790AB
Black with #4790AB
Text Example
Text Example
White with #4790AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4790AB; }
p { color: rgb(71,144,171); }
H1.HeaderClassName
{
color: #4790AB;
}
.AnyTagClassName
{
color: #4790AB;
}
</style>
background-color css
<style>
a { background-color: #4790AB; }
a { background-color: rgb(71,144,171); }
div.DivClassName
{
background-color: #4790AB;
}
.BgClassName
{
background-color: #4790AB;
}
</style>
border-color css
<style>
span { border-color: #4790AB; }
span { border-color: rgb(71,144,171); }
td.TdClassName
{
border-color: #4790AB;
}
.TagClassName
{
border-color: #4790AB;
}
</style>