Shades of Boston Blue #4685AA
Tints of Boston Blue #4685AA
RGB
CMYK
RGB Variations
Color information
#4685AA (or 0x4685AA) is known color: Boston Blue. HEX triplet: 46, 85 and AA. RGB value is (70,133,170). Sum of RGB (Red+Green+Blue) = 70+133+170=373 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.77% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 170 (66.80% from 255 or 45.58% from 373); Max value from RGB is 170 - color contains mainly: blue. Hex color #4685AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4685AA is #B97A55. Grayscale: #767676. Windows color (decimal): -12155478 or 11175238. OLE color: 11175238.
HSL color Cylindrical-coordinate representation of color #4685AA: hue angle of 202.2º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4685AA is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 133 | 170 | - |
| CMYK | 0.59 | 0.22 | 0 | 0.33 |
| HSL | 202.2º | 0.42% | 0.47% | - |
| HSV(B) | 202.2º | 0.59% | 0.67% | - |
| XYZ | 18.17 | 20.98 | 41.12 | - |
| YUV | 118.38 | 157.13 | 93.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 133 | 170 | 0.59 | 0.22 | 0 | 0.33 | 202.2 | 0.42 | 0.47 |
| Hex | 46 | 85 | AA | 3B | 16 | 0 | 21 | CA | 2A | 2F |
| Octal | 106 | 205 | 252 | 73 | 26 | 0 | 41 | 312 | 52 | 57 |
| Binary | 1000110 | 10000101 | 10101010 | 111011 | 10110 | 0 | 100001 | 11001010 | 101010 | 101111 |
Color Harmonies of #4685AA
Complementary color
Monochromatic Colors of #4685AA
Black with #4685AA
Text Example
Text Example
White with #4685AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4685AA; }
p { color: rgb(70,133,170); }
H1.HeaderClassName
{
color: #4685AA;
}
.AnyTagClassName
{
color: #4685AA;
}
</style>
background-color css
<style>
a { background-color: #4685AA; }
a { background-color: rgb(70,133,170); }
div.DivClassName
{
background-color: #4685AA;
}
.BgClassName
{
background-color: #4685AA;
}
</style>
border-color css
<style>
span { border-color: #4685AA; }
span { border-color: rgb(70,133,170); }
td.TdClassName
{
border-color: #4685AA;
}
.TagClassName
{
border-color: #4685AA;
}
</style>