Shades of Boston Blue #4690A5
Tints of Boston Blue #4690A5
RGB
CMYK
RGB Variations
Color information
#4690A5 (or 0x4690A5) is known color: Boston Blue. HEX triplet: 46, 90 and A5. RGB value is (70,144,165). Sum of RGB (Red+Green+Blue) = 70+144+165=379 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.47% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 165 - color contains mainly: blue. Hex color #4690A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4690A5 is #B96F5A. Grayscale: #7C7C7C. Windows color (decimal): -12152667 or 10850374. OLE color: 10850374.
HSL color Cylindrical-coordinate representation of color #4690A5: hue angle of 193.26º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4690A5 is Cyan = 0.58, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 70 | 144 | 165 | - |
| CMYK | 0.58 | 0.13 | 0 | 0.35 |
| HSL | 193.26º | 0.4% | 0.46% | - |
| HSV(B) | 193.26º | 0.58% | 0.65% | - |
| XYZ | 19.29 | 23.97 | 39.21 | - |
| YUV | 124.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 165 | 0.58 | 0.13 | 0 | 0.35 | 193.26 | 0.4 | 0.46 |
| Hex | 46 | 90 | A5 | 3A | D | 0 | 23 | C1 | 28 | 2E |
| Octal | 106 | 220 | 245 | 72 | 15 | 0 | 43 | 301 | 50 | 56 |
| Binary | 1000110 | 10010000 | 10100101 | 111010 | 1101 | 0 | 100011 | 11000001 | 101000 | 101110 |
Color Harmonies of #4690A5
Complementary color
Monochromatic Colors of #4690A5
Black with #4690A5
Text Example
Text Example
White with #4690A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4690A5; }
p { color: rgb(70,144,165); }
H1.HeaderClassName
{
color: #4690A5;
}
.AnyTagClassName
{
color: #4690A5;
}
</style>
background-color css
<style>
a { background-color: #4690A5; }
a { background-color: rgb(70,144,165); }
div.DivClassName
{
background-color: #4690A5;
}
.BgClassName
{
background-color: #4690A5;
}
</style>
border-color css
<style>
span { border-color: #4690A5; }
span { border-color: rgb(70,144,165); }
td.TdClassName
{
border-color: #4690A5;
}
.TagClassName
{
border-color: #4690A5;
}
</style>