Shades of Boston Blue #4895B5
Tints of Boston Blue #4895B5
RGB
CMYK
RGB Variations
Color information
#4895B5 (or 0x4895B5) is known color: Boston Blue. HEX triplet: 48, 95 and B5. RGB value is (72,149,181). Sum of RGB (Red+Green+Blue) = 72+149+181=402 (53% of max value = 765). Red value is 72 (28.52% from 255 or 17.91% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 181 (71.09% from 255 or 45.02% from 402); Max value from RGB is 181 - color contains mainly: blue. Hex color #4895B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4895B5 is #B76A4A. Grayscale: #818181. Windows color (decimal): -12020299 or 11900232. OLE color: 11900232.
HSL color Cylindrical-coordinate representation of color #4895B5: hue angle of 197.61º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4895B5 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 72 | 149 | 181 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.29 |
| HSL | 197.61º | 0.43% | 0.5% | - |
| HSV(B) | 197.61º | 0.6% | 0.71% | - |
| XYZ | 21.76 | 26.21 | 47.63 | - |
| YUV | 129.63 | 156.99 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 149 | 181 | 0.60 | 0.18 | 0 | 0.29 | 197.61 | 0.43 | 0.5 |
| Hex | 48 | 95 | B5 | 3C | 12 | 0 | 1D | C6 | 2B | 32 |
| Octal | 110 | 225 | 265 | 74 | 22 | 0 | 35 | 306 | 53 | 62 |
| Binary | 1001000 | 10010101 | 10110101 | 111100 | 10010 | 0 | 11101 | 11000110 | 101011 | 110010 |
Color Harmonies of #4895B5
Complementary color
Monochromatic Colors of #4895B5
Black with #4895B5
Text Example
Text Example
White with #4895B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4895B5; }
p { color: rgb(72,149,181); }
H1.HeaderClassName
{
color: #4895B5;
}
.AnyTagClassName
{
color: #4895B5;
}
</style>
background-color css
<style>
a { background-color: #4895B5; }
a { background-color: rgb(72,149,181); }
div.DivClassName
{
background-color: #4895B5;
}
.BgClassName
{
background-color: #4895B5;
}
</style>
border-color css
<style>
span { border-color: #4895B5; }
span { border-color: rgb(72,149,181); }
td.TdClassName
{
border-color: #4895B5;
}
.TagClassName
{
border-color: #4895B5;
}
</style>