Shades of Boston Blue #4885A4
Tints of Boston Blue #4885A4
RGB
CMYK
RGB Variations
Color information
#4885A4 (or 0x4885A4) is known color: Boston Blue. HEX triplet: 48, 85 and A4. RGB value is (72,133,164). Sum of RGB (Red+Green+Blue) = 72+133+164=369 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.51% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 164 (64.45% from 255 or 44.44% from 369); Max value from RGB is 164 - color contains mainly: blue. Hex color #4885A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4885A4 is #B77A5B. Grayscale: #767676. Windows color (decimal): -12024412 or 10782024. OLE color: 10782024.
HSL color Cylindrical-coordinate representation of color #4885A4: hue angle of 200.22º 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 #4885A4 is Cyan = 0.56, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 133 | 164 | - |
| CMYK | 0.56 | 0.19 | 0 | 0.36 |
| HSL | 200.22º | 0.39% | 0.46% | - |
| HSV(B) | 200.22º | 0.56% | 0.64% | - |
| XYZ | 17.76 | 20.83 | 38.21 | - |
| YUV | 118.3 | 153.79 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 133 | 164 | 0.56 | 0.19 | 0 | 0.36 | 200.22 | 0.39 | 0.46 |
| Hex | 48 | 85 | A4 | 38 | 13 | 0 | 24 | C8 | 27 | 2E |
| Octal | 110 | 205 | 244 | 70 | 23 | 0 | 44 | 310 | 47 | 56 |
| Binary | 1001000 | 10000101 | 10100100 | 111000 | 10011 | 0 | 100100 | 11001000 | 100111 | 101110 |
Color Harmonies of #4885A4
Complementary color
Monochromatic Colors of #4885A4
Black with #4885A4
Text Example
Text Example
White with #4885A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4885A4; }
p { color: rgb(72,133,164); }
H1.HeaderClassName
{
color: #4885A4;
}
.AnyTagClassName
{
color: #4885A4;
}
</style>
background-color css
<style>
a { background-color: #4885A4; }
a { background-color: rgb(72,133,164); }
div.DivClassName
{
background-color: #4885A4;
}
.BgClassName
{
background-color: #4885A4;
}
</style>
border-color css
<style>
span { border-color: #4885A4; }
span { border-color: rgb(72,133,164); }
td.TdClassName
{
border-color: #4885A4;
}
.TagClassName
{
border-color: #4885A4;
}
</style>