Shades of Boston Blue #4890A4
Tints of Boston Blue #4890A4
RGB
CMYK
RGB Variations
Color information
#4890A4 (or 0x4890A4) is known color: Boston Blue. HEX triplet: 48, 90 and A4. RGB value is (72,144,164). Sum of RGB (Red+Green+Blue) = 72+144+164=380 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.95% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #4890A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4890A4 is #B76F5B. Grayscale: #7C7C7C. Windows color (decimal): -12021596 or 10784840. OLE color: 10784840.
HSL color Cylindrical-coordinate representation of color #4890A4: hue angle of 193.04º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4890A4 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 144 | 164 | - |
| CMYK | 0.56 | 0.12 | 0 | 0.36 |
| HSL | 193.04º | 0.39% | 0.46% | - |
| HSV(B) | 193.04º | 0.56% | 0.64% | - |
| XYZ | 19.35 | 24 | 38.74 | - |
| YUV | 124.75 | 150.15 | 90.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 144 | 164 | 0.56 | 0.12 | 0 | 0.36 | 193.04 | 0.39 | 0.46 |
| Hex | 48 | 90 | A4 | 38 | C | 0 | 24 | C1 | 27 | 2E |
| Octal | 110 | 220 | 244 | 70 | 14 | 0 | 44 | 301 | 47 | 56 |
| Binary | 1001000 | 10010000 | 10100100 | 111000 | 1100 | 0 | 100100 | 11000001 | 100111 | 101110 |
Color Harmonies of #4890A4
Complementary color
Monochromatic Colors of #4890A4
Black with #4890A4
Text Example
Text Example
White with #4890A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4890A4; }
p { color: rgb(72,144,164); }
H1.HeaderClassName
{
color: #4890A4;
}
.AnyTagClassName
{
color: #4890A4;
}
</style>
background-color css
<style>
a { background-color: #4890A4; }
a { background-color: rgb(72,144,164); }
div.DivClassName
{
background-color: #4890A4;
}
.BgClassName
{
background-color: #4890A4;
}
</style>
border-color css
<style>
span { border-color: #4890A4; }
span { border-color: rgb(72,144,164); }
td.TdClassName
{
border-color: #4890A4;
}
.TagClassName
{
border-color: #4890A4;
}
</style>