Shades of Boston Blue #4798B4
Tints of Boston Blue #4798B4
RGB
CMYK
RGB Variations
Color information
#4798B4 (or 0x4798B4) is known color: Boston Blue. HEX triplet: 47, 98 and B4. RGB value is (71,152,180). Sum of RGB (Red+Green+Blue) = 71+152+180=403 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.62% from 403); Green value is 152 (59.77% from 255 or 37.72% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #4798B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4798B4 is #B8674B. Grayscale: #828282. Windows color (decimal): -12085068 or 11835463. OLE color: 11835463.
HSL color Cylindrical-coordinate representation of color #4798B4: hue angle of 195.41º 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 #4798B4 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 71 | 152 | 180 | - |
| CMYK | 0.61 | 0.16 | 0 | 0.29 |
| HSL | 195.41º | 0.43% | 0.49% | - |
| HSV(B) | 195.41º | 0.61% | 0.71% | - |
| XYZ | 22.06 | 27.09 | 47.25 | - |
| YUV | 130.97 | 155.66 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 152 | 180 | 0.61 | 0.16 | 0 | 0.29 | 195.41 | 0.43 | 0.49 |
| Hex | 47 | 98 | B4 | 3D | 10 | 0 | 1D | C3 | 2B | 31 |
| Octal | 107 | 230 | 264 | 75 | 20 | 0 | 35 | 303 | 53 | 61 |
| Binary | 1000111 | 10011000 | 10110100 | 111101 | 10000 | 0 | 11101 | 11000011 | 101011 | 110001 |
Color Harmonies of #4798B4
Complementary color
Monochromatic Colors of #4798B4
Black with #4798B4
Text Example
Text Example
White with #4798B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4798B4; }
p { color: rgb(71,152,180); }
H1.HeaderClassName
{
color: #4798B4;
}
.AnyTagClassName
{
color: #4798B4;
}
</style>
background-color css
<style>
a { background-color: #4798B4; }
a { background-color: rgb(71,152,180); }
div.DivClassName
{
background-color: #4798B4;
}
.BgClassName
{
background-color: #4798B4;
}
</style>
border-color css
<style>
span { border-color: #4798B4; }
span { border-color: rgb(71,152,180); }
td.TdClassName
{
border-color: #4798B4;
}
.TagClassName
{
border-color: #4798B4;
}
</style>