Shades of Boston Blue #4795BA
Tints of Boston Blue #4795BA
RGB
CMYK
RGB Variations
Color information
#4795BA (or 0x4795BA) is known color: Boston Blue. HEX triplet: 47, 95 and BA. RGB value is (71,149,186). Sum of RGB (Red+Green+Blue) = 71+149+186=406 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.49% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #4795BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4795BA is #B86A45. Grayscale: #818181. Windows color (decimal): -12085830 or 12227911. OLE color: 12227911.
HSL color Cylindrical-coordinate representation of color #4795BA: hue angle of 199.3º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4795BA is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 149 | 186 | - |
| CMYK | 0.62 | 0.20 | 0 | 0.27 |
| HSL | 199.3º | 0.45% | 0.5% | - |
| HSV(B) | 199.3º | 0.62% | 0.73% | - |
| XYZ | 22.21 | 26.38 | 50.38 | - |
| YUV | 129.9 | 159.66 | 85.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 149 | 186 | 0.62 | 0.20 | 0 | 0.27 | 199.3 | 0.45 | 0.5 |
| Hex | 47 | 95 | BA | 3E | 14 | 0 | 1B | C7 | 2D | 32 |
| Octal | 107 | 225 | 272 | 76 | 24 | 0 | 33 | 307 | 55 | 62 |
| Binary | 1000111 | 10010101 | 10111010 | 111110 | 10100 | 0 | 11011 | 11000111 | 101101 | 110010 |
Color Harmonies of #4795BA
Complementary color
Monochromatic Colors of #4795BA
Black with #4795BA
Text Example
Text Example
White with #4795BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4795BA; }
p { color: rgb(71,149,186); }
H1.HeaderClassName
{
color: #4795BA;
}
.AnyTagClassName
{
color: #4795BA;
}
</style>
background-color css
<style>
a { background-color: #4795BA; }
a { background-color: rgb(71,149,186); }
div.DivClassName
{
background-color: #4795BA;
}
.BgClassName
{
background-color: #4795BA;
}
</style>
border-color css
<style>
span { border-color: #4795BA; }
span { border-color: rgb(71,149,186); }
td.TdClassName
{
border-color: #4795BA;
}
.TagClassName
{
border-color: #4795BA;
}
</style>