Shades of Boston Blue #4984A4
Tints of Boston Blue #4984A4
RGB
CMYK
RGB Variations
Color information
#4984A4 (or 0x4984A4) is known color: Boston Blue. HEX triplet: 49, 84 and A4. RGB value is (73,132,164). Sum of RGB (Red+Green+Blue) = 73+132+164=369 (48% of max value = 765). Red value is 73 (28.91% from 255 or 19.78% from 369); Green value is 132 (51.95% from 255 or 35.77% 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 #4984A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4984A4 is #B67B5B. Grayscale: #757575. Windows color (decimal): -11959132 or 10781769. OLE color: 10781769.
HSL color Cylindrical-coordinate representation of color #4984A4: hue angle of 201.1º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4984A4 is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 132 | 164 | - |
| CMYK | 0.55 | 0.20 | 0 | 0.36 |
| HSL | 201.1º | 0.38% | 0.46% | - |
| HSV(B) | 201.1º | 0.55% | 0.64% | - |
| XYZ | 17.7 | 20.6 | 38.17 | - |
| YUV | 118.01 | 153.95 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 132 | 164 | 0.55 | 0.20 | 0 | 0.36 | 201.1 | 0.38 | 0.46 |
| Hex | 49 | 84 | A4 | 37 | 14 | 0 | 24 | C9 | 26 | 2E |
| Octal | 111 | 204 | 244 | 67 | 24 | 0 | 44 | 311 | 46 | 56 |
| Binary | 1001001 | 10000100 | 10100100 | 110111 | 10100 | 0 | 100100 | 11001001 | 100110 | 101110 |
Color Harmonies of #4984A4
Complementary color
Monochromatic Colors of #4984A4
Black with #4984A4
Text Example
Text Example
White with #4984A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4984A4; }
p { color: rgb(73,132,164); }
H1.HeaderClassName
{
color: #4984A4;
}
.AnyTagClassName
{
color: #4984A4;
}
</style>
background-color css
<style>
a { background-color: #4984A4; }
a { background-color: rgb(73,132,164); }
div.DivClassName
{
background-color: #4984A4;
}
.BgClassName
{
background-color: #4984A4;
}
</style>
border-color css
<style>
span { border-color: #4984A4; }
span { border-color: rgb(73,132,164); }
td.TdClassName
{
border-color: #4984A4;
}
.TagClassName
{
border-color: #4984A4;
}
</style>