Shades of Boston Blue #4096AA
Tints of Boston Blue #4096AA
RGB
CMYK
RGB Variations
Color information
#4096AA (or 0x4096AA) is known color: Boston Blue. HEX triplet: 40, 96 and AA. RGB value is (64,150,170). Sum of RGB (Red+Green+Blue) = 64+150+170=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #4096AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4096AA is #BF6955. Grayscale: #7E7E7E. Windows color (decimal): -12544342 or 11179584. OLE color: 11179584.
HSL color Cylindrical-coordinate representation of color #4096AA: hue angle of 191.32º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4096AA is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 150 | 170 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.33 |
| HSL | 191.32º | 0.45% | 0.46% | - |
| HSV(B) | 191.32º | 0.62% | 0.67% | - |
| XYZ | 20.28 | 25.8 | 41.94 | - |
| YUV | 126.57 | 152.51 | 83.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 150 | 170 | 0.62 | 0.12 | 0 | 0.33 | 191.32 | 0.45 | 0.46 |
| Hex | 40 | 96 | AA | 3E | C | 0 | 21 | BF | 2D | 2E |
| Octal | 100 | 226 | 252 | 76 | 14 | 0 | 41 | 277 | 55 | 56 |
| Binary | 1000000 | 10010110 | 10101010 | 111110 | 1100 | 0 | 100001 | 10111111 | 101101 | 101110 |
Color Harmonies of #4096AA
Complementary color
Monochromatic Colors of #4096AA
Black with #4096AA
Text Example
Text Example
White with #4096AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4096AA; }
p { color: rgb(64,150,170); }
H1.HeaderClassName
{
color: #4096AA;
}
.AnyTagClassName
{
color: #4096AA;
}
</style>
background-color css
<style>
a { background-color: #4096AA; }
a { background-color: rgb(64,150,170); }
div.DivClassName
{
background-color: #4096AA;
}
.BgClassName
{
background-color: #4096AA;
}
</style>
border-color css
<style>
span { border-color: #4096AA; }
span { border-color: rgb(64,150,170); }
td.TdClassName
{
border-color: #4096AA;
}
.TagClassName
{
border-color: #4096AA;
}
</style>