Shades of Boston Blue #4290AD
Tints of Boston Blue #4290AD
RGB
CMYK
RGB Variations
Color information
#4290AD (or 0x4290AD) is known color: Boston Blue. HEX triplet: 42, 90 and AD. RGB value is (66,144,173). Sum of RGB (Red+Green+Blue) = 66+144+173=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #4290AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4290AD is #BD6F52. Grayscale: #7B7B7B. Windows color (decimal): -12414803 or 11374658. OLE color: 11374658.
HSL color Cylindrical-coordinate representation of color #4290AD: hue angle of 196.26º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4290AD is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 144 | 173 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.32 |
| HSL | 196.26º | 0.45% | 0.47% | - |
| HSV(B) | 196.26º | 0.62% | 0.68% | - |
| XYZ | 19.76 | 24.12 | 43.15 | - |
| YUV | 123.98 | 155.66 | 86.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 144 | 173 | 0.62 | 0.17 | 0 | 0.32 | 196.26 | 0.45 | 0.47 |
| Hex | 42 | 90 | AD | 3E | 11 | 0 | 20 | C4 | 2D | 2F |
| Octal | 102 | 220 | 255 | 76 | 21 | 0 | 40 | 304 | 55 | 57 |
| Binary | 1000010 | 10010000 | 10101101 | 111110 | 10001 | 0 | 100000 | 11000100 | 101101 | 101111 |
Color Harmonies of #4290AD
Complementary color
Monochromatic Colors of #4290AD
Black with #4290AD
Text Example
Text Example
White with #4290AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4290AD; }
p { color: rgb(66,144,173); }
H1.HeaderClassName
{
color: #4290AD;
}
.AnyTagClassName
{
color: #4290AD;
}
</style>
background-color css
<style>
a { background-color: #4290AD; }
a { background-color: rgb(66,144,173); }
div.DivClassName
{
background-color: #4290AD;
}
.BgClassName
{
background-color: #4290AD;
}
</style>
border-color css
<style>
span { border-color: #4290AD; }
span { border-color: rgb(66,144,173); }
td.TdClassName
{
border-color: #4290AD;
}
.TagClassName
{
border-color: #4290AD;
}
</style>