Shades of Boston Blue #4796B4
Tints of Boston Blue #4796B4
RGB
CMYK
RGB Variations
Color information
#4796B4 (or 0x4796B4) is known color: Boston Blue. HEX triplet: 47, 96 and B4. RGB value is (71,150,180). Sum of RGB (Red+Green+Blue) = 71+150+180=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 180 (70.70% from 255 or 44.89% from 401); Max value from RGB is 180 - color contains mainly: blue. Hex color #4796B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4796B4 is #B8694B. Grayscale: #818181. Windows color (decimal): -12085580 or 11834951. OLE color: 11834951.
HSL color Cylindrical-coordinate representation of color #4796B4: hue angle of 196.51º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4796B4 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 150 | 180 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.29 |
| HSL | 196.51º | 0.43% | 0.49% | - |
| HSV(B) | 196.51º | 0.61% | 0.71% | - |
| XYZ | 21.74 | 26.45 | 47.14 | - |
| YUV | 129.8 | 156.33 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 150 | 180 | 0.61 | 0.17 | 0 | 0.29 | 196.51 | 0.43 | 0.49 |
| Hex | 47 | 96 | B4 | 3D | 11 | 0 | 1D | C5 | 2B | 31 |
| Octal | 107 | 226 | 264 | 75 | 21 | 0 | 35 | 305 | 53 | 61 |
| Binary | 1000111 | 10010110 | 10110100 | 111101 | 10001 | 0 | 11101 | 11000101 | 101011 | 110001 |
Color Harmonies of #4796B4
Complementary color
Monochromatic Colors of #4796B4
Black with #4796B4
Text Example
Text Example
White with #4796B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4796B4; }
p { color: rgb(71,150,180); }
H1.HeaderClassName
{
color: #4796B4;
}
.AnyTagClassName
{
color: #4796B4;
}
</style>
background-color css
<style>
a { background-color: #4796B4; }
a { background-color: rgb(71,150,180); }
div.DivClassName
{
background-color: #4796B4;
}
.BgClassName
{
background-color: #4796B4;
}
</style>
border-color css
<style>
span { border-color: #4796B4; }
span { border-color: rgb(71,150,180); }
td.TdClassName
{
border-color: #4796B4;
}
.TagClassName
{
border-color: #4796B4;
}
</style>