Shades of Boston Blue #4285A4
Tints of Boston Blue #4285A4
RGB
CMYK
RGB Variations
Color information
#4285A4 (or 0x4285A4) is known color: Boston Blue. HEX triplet: 42, 85 and A4. RGB value is (66,133,164). Sum of RGB (Red+Green+Blue) = 66+133+164=363 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.18% from 363); Green value is 133 (52.34% from 255 or 36.64% from 363); Blue value is 164 (64.45% from 255 or 45.18% from 363); Max value from RGB is 164 - color contains mainly: blue. Hex color #4285A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4285A4 is #BD7A5B. Grayscale: #747474. Windows color (decimal): -12417628 or 10782018. OLE color: 10782018.
HSL color Cylindrical-coordinate representation of color #4285A4: hue angle of 198.98º degrees, saturation: 0.43, 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 #4285A4 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 66 | 133 | 164 | - |
| CMYK | 0.60 | 0.19 | 0 | 0.36 |
| HSL | 198.98º | 0.43% | 0.45% | - |
| HSV(B) | 198.98º | 0.6% | 0.64% | - |
| XYZ | 17.34 | 20.61 | 38.19 | - |
| YUV | 116.5 | 154.8 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 133 | 164 | 0.60 | 0.19 | 0 | 0.36 | 198.98 | 0.43 | 0.45 |
| Hex | 42 | 85 | A4 | 3C | 13 | 0 | 24 | C7 | 2B | 2D |
| Octal | 102 | 205 | 244 | 74 | 23 | 0 | 44 | 307 | 53 | 55 |
| Binary | 1000010 | 10000101 | 10100100 | 111100 | 10011 | 0 | 100100 | 11000111 | 101011 | 101101 |
Color Harmonies of #4285A4
Complementary color
Monochromatic Colors of #4285A4
Black with #4285A4
Text Example
Text Example
White with #4285A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4285A4; }
p { color: rgb(66,133,164); }
H1.HeaderClassName
{
color: #4285A4;
}
.AnyTagClassName
{
color: #4285A4;
}
</style>
background-color css
<style>
a { background-color: #4285A4; }
a { background-color: rgb(66,133,164); }
div.DivClassName
{
background-color: #4285A4;
}
.BgClassName
{
background-color: #4285A4;
}
</style>
border-color css
<style>
span { border-color: #4285A4; }
span { border-color: rgb(66,133,164); }
td.TdClassName
{
border-color: #4285A4;
}
.TagClassName
{
border-color: #4285A4;
}
</style>