Shades of Boston Blue #4985A4
Tints of Boston Blue #4985A4
RGB
CMYK
RGB Variations
Color information
#4985A4 (or 0x4985A4) is known color: Boston Blue. HEX triplet: 49, 85 and A4. RGB value is (73,133,164). Sum of RGB (Red+Green+Blue) = 73+133+164=370 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.73% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #4985A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4985A4 is #B67A5B. Grayscale: #767676. Windows color (decimal): -11958876 or 10782025. OLE color: 10782025.
HSL color Cylindrical-coordinate representation of color #4985A4: hue angle of 200.44º 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 #4985A4 is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 73 | 133 | 164 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.36 |
| HSL | 200.44º | 0.38% | 0.46% | - |
| HSV(B) | 200.44º | 0.55% | 0.64% | - |
| XYZ | 17.84 | 20.87 | 38.21 | - |
| YUV | 118.59 | 153.62 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 164 | 0.55 | 0.19 | 0 | 0.36 | 200.44 | 0.38 | 0.46 |
| Hex | 49 | 85 | A4 | 37 | 13 | 0 | 24 | C8 | 26 | 2E |
| Octal | 111 | 205 | 244 | 67 | 23 | 0 | 44 | 310 | 46 | 56 |
| Binary | 1001001 | 10000101 | 10100100 | 110111 | 10011 | 0 | 100100 | 11001000 | 100110 | 101110 |
Color Harmonies of #4985A4
Complementary color
Monochromatic Colors of #4985A4
Black with #4985A4
Text Example
Text Example
White with #4985A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4985A4; }
p { color: rgb(73,133,164); }
H1.HeaderClassName
{
color: #4985A4;
}
.AnyTagClassName
{
color: #4985A4;
}
</style>
background-color css
<style>
a { background-color: #4985A4; }
a { background-color: rgb(73,133,164); }
div.DivClassName
{
background-color: #4985A4;
}
.BgClassName
{
background-color: #4985A4;
}
</style>
border-color css
<style>
span { border-color: #4985A4; }
span { border-color: rgb(73,133,164); }
td.TdClassName
{
border-color: #4985A4;
}
.TagClassName
{
border-color: #4985A4;
}
</style>