Shades of Boston Blue #4985A8
Tints of Boston Blue #4985A8
RGB
CMYK
RGB Variations
Color information
#4985A8 (or 0x4985A8) is known color: Boston Blue. HEX triplet: 49, 85 and A8. RGB value is (73,133,168). Sum of RGB (Red+Green+Blue) = 73+133+168=374 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.52% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 168 (66.02% from 255 or 44.92% from 374); Max value from RGB is 168 - color contains mainly: blue. Hex color #4985A8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4985A8 is #B67A57. Grayscale: #767676. Windows color (decimal): -11958872 or 11044169. OLE color: 11044169.
HSL color Cylindrical-coordinate representation of color #4985A8: hue angle of 202.11º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4985A8 is Cyan = 0.57, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 73 | 133 | 168 | - |
| CMYK | 0.57 | 0.21 | 0 | 0.34 |
| HSL | 202.11º | 0.39% | 0.47% | - |
| HSV(B) | 202.11º | 0.57% | 0.66% | - |
| XYZ | 18.2 | 21.02 | 40.14 | - |
| YUV | 119.05 | 155.62 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 133 | 168 | 0.57 | 0.21 | 0 | 0.34 | 202.11 | 0.39 | 0.47 |
| Hex | 49 | 85 | A8 | 39 | 15 | 0 | 22 | CA | 27 | 2F |
| Octal | 111 | 205 | 250 | 71 | 25 | 0 | 42 | 312 | 47 | 57 |
| Binary | 1001001 | 10000101 | 10101000 | 111001 | 10101 | 0 | 100010 | 11001010 | 100111 | 101111 |
Color Harmonies of #4985A8
Complementary color
Monochromatic Colors of #4985A8
Black with #4985A8
Text Example
Text Example
White with #4985A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4985A8; }
p { color: rgb(73,133,168); }
H1.HeaderClassName
{
color: #4985A8;
}
.AnyTagClassName
{
color: #4985A8;
}
</style>
background-color css
<style>
a { background-color: #4985A8; }
a { background-color: rgb(73,133,168); }
div.DivClassName
{
background-color: #4985A8;
}
.BgClassName
{
background-color: #4985A8;
}
</style>
border-color css
<style>
span { border-color: #4985A8; }
span { border-color: rgb(73,133,168); }
td.TdClassName
{
border-color: #4985A8;
}
.TagClassName
{
border-color: #4985A8;
}
</style>