Shades of Boston Blue #4798C1
Tints of Boston Blue #4798C1
RGB
CMYK
RGB Variations
Color information
#4798C1 (or 0x4798C1) is known color: Boston Blue. HEX triplet: 47, 98 and C1. RGB value is (71,152,193). Sum of RGB (Red+Green+Blue) = 71+152+193=416 (55% of max value = 765). Red value is 71 (28.12% from 255 or 17.07% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #4798C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4798C1 is #B8673E. Grayscale: #848484. Windows color (decimal): -12085055 or 12687431. OLE color: 12687431.
HSL color Cylindrical-coordinate representation of color #4798C1: hue angle of 200.16º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4798C1 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 71 | 152 | 193 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.24 |
| HSL | 200.16º | 0.5% | 0.52% | - |
| HSV(B) | 200.16º | 0.63% | 0.76% | - |
| XYZ | 23.45 | 27.65 | 54.55 | - |
| YUV | 132.46 | 162.16 | 84.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 152 | 193 | 0.63 | 0.21 | 0 | 0.24 | 200.16 | 0.5 | 0.52 |
| Hex | 47 | 98 | C1 | 3F | 15 | 0 | 18 | C8 | 32 | 34 |
| Octal | 107 | 230 | 301 | 77 | 25 | 0 | 30 | 310 | 62 | 64 |
| Binary | 1000111 | 10011000 | 11000001 | 111111 | 10101 | 0 | 11000 | 11001000 | 110010 | 110100 |
Color Harmonies of #4798C1
Complementary color
Monochromatic Colors of #4798C1
Black with #4798C1
Text Example
Text Example
White with #4798C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4798C1; }
p { color: rgb(71,152,193); }
H1.HeaderClassName
{
color: #4798C1;
}
.AnyTagClassName
{
color: #4798C1;
}
</style>
background-color css
<style>
a { background-color: #4798C1; }
a { background-color: rgb(71,152,193); }
div.DivClassName
{
background-color: #4798C1;
}
.BgClassName
{
background-color: #4798C1;
}
</style>
border-color css
<style>
span { border-color: #4798C1; }
span { border-color: rgb(71,152,193); }
td.TdClassName
{
border-color: #4798C1;
}
.TagClassName
{
border-color: #4798C1;
}
</style>