Shades of Boston Blue #4285AC
Tints of Boston Blue #4285AC
RGB
CMYK
RGB Variations
Color information
#4285AC (or 0x4285AC) is known color: Boston Blue. HEX triplet: 42, 85 and AC. RGB value is (66,133,172). Sum of RGB (Red+Green+Blue) = 66+133+172=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #4285AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4285AC is #BD7A53. Grayscale: #757575. Windows color (decimal): -12417620 or 11306306. OLE color: 11306306.
HSL color Cylindrical-coordinate representation of color #4285AC: hue angle of 202.08º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4285AC is Cyan = 0.62, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 133 | 172 | - |
| CMYK | 0.62 | 0.23 | 0 | 0.33 |
| HSL | 202.08º | 0.45% | 0.47% | - |
| HSV(B) | 202.08º | 0.62% | 0.67% | - |
| XYZ | 18.08 | 20.91 | 42.11 | - |
| YUV | 117.41 | 158.8 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 172 | 0.62 | 0.23 | 0 | 0.33 | 202.08 | 0.45 | 0.47 |
| Hex | 42 | 85 | AC | 3E | 17 | 0 | 21 | CA | 2D | 2F |
| Octal | 102 | 205 | 254 | 76 | 27 | 0 | 41 | 312 | 55 | 57 |
| Binary | 1000010 | 10000101 | 10101100 | 111110 | 10111 | 0 | 100001 | 11001010 | 101101 | 101111 |
Color Harmonies of #4285AC
Complementary color
Monochromatic Colors of #4285AC
Black with #4285AC
Text Example
Text Example
White with #4285AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4285AC; }
p { color: rgb(66,133,172); }
H1.HeaderClassName
{
color: #4285AC;
}
.AnyTagClassName
{
color: #4285AC;
}
</style>
background-color css
<style>
a { background-color: #4285AC; }
a { background-color: rgb(66,133,172); }
div.DivClassName
{
background-color: #4285AC;
}
.BgClassName
{
background-color: #4285AC;
}
</style>
border-color css
<style>
span { border-color: #4285AC; }
span { border-color: rgb(66,133,172); }
td.TdClassName
{
border-color: #4285AC;
}
.TagClassName
{
border-color: #4285AC;
}
</style>