Shades of Boston Blue #4690A9
Tints of Boston Blue #4690A9
RGB
CMYK
RGB Variations
Color information
#4690A9 (or 0x4690A9) is known color: Boston Blue. HEX triplet: 46, 90 and A9. RGB value is (70,144,169). Sum of RGB (Red+Green+Blue) = 70+144+169=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 169 (66.41% from 255 or 44.13% from 383); Max value from RGB is 169 - color contains mainly: blue. Hex color #4690A9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4690A9 is #B96F56. Grayscale: #7C7C7C. Windows color (decimal): -12152663 or 11112518. OLE color: 11112518.
HSL color Cylindrical-coordinate representation of color #4690A9: hue angle of 195.15º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4690A9 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 70 | 144 | 169 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.34 |
| HSL | 195.15º | 0.41% | 0.47% | - |
| HSV(B) | 195.15º | 0.59% | 0.66% | - |
| XYZ | 19.66 | 24.11 | 41.15 | - |
| YUV | 124.72 | 152.98 | 88.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 144 | 169 | 0.59 | 0.15 | 0 | 0.34 | 195.15 | 0.41 | 0.47 |
| Hex | 46 | 90 | A9 | 3B | F | 0 | 22 | C3 | 29 | 2F |
| Octal | 106 | 220 | 251 | 73 | 17 | 0 | 42 | 303 | 51 | 57 |
| Binary | 1000110 | 10010000 | 10101001 | 111011 | 1111 | 0 | 100010 | 11000011 | 101001 | 101111 |
Color Harmonies of #4690A9
Complementary color
Monochromatic Colors of #4690A9
Black with #4690A9
Text Example
Text Example
White with #4690A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4690A9; }
p { color: rgb(70,144,169); }
H1.HeaderClassName
{
color: #4690A9;
}
.AnyTagClassName
{
color: #4690A9;
}
</style>
background-color css
<style>
a { background-color: #4690A9; }
a { background-color: rgb(70,144,169); }
div.DivClassName
{
background-color: #4690A9;
}
.BgClassName
{
background-color: #4690A9;
}
</style>
border-color css
<style>
span { border-color: #4690A9; }
span { border-color: rgb(70,144,169); }
td.TdClassName
{
border-color: #4690A9;
}
.TagClassName
{
border-color: #4690A9;
}
</style>