Shades of Boston Blue #4790B0
Tints of Boston Blue #4790B0
RGB
CMYK
RGB Variations
Color information
#4790B0 (or 0x4790B0) is known color: Boston Blue. HEX triplet: 47, 90 and B0. RGB value is (71,144,176). Sum of RGB (Red+Green+Blue) = 71+144+176=391 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.16% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 176 - color contains mainly: blue. Hex color #4790B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4790B0 is #B86F4F. Grayscale: #7D7D7D. Windows color (decimal): -12087120 or 11571271. OLE color: 11571271.
HSL color Cylindrical-coordinate representation of color #4790B0: hue angle of 198.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4790B0 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 144 | 176 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.31 |
| HSL | 198.29º | 0.43% | 0.48% | - |
| HSV(B) | 198.29º | 0.6% | 0.69% | - |
| XYZ | 20.41 | 24.42 | 44.71 | - |
| YUV | 125.82 | 156.32 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 176 | 0.60 | 0.18 | 0 | 0.31 | 198.29 | 0.43 | 0.48 |
| Hex | 47 | 90 | B0 | 3C | 12 | 0 | 1F | C6 | 2B | 30 |
| Octal | 107 | 220 | 260 | 74 | 22 | 0 | 37 | 306 | 53 | 60 |
| Binary | 1000111 | 10010000 | 10110000 | 111100 | 10010 | 0 | 11111 | 11000110 | 101011 | 110000 |
Color Harmonies of #4790B0
Complementary color
Monochromatic Colors of #4790B0
Black with #4790B0
Text Example
Text Example
White with #4790B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4790B0; }
p { color: rgb(71,144,176); }
H1.HeaderClassName
{
color: #4790B0;
}
.AnyTagClassName
{
color: #4790B0;
}
</style>
background-color css
<style>
a { background-color: #4790B0; }
a { background-color: rgb(71,144,176); }
div.DivClassName
{
background-color: #4790B0;
}
.BgClassName
{
background-color: #4790B0;
}
</style>
border-color css
<style>
span { border-color: #4790B0; }
span { border-color: rgb(71,144,176); }
td.TdClassName
{
border-color: #4790B0;
}
.TagClassName
{
border-color: #4790B0;
}
</style>