Shades of Boston Blue #4796BC
Tints of Boston Blue #4796BC
RGB
CMYK
RGB Variations
Color information
#4796BC (or 0x4796BC) is known color: Boston Blue. HEX triplet: 47, 96 and BC. RGB value is (71,150,188). Sum of RGB (Red+Green+Blue) = 71+150+188=409 (54% of max value = 765). Red value is 71 (28.12% from 255 or 17.36% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #4796BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4796BC is #B86943. Grayscale: #828282. Windows color (decimal): -12085572 or 12359239. OLE color: 12359239.
HSL color Cylindrical-coordinate representation of color #4796BC: hue angle of 199.49º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4796BC is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 71 | 150 | 188 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.26 |
| HSL | 199.49º | 0.47% | 0.51% | - |
| HSV(B) | 199.49º | 0.62% | 0.74% | - |
| XYZ | 22.58 | 26.78 | 51.56 | - |
| YUV | 130.71 | 160.33 | 85.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 150 | 188 | 0.62 | 0.20 | 0 | 0.26 | 199.49 | 0.47 | 0.51 |
| Hex | 47 | 96 | BC | 3E | 14 | 0 | 1A | C7 | 2F | 33 |
| Octal | 107 | 226 | 274 | 76 | 24 | 0 | 32 | 307 | 57 | 63 |
| Binary | 1000111 | 10010110 | 10111100 | 111110 | 10100 | 0 | 11010 | 11000111 | 101111 | 110011 |
Color Harmonies of #4796BC
Complementary color
Monochromatic Colors of #4796BC
Black with #4796BC
Text Example
Text Example
White with #4796BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4796BC; }
p { color: rgb(71,150,188); }
H1.HeaderClassName
{
color: #4796BC;
}
.AnyTagClassName
{
color: #4796BC;
}
</style>
background-color css
<style>
a { background-color: #4796BC; }
a { background-color: rgb(71,150,188); }
div.DivClassName
{
background-color: #4796BC;
}
.BgClassName
{
background-color: #4796BC;
}
</style>
border-color css
<style>
span { border-color: #4796BC; }
span { border-color: rgb(71,150,188); }
td.TdClassName
{
border-color: #4796BC;
}
.TagClassName
{
border-color: #4796BC;
}
</style>