Shades of Boston Blue #4690AD
Tints of Boston Blue #4690AD
RGB
CMYK
RGB Variations
Color information
#4690AD (or 0x4690AD) is known color: Boston Blue. HEX triplet: 46, 90 and AD. RGB value is (70,144,173). Sum of RGB (Red+Green+Blue) = 70+144+173=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #4690AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4690AD is #B96F52. Grayscale: #7C7C7C. Windows color (decimal): -12152659 or 11374662. OLE color: 11374662.
HSL color Cylindrical-coordinate representation of color #4690AD: hue angle of 196.89º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4690AD is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 70 | 144 | 173 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.32 |
| HSL | 196.89º | 0.42% | 0.48% | - |
| HSV(B) | 196.89º | 0.6% | 0.68% | - |
| XYZ | 20.04 | 24.27 | 43.16 | - |
| YUV | 125.18 | 154.98 | 88.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 173 | 0.60 | 0.17 | 0 | 0.32 | 196.89 | 0.42 | 0.48 |
| Hex | 46 | 90 | AD | 3C | 11 | 0 | 20 | C5 | 2A | 30 |
| Octal | 106 | 220 | 255 | 74 | 21 | 0 | 40 | 305 | 52 | 60 |
| Binary | 1000110 | 10010000 | 10101101 | 111100 | 10001 | 0 | 100000 | 11000101 | 101010 | 110000 |
Color Harmonies of #4690AD
Complementary color
Monochromatic Colors of #4690AD
Black with #4690AD
Text Example
Text Example
White with #4690AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4690AD; }
p { color: rgb(70,144,173); }
H1.HeaderClassName
{
color: #4690AD;
}
.AnyTagClassName
{
color: #4690AD;
}
</style>
background-color css
<style>
a { background-color: #4690AD; }
a { background-color: rgb(70,144,173); }
div.DivClassName
{
background-color: #4690AD;
}
.BgClassName
{
background-color: #4690AD;
}
</style>
border-color css
<style>
span { border-color: #4690AD; }
span { border-color: rgb(70,144,173); }
td.TdClassName
{
border-color: #4690AD;
}
.TagClassName
{
border-color: #4690AD;
}
</style>