Shades of Boston Blue #4286AD
Tints of Boston Blue #4286AD
RGB
CMYK
RGB Variations
Color information
#4286AD (or 0x4286AD) is known color: Boston Blue. HEX triplet: 42, 86 and AD. RGB value is (66,134,173). Sum of RGB (Red+Green+Blue) = 66+134+173=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 173 (67.97% from 255 or 46.38% from 373); Max value from RGB is 173 - color contains mainly: blue. Hex color #4286AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4286AD is #BD7952. Grayscale: #757575. Windows color (decimal): -12417363 or 11372098. OLE color: 11372098.
HSL color Cylindrical-coordinate representation of color #4286AD: hue angle of 201.87º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4286AD is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 134 | 173 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.32 |
| HSL | 201.87º | 0.45% | 0.47% | - |
| HSV(B) | 201.87º | 0.62% | 0.68% | - |
| XYZ | 18.31 | 21.23 | 42.67 | - |
| YUV | 118.11 | 158.97 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 173 | 0.62 | 0.23 | 0 | 0.32 | 201.87 | 0.45 | 0.47 |
| Hex | 42 | 86 | AD | 3E | 17 | 0 | 20 | CA | 2D | 2F |
| Octal | 102 | 206 | 255 | 76 | 27 | 0 | 40 | 312 | 55 | 57 |
| Binary | 1000010 | 10000110 | 10101101 | 111110 | 10111 | 0 | 100000 | 11001010 | 101101 | 101111 |
Color Harmonies of #4286AD
Complementary color
Monochromatic Colors of #4286AD
Black with #4286AD
Text Example
Text Example
White with #4286AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4286AD; }
p { color: rgb(66,134,173); }
H1.HeaderClassName
{
color: #4286AD;
}
.AnyTagClassName
{
color: #4286AD;
}
</style>
background-color css
<style>
a { background-color: #4286AD; }
a { background-color: rgb(66,134,173); }
div.DivClassName
{
background-color: #4286AD;
}
.BgClassName
{
background-color: #4286AD;
}
</style>
border-color css
<style>
span { border-color: #4286AD; }
span { border-color: rgb(66,134,173); }
td.TdClassName
{
border-color: #4286AD;
}
.TagClassName
{
border-color: #4286AD;
}
</style>