Shades of Boston Blue #4285A3
Tints of Boston Blue #4285A3
RGB
CMYK
RGB Variations
Color information
#4285A3 (or 0x4285A3) is known color: Boston Blue. HEX triplet: 42, 85 and A3. RGB value is (66,133,163). Sum of RGB (Red+Green+Blue) = 66+133+163=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 133 (52.34% from 255 or 36.74% from 362); Blue value is 163 (64.06% from 255 or 45.03% from 362); Max value from RGB is 163 - color contains mainly: blue. Hex color #4285A3 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4285A3 is #BD7A5C. Grayscale: #747474. Windows color (decimal): -12417629 or 10716482. OLE color: 10716482.
HSL color Cylindrical-coordinate representation of color #4285A3: hue angle of 198.56º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4285A3 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 133 | 163 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.36 |
| HSL | 198.56º | 0.42% | 0.45% | - |
| HSV(B) | 198.56º | 0.6% | 0.64% | - |
| XYZ | 17.25 | 20.58 | 37.71 | - |
| YUV | 116.39 | 154.3 | 92.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 163 | 0.60 | 0.18 | 0 | 0.36 | 198.56 | 0.42 | 0.45 |
| Hex | 42 | 85 | A3 | 3C | 12 | 0 | 24 | C7 | 2A | 2D |
| Octal | 102 | 205 | 243 | 74 | 22 | 0 | 44 | 307 | 52 | 55 |
| Binary | 1000010 | 10000101 | 10100011 | 111100 | 10010 | 0 | 100100 | 11000111 | 101010 | 101101 |
Color Harmonies of #4285A3
Complementary color
Monochromatic Colors of #4285A3
Black with #4285A3
Text Example
Text Example
White with #4285A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4285A3; }
p { color: rgb(66,133,163); }
H1.HeaderClassName
{
color: #4285A3;
}
.AnyTagClassName
{
color: #4285A3;
}
</style>
background-color css
<style>
a { background-color: #4285A3; }
a { background-color: rgb(66,133,163); }
div.DivClassName
{
background-color: #4285A3;
}
.BgClassName
{
background-color: #4285A3;
}
</style>
border-color css
<style>
span { border-color: #4285A3; }
span { border-color: rgb(66,133,163); }
td.TdClassName
{
border-color: #4285A3;
}
.TagClassName
{
border-color: #4285A3;
}
</style>