Shades of Boston Blue #4690AF
Tints of Boston Blue #4690AF
RGB
CMYK
RGB Variations
Color information
#4690AF (or 0x4690AF) is known color: Boston Blue. HEX triplet: 46, 90 and AF. RGB value is (70,144,175). Sum of RGB (Red+Green+Blue) = 70+144+175=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 144 (56.64% from 255 or 37.02% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 175 - color contains mainly: blue. Hex color #4690AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4690AF is #B96F50. Grayscale: #7D7D7D. Windows color (decimal): -12152657 or 11505734. OLE color: 11505734.
HSL color Cylindrical-coordinate representation of color #4690AF: hue angle of 197.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4690AF is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 70 | 144 | 175 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.31 |
| HSL | 197.71º | 0.43% | 0.48% | - |
| HSV(B) | 197.71º | 0.6% | 0.69% | - |
| XYZ | 20.24 | 24.34 | 44.19 | - |
| YUV | 125.41 | 155.98 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 175 | 0.60 | 0.18 | 0 | 0.31 | 197.71 | 0.43 | 0.48 |
| Hex | 46 | 90 | AF | 3C | 12 | 0 | 1F | C6 | 2B | 30 |
| Octal | 106 | 220 | 257 | 74 | 22 | 0 | 37 | 306 | 53 | 60 |
| Binary | 1000110 | 10010000 | 10101111 | 111100 | 10010 | 0 | 11111 | 11000110 | 101011 | 110000 |
Color Harmonies of #4690AF
Complementary color
Monochromatic Colors of #4690AF
Black with #4690AF
Text Example
Text Example
White with #4690AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4690AF; }
p { color: rgb(70,144,175); }
H1.HeaderClassName
{
color: #4690AF;
}
.AnyTagClassName
{
color: #4690AF;
}
</style>
background-color css
<style>
a { background-color: #4690AF; }
a { background-color: rgb(70,144,175); }
div.DivClassName
{
background-color: #4690AF;
}
.BgClassName
{
background-color: #4690AF;
}
</style>
border-color css
<style>
span { border-color: #4690AF; }
span { border-color: rgb(70,144,175); }
td.TdClassName
{
border-color: #4690AF;
}
.TagClassName
{
border-color: #4690AF;
}
</style>