Shades of Boston Blue #4296AD
Tints of Boston Blue #4296AD
RGB
CMYK
RGB Variations
Color information
#4296AD (or 0x4296AD) is known color: Boston Blue. HEX triplet: 42, 96 and AD. RGB value is (66,150,173). Sum of RGB (Red+Green+Blue) = 66+150+173=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #4296AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4296AD is #BD6952. Grayscale: #7F7F7F. Windows color (decimal): -12413267 or 11376194. OLE color: 11376194.
HSL color Cylindrical-coordinate representation of color #4296AD: hue angle of 192.9º 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 #4296AD is Cyan = 0.62, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 150 | 173 | - |
| CMYK | 0.62 | 0.13 | 0 | 0.32 |
| HSL | 192.9º | 0.45% | 0.47% | - |
| HSV(B) | 192.9º | 0.62% | 0.68% | - |
| XYZ | 20.7 | 25.99 | 43.46 | - |
| YUV | 127.51 | 153.67 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 150 | 173 | 0.62 | 0.13 | 0 | 0.32 | 192.9 | 0.45 | 0.47 |
| Hex | 42 | 96 | AD | 3E | D | 0 | 20 | C1 | 2D | 2F |
| Octal | 102 | 226 | 255 | 76 | 15 | 0 | 40 | 301 | 55 | 57 |
| Binary | 1000010 | 10010110 | 10101101 | 111110 | 1101 | 0 | 100000 | 11000001 | 101101 | 101111 |
Color Harmonies of #4296AD
Complementary color
Monochromatic Colors of #4296AD
Black with #4296AD
Text Example
Text Example
White with #4296AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4296AD; }
p { color: rgb(66,150,173); }
H1.HeaderClassName
{
color: #4296AD;
}
.AnyTagClassName
{
color: #4296AD;
}
</style>
background-color css
<style>
a { background-color: #4296AD; }
a { background-color: rgb(66,150,173); }
div.DivClassName
{
background-color: #4296AD;
}
.BgClassName
{
background-color: #4296AD;
}
</style>
border-color css
<style>
span { border-color: #4296AD; }
span { border-color: rgb(66,150,173); }
td.TdClassName
{
border-color: #4296AD;
}
.TagClassName
{
border-color: #4296AD;
}
</style>