Shades of Boston Blue #4890B7
Tints of Boston Blue #4890B7
RGB
CMYK
RGB Variations
Color information
#4890B7 (or 0x4890B7) is known color: Boston Blue. HEX triplet: 48, 90 and B7. RGB value is (72,144,183). Sum of RGB (Red+Green+Blue) = 72+144+183=399 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.05% from 399); Green value is 144 (56.64% from 255 or 36.09% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #4890B7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4890B7 is #B76F48. Grayscale: #7E7E7E. Windows color (decimal): -12021577 or 12030024. OLE color: 12030024.
HSL color Cylindrical-coordinate representation of color #4890B7: hue angle of 201.08º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4890B7 is Cyan = 0.61, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 72 | 144 | 183 | - |
| CMYK | 0.61 | 0.21 | 0 | 0.28 |
| HSL | 201.08º | 0.44% | 0.5% | - |
| HSV(B) | 201.08º | 0.61% | 0.72% | - |
| XYZ | 21.19 | 24.74 | 48.46 | - |
| YUV | 126.92 | 159.65 | 88.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 183 | 0.61 | 0.21 | 0 | 0.28 | 201.08 | 0.44 | 0.5 |
| Hex | 48 | 90 | B7 | 3D | 15 | 0 | 1C | C9 | 2C | 32 |
| Octal | 110 | 220 | 267 | 75 | 25 | 0 | 34 | 311 | 54 | 62 |
| Binary | 1001000 | 10010000 | 10110111 | 111101 | 10101 | 0 | 11100 | 11001001 | 101100 | 110010 |
Color Harmonies of #4890B7
Complementary color
Monochromatic Colors of #4890B7
Black with #4890B7
Text Example
Text Example
White with #4890B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4890B7; }
p { color: rgb(72,144,183); }
H1.HeaderClassName
{
color: #4890B7;
}
.AnyTagClassName
{
color: #4890B7;
}
</style>
background-color css
<style>
a { background-color: #4890B7; }
a { background-color: rgb(72,144,183); }
div.DivClassName
{
background-color: #4890B7;
}
.BgClassName
{
background-color: #4890B7;
}
</style>
border-color css
<style>
span { border-color: #4890B7; }
span { border-color: rgb(72,144,183); }
td.TdClassName
{
border-color: #4890B7;
}
.TagClassName
{
border-color: #4890B7;
}
</style>