Shades of Boston Blue #4790B1
Tints of Boston Blue #4790B1
RGB
CMYK
RGB Variations
Color information
#4790B1 (or 0x4790B1) is known color: Boston Blue. HEX triplet: 47, 90 and B1. RGB value is (71,144,177). Sum of RGB (Red+Green+Blue) = 71+144+177=392 (51% of max value = 765). Red value is 71 (28.12% from 255 or 18.11% from 392); Green value is 144 (56.64% from 255 or 36.73% from 392); Blue value is 177 (69.53% from 255 or 45.15% from 392); Max value from RGB is 177 - color contains mainly: blue. Hex color #4790B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4790B1 is #B86F4E. Grayscale: #7D7D7D. Windows color (decimal): -12087119 or 11636807. OLE color: 11636807.
HSL color Cylindrical-coordinate representation of color #4790B1: hue angle of 198.68º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4790B1 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 71 | 144 | 177 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.31 |
| HSL | 198.68º | 0.43% | 0.49% | - |
| HSV(B) | 198.68º | 0.6% | 0.69% | - |
| XYZ | 20.51 | 24.46 | 45.24 | - |
| YUV | 125.94 | 156.82 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 144 | 177 | 0.60 | 0.19 | 0 | 0.31 | 198.68 | 0.43 | 0.49 |
| Hex | 47 | 90 | B1 | 3C | 13 | 0 | 1F | C7 | 2B | 31 |
| Octal | 107 | 220 | 261 | 74 | 23 | 0 | 37 | 307 | 53 | 61 |
| Binary | 1000111 | 10010000 | 10110001 | 111100 | 10011 | 0 | 11111 | 11000111 | 101011 | 110001 |
Color Harmonies of #4790B1
Complementary color
Monochromatic Colors of #4790B1
Black with #4790B1
Text Example
Text Example
White with #4790B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4790B1; }
p { color: rgb(71,144,177); }
H1.HeaderClassName
{
color: #4790B1;
}
.AnyTagClassName
{
color: #4790B1;
}
</style>
background-color css
<style>
a { background-color: #4790B1; }
a { background-color: rgb(71,144,177); }
div.DivClassName
{
background-color: #4790B1;
}
.BgClassName
{
background-color: #4790B1;
}
</style>
border-color css
<style>
span { border-color: #4790B1; }
span { border-color: rgb(71,144,177); }
td.TdClassName
{
border-color: #4790B1;
}
.TagClassName
{
border-color: #4790B1;
}
</style>