Shades of Boston Blue #4084AB
Tints of Boston Blue #4084AB
RGB
CMYK
RGB Variations
Color information
#4084AB (or 0x4084AB) is known color: Boston Blue. HEX triplet: 40, 84 and AB. RGB value is (64,132,171). Sum of RGB (Red+Green+Blue) = 64+132+171=367 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.44% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #4084AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4084AB is #BF7B54. Grayscale: #737373. Windows color (decimal): -12548949 or 11240512. OLE color: 11240512.
HSL color Cylindrical-coordinate representation of color #4084AB: hue angle of 201.87º 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 #4084AB is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 132 | 171 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.33 |
| HSL | 201.87º | 0.46% | 0.46% | - |
| HSV(B) | 201.87º | 0.63% | 0.67% | - |
| XYZ | 17.72 | 20.53 | 41.56 | - |
| YUV | 116.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 132 | 171 | 0.63 | 0.23 | 0 | 0.33 | 201.87 | 0.46 | 0.46 |
| Hex | 40 | 84 | AB | 3F | 17 | 0 | 21 | CA | 2E | 2E |
| Octal | 100 | 204 | 253 | 77 | 27 | 0 | 41 | 312 | 56 | 56 |
| Binary | 1000000 | 10000100 | 10101011 | 111111 | 10111 | 0 | 100001 | 11001010 | 101110 | 101110 |
Color Harmonies of #4084AB
Complementary color
Monochromatic Colors of #4084AB
Black with #4084AB
Text Example
Text Example
White with #4084AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4084AB; }
p { color: rgb(64,132,171); }
H1.HeaderClassName
{
color: #4084AB;
}
.AnyTagClassName
{
color: #4084AB;
}
</style>
background-color css
<style>
a { background-color: #4084AB; }
a { background-color: rgb(64,132,171); }
div.DivClassName
{
background-color: #4084AB;
}
.BgClassName
{
background-color: #4084AB;
}
</style>
border-color css
<style>
span { border-color: #4084AB; }
span { border-color: rgb(64,132,171); }
td.TdClassName
{
border-color: #4084AB;
}
.TagClassName
{
border-color: #4084AB;
}
</style>