Shades of Boston Blue #4085AB
Tints of Boston Blue #4085AB
RGB
CMYK
RGB Variations
Color information
#4085AB (or 0x4085AB) is known color: Boston Blue. HEX triplet: 40, 85 and AB. RGB value is (64,133,171). Sum of RGB (Red+Green+Blue) = 64+133+171=368 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.39% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 171 (67.19% from 255 or 46.47% from 368); Max value from RGB is 171 - color contains mainly: blue. Hex color #4085AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4085AB is #BF7A54. Grayscale: #747474. Windows color (decimal): -12548693 or 11240768. OLE color: 11240768.
HSL color Cylindrical-coordinate representation of color #4085AB: hue angle of 201.31º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4085AB is Cyan = 0.63, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 133 | 171 | - |
| CMYK | 0.63 | 0.22 | 0 | 0.33 |
| HSL | 201.31º | 0.46% | 0.46% | - |
| HSV(B) | 201.31º | 0.63% | 0.67% | - |
| XYZ | 17.85 | 20.81 | 41.6 | - |
| YUV | 116.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 171 | 0.63 | 0.22 | 0 | 0.33 | 201.31 | 0.46 | 0.46 |
| Hex | 40 | 85 | AB | 3F | 16 | 0 | 21 | C9 | 2E | 2E |
| Octal | 100 | 205 | 253 | 77 | 26 | 0 | 41 | 311 | 56 | 56 |
| Binary | 1000000 | 10000101 | 10101011 | 111111 | 10110 | 0 | 100001 | 11001001 | 101110 | 101110 |
Color Harmonies of #4085AB
Complementary color
Monochromatic Colors of #4085AB
Black with #4085AB
Text Example
Text Example
White with #4085AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4085AB; }
p { color: rgb(64,133,171); }
H1.HeaderClassName
{
color: #4085AB;
}
.AnyTagClassName
{
color: #4085AB;
}
</style>
background-color css
<style>
a { background-color: #4085AB; }
a { background-color: rgb(64,133,171); }
div.DivClassName
{
background-color: #4085AB;
}
.BgClassName
{
background-color: #4085AB;
}
</style>
border-color css
<style>
span { border-color: #4085AB; }
span { border-color: rgb(64,133,171); }
td.TdClassName
{
border-color: #4085AB;
}
.TagClassName
{
border-color: #4085AB;
}
</style>