Shades of Boston Blue #4089AA
Tints of Boston Blue #4089AA
RGB
CMYK
RGB Variations
Color information
#4089AA (or 0x4089AA) is known color: Boston Blue. HEX triplet: 40, 89 and AA. RGB value is (64,137,170). Sum of RGB (Red+Green+Blue) = 64+137+170=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #4089AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4089AA is #BF7655. Grayscale: #767676. Windows color (decimal): -12547670 or 11176256. OLE color: 11176256.
HSL color Cylindrical-coordinate representation of color #4089AA: hue angle of 198.68º 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 #4089AA is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 137 | 170 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.33 |
| HSL | 198.68º | 0.45% | 0.46% | - |
| HSV(B) | 198.68º | 0.62% | 0.67% | - |
| XYZ | 18.32 | 21.88 | 41.29 | - |
| YUV | 118.94 | 156.82 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 170 | 0.62 | 0.19 | 0 | 0.33 | 198.68 | 0.45 | 0.46 |
| Hex | 40 | 89 | AA | 3E | 13 | 0 | 21 | C7 | 2D | 2E |
| Octal | 100 | 211 | 252 | 76 | 23 | 0 | 41 | 307 | 55 | 56 |
| Binary | 1000000 | 10001001 | 10101010 | 111110 | 10011 | 0 | 100001 | 11000111 | 101101 | 101110 |
Color Harmonies of #4089AA
Complementary color
Monochromatic Colors of #4089AA
Black with #4089AA
Text Example
Text Example
White with #4089AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4089AA; }
p { color: rgb(64,137,170); }
H1.HeaderClassName
{
color: #4089AA;
}
.AnyTagClassName
{
color: #4089AA;
}
</style>
background-color css
<style>
a { background-color: #4089AA; }
a { background-color: rgb(64,137,170); }
div.DivClassName
{
background-color: #4089AA;
}
.BgClassName
{
background-color: #4089AA;
}
</style>
border-color css
<style>
span { border-color: #4089AA; }
span { border-color: rgb(64,137,170); }
td.TdClassName
{
border-color: #4089AA;
}
.TagClassName
{
border-color: #4089AA;
}
</style>